@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Reset the box-sizing
 * Prevent margin and border from affecting element width.
 * @link https://css-tricks.com/?p=175473
 */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important;
  /* stylelint-disable-line declaration-no-important */
}

/**
 * By default, `<img>`s are `inline-block`. This assumes that, and vertically
 * centers them. This won't apply should you reset them to `block` level.
 * Note: `<img>`s are deliberately not made responsive by default.
 * For the rationale behind this, see the comments on the `.img-fluid` class.
 */
img {
  vertical-align: middle;
}

/**
 * Fixed-width elements are responsive
 */
img,
embed,
object,
video,
iframe {
  max-width: 100%;
}

/**
 * Simple page-level setup
 */
html {
  font-size: 16px;
  /* stylelint-disable-line declaration-property-unit-whitelist */
  min-height: 100%;
  -webkit-tap-highlight-color: transparent;
  /* stylelint-disable-line no-indistinguishable-colors */
}

body {
  background-color: #f9f9f9;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
}

/* ==========================================================================
   Elements
   ========================================================================== */
/* Links
   ========================================================================== */
a {
  color: #0060a3;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

button:focus,
:focus {
  outline: 2px solid #ffbf47;
  outline-offset: 0.040625rem;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-5,
.u-h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* Other type elements
   ========================================================================== */
p {
  margin-bottom: 1rem;
}

.u-textLead {
  font-size: 1.35rem;
  font-weight: 400;
}

small,
.u-textSmall {
  font-size: 80%;
  font-weight: 400;
}

mark,
.u-textMark {
  padding: .2em;
  background-color: #fcf8e3;
}

blockquote,
.u-quote {
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: .25rem solid #eee;
  clear: both;
}

hr,
.u-hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 2em 0;
  padding: 0;
}

address {
  font-style: normal;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted #bbb;
  cursor: default;
}

dl {
  margin-top: 0;
  margin-bottom: 1.5em;
}

dd {
  margin-left: 0;
}

dd + dt {
  margin-top: 1em;
}

/** @define Alert; weak */
.Alert {
  background-color: #f3f3f3;
  color: #333;
  border-left: 3px solid #bbb;
  padding: 1rem 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* .Alert > *:last-child {
  margin-bottom: 1em !important;
} */
.Alert > *:first-child {
  margin-top: .5rem !important;
}

.Alert p,
.Alert ul,
.Alert h2,
.Alert h3,
.Alert h4,
.Alert h5,
.Alert h6 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

/**
 * Modifiers
 */
.Alert--warning {
  background-color: #fff6dc;
  color: #332b00;
  border-color: #ffd15f;
}

.Alert--info {
  background-color: #eaf2ff;
  color: #07162d;
  border-color: #2d5ca8;
}

.Alert--success {
  background-color: #e8ffec;
  color: #052d0d;
  border-color: #279e3f;
}

.Alert--danger {
  background-color: #ffe5e5;
  color: #2d0505;
  border-color: #c33;
}

/** @define Audio; weak */
.Audio {
  margin: 2rem 0;
}

.Audio audio {
  width: 100%;
  display: block;
}

.Audio-link {
  font-style: italic;
  font-size: .875em;
}

/** @define Blockquote */
.Blockquote {
  border-left: 3px solid #eee;
  padding-left: 1.5em;
  font-size: 1.35em;
  font-style: italic;
  color: #555;
  text-align: left;
}

/** @define Button */
.Button {
  display: inline-block;
  background-color: #eee;
  border-color: currentcolor;
  border-radius: 3px;
  border-style: solid;
  border-width: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  font-weight: 600;
  margin: 0;
  padding: .5em 1.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: box-shadow .35s, background-color .35s;
  transition: box-shadow .35s, background-color .35s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  cursor: pointer;
}

.Button:hover {
  background-color: #ddd;
}

/**
 * Remove excess padding and border in Firefox 4+
 */
/* stylelint-disable selector-pseudo-element-no-unknown */
.Button::moz-focus-inner {
  bottom: 0;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
/* .Button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
} */
/**
 * UI states
 */
.Button:hover,
.Button:focus,
.Button:active {
  text-decoration: none;
}

.Button:disabled,
.Button.is-disabled {
  cursor: default;
  opacity: .2;
  box-shadow: none;
}

.Button:active {
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.25);
}

/**
 * Modifiers
 */
.Button--small {
  font-size: 0.85rem;
}

.Button--primary {
  background-color: #0060a3;
  color: #fff;
}

.Button--primary:hover {
  background-color: #00487a;
}

.Button--secondary {
  background-color: #fcd649;
  color: black;
}

.Button--secondary:hover {
  background-color: #fcce26;
}

/** @define Date */
.Date {
  width: 4.5em;
  float: left;
}

.Date-month {
  display: block;
  background-color: #0060a3;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: .875em;
  padding-top: .15em;
  padding-bottom: .15em;
}

.Date-day {
  background-color: #fff;
  text-align: center;
  padding-top: .45em;
  padding-bottom: .45em;
  font-size: 1.375em;
  font-weight: 700;
  color: #555;
  display: block;
  border: solid 1px #ddd;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.Date--small {
  font-size: .75rem;
  width: 3.75em;
}

.Date--small .Date-day {
  padding-top: .15em;
  padding-bottom: .15em;
}

/** @define Icon */
.Icon {
  width: 1.5em;
  height: 1.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/**
 * Modifiers
 */
.Icon--small {
  font-size: .75rem;
}

.Icon--large {
  font-size: 2rem;
}

.Icon--print {
  background-image: url("../assets/icons/icon-print.svg");
}

.no-svg .Icon--print {
  background-image: url("../assets/icons/icon-print.png");
}

.Icon--share {
  background-image: url("../assets/icons/icon-share.svg");
}

.no-svg .Icon--share {
  background-image: url("../assets/icons/icon-share.png");
}

.Icon--facebook {
  background-image: url("../../archivos/upload/face.jpg");
}

.no-svg .Icon--facebook {
  background-image: url("../../archivos/upload/face.jpg");
}

.Icon--twitter {
  background-image: url("../../archivos/upload/Xxx.jpg");
}

.no-svg .Icon--twitter {
  background-image: url("../../archivos/upload/Xxx.jpg");
}

.Icon--google {
  background-image: url("../assets/icons/icon-google.svg");
}

.no-svg .Icon--google {
  background-image: url("../assets/icons/icon-google.png");
}

.Icon--github {
  background-image: url("../assets/icons/icon-github.svg");
}

.no-svg .Icon--github {
  background-image: url("../assets/icons/icon-github.png");
}

.Icon--linkedin {
  background-image: url("../assets/icons/icon-linkedin.svg");
}

.no-svg .Icon--linkedin {
  background-image: url("../assets/icons/icon-linkedin.png");
}

.Icon--youtube {
  background-image: url("../../archivos/upload/youtu.jpg");
}

.no-svg .Icon--youtube {
  background-image: url("../../archivos/upload/youtu.jpg");
}

.Icon--instagram {
  background-image: url("../../archivos/upload/insta.jpg");
}

.no-svg .Icon--instagram {
  background-image: url("../../archivos/upload/insta.jpg");
}

.Icon--tiktok {
  background-image: url("../../archivos/upload/tik.jpg");
}

.Icon--download {
  background-image: url("../assets/icons/icon-download.svg");
}

.no-svg .Icon--download {
  background-image: url("../assets/icons/icon-download.png");
}

.Icon--phone {
  background-image: url("../assets/icons/icon-phone.svg");
}

.no-svg .Icon--phone {
  background-image: url("../assets/icons/icon-phone.png");
}

.Icon--search {
  background-image: url("../assets/icons/icon-search.svg");
}

.no-svg .Icon--search {
  background-image: url("../assets/icons/icon-search.png");
}

/** @define Image; weak */
.Image img {
  border-radius: 2px;
}

.Image figcaption,
.Image .Image-caption {
  font-size: .85em;
  font-style: italic;
}

/**
 * Modifiers
 */
.Image--left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}

/** @define Table; weak */
.Table {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-spacing: 0;
  border-collapse: collapse;
}

.Table td,
.Table th {
  padding: 10px 16px;
  vertical-align: top;
  border: 1px solid #ddd;
}

.Table th {
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  vertical-align: bottom;
  background-color: #eee;
}

.Table tr {
  background-color: #fff;
  border-top: 1px solid #bbb;
}

/**
 * Modifiers
 */
.Table--striped tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.Table--borderless thead tr {
  background-color: transparent;
}

.Table--borderless thead th {
  border-top: 0;
}

.Table--borderless th,
.Table--borderless td {
  border-right: 0;
  border-left: 0;
}

.Table--small th,
.Table--small td {
  padding: 3px 16px;
}

.Table--responsive {
  width: 100%;
  max-width: 100%;
}

/** @define Caret; weak; */
.Caret {
  width: .5em;
  height: .5em;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}

.Caret:after {
  content: '';
  vertical-align: middle;
  display: block;
  height: 0;
  width: 0;
  border-left: .275em solid gray;
  border-top: .275em solid transparent;
  border-bottom: .275em solid transparent;
}

[aria-expanded="true"] .Caret:after,
.Caret--down:after,
.is-open .Caret:after {
  border-top: .275em solid gray;
  border-right: .275em solid transparent;
  border-left: .275em solid transparent;
}

/** @define Grid */
.Grid {
  margin-right: -12px;
  margin-left: -12px;
}

.Grid:after, .Grid:before {
  display: table;
  content: '';
}

.Grid:after {
  clear: both;
}

.Grid-item {
  float: left;
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}

.Grid-item--center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.Grid--noGutter {
  margin-left: 0;
  margin-right: 0;
}

.Grid--noGutter > .Grid-item {
  padding-right: 0;
  padding-left: 0;
}

.Grid--rowSize5 .Grid-item:nth-child(5n+1) {
  clear: left;
}

.Grid--rowSize4 .Grid-item:nth-child(4n+1) {
  clear: left;
}

.Grid--rowSize3 .Grid-item:nth-child(3n+1) {
  clear: left;
}

.Grid--rowSize2 .Grid-item:nth-child(2n+1) {
  clear: left;
}

/** @define Container */
.Container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1104px;
}

.Container:after, .Container:before {
  display: table;
  content: '';
}

.Container:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .Container {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}

/**
 * Modifiers
 */
.Container--small {
  max-width: 750px;
}

/** @define Media */
.Media,
.Media-body {
  display: block;
  overflow: hidden;
}

.Media-image {
  float: left;
  margin-right: 1.5rem;
}

/**
 * Modifiers
 *
 * --rev: invierte la posicion de la imagen
 * --full: la imagen queda arriba y el cuerpo abajo (igual a o-block)
 */
.Media--rev .Media-image {
  float: right;
  margin-right: 0;
  margin-left: 1rem;
}

.Media--full .Media-image {
  float: none;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: 0;
}

/** @define Flag; weak */
.Flag {
  display: table;
  width: 100%;
}

.Flag-image,
.Flag-body {
  display: table-cell;
  vertical-align: middle;
}

.Flag-image {
  padding-right: 1rem;
}

.Flag-image > img {
  display: block;
  max-width: none;
}

.Flag-body {
  width: 100%;
}

/**
 * Modifiers
 *
 * --rev: invierte la posicion de la imagen de izq a der
 * --top: vertical align top
 * --bottom: vertical align bottom
 */
.Flag--rev {
  direction: rtl;
}

.Flag--rev > .Flag-image,
.Flag--rev > .Flag-body {
  direction: ltr;
}

.Flag--rev > .Flag-image {
  padding-right: 0;
  padding-left: 1.5rem;
}

.Flag--top .Flag-image,
.Flag--top .Flag-body {
  vertical-align: top;
}

.Flag--bottom .Flag-image,
.Flag--bottom .Flag-body {
  vertical-align: bottom;
}

/** @define Bar */
/**
 * A Bar-cell se le puede asignar anchos proporcionales.
 * El objecto Bar debe ser envuelto por un elemento con alto definido.
 */
.Bar {
  display: table;
  width: 100%;
  height: 100%;
}

.Bar-cell {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 992px) {
  .Bar--mdBlocks .Bar-cell {
    display: block !important;
  }
}

/** @define List; weak */
.List {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.List > li,
.List .List-item {
  padding: .75rem;
  border-top: 1px solid #eee;
  display: block;
}

.List > li:first-child,
.List .List-item:first-child {
  border-top: 0;
}

.List-subtitle {
  text-transform: uppercase;
  color: #555;
  font-size: .85rem;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: .75rem;
}

.List--media .Media {
  padding: 0;
  padding-top: 2rem;
  margin-top: 2rem;
}

.List--media .Media:first-child {
  padding-top: 0;
}

.List--media .Media:first-child {
  margin-top: 0;
}

.List--media .Media-title,
.List--media h3 {
  margin: .5rem 0;
  font-size: 1.625rem;
}

.List--media p,
.List--media .Media-text {
  margin: .5rem 0;
}

@media screen and (max-width: 768px) {
  .List--media .Media-image {
    max-width: 100px;
    margin-right: 1rem;
    margin-bottom: .5rem;
  }
}

@media screen and (max-width: 480px) {
  .List--media .Media-image {
    width: 100%;
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    overflow: hidden;
  }
}

/** @define FlexEmbed; weak */
/**
 * CSS for responsive, intrinsic ratio embeds.
 * Includes modifier classes for 3:1, 2:1, 16:9, and 4:3 aspect ratios.
 *
 * SUITCSS:   https://github.com/suitcss/components-flex-embed
 * Bootstrap: https://goo.gl/jDym3Y
 *
 * <div class="FlexEmbed FlexEmbed-16by9">
 *   <iframe class="FlexEmbed-item" src="..."></iframe>
 * </div>
 */
.FlexEmbed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.FlexEmbed:before {
  display: block;
  content: "";
}

.FlexEmbed .FlexEmbed-item,
.FlexEmbed iframe,
.FlexEmbed embed,
.FlexEmbed object,
.FlexEmbed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/**
 * Modifiers
 */
.FlexEmbed--21by9:before {
  padding-top: 42.8571428571%;
}

.FlexEmbed--16by9:before {
  padding-top: 56.25%;
}

.FlexEmbed--4by3:before {
  padding-top: 75%;
}

.FlexEmbed--1by1:before {
  padding-top: 100%;
}

/** @define Crop; weak */
.Crop {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.Crop img,
.Crop-image {
  max-width: none;
  display: block;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

/**
 * Modifiers
 */
.Crop--circle {
  border-radius: 50%;
}

/** @define Search; weak */
.Search {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.Search:after, .Search:before {
  display: table;
  content: '';
}

.Search:after {
  clear: both;
}

.Search-input {
  background-color: #fff;
  border-radius: 3px;
  border: 0;
  color: #000;
  float: left;
  font-family: inherit;
  padding: 0.6875em;
  width: 70%;
  font-weight: 400;
}

.Search form label {
  display: none;
}

/**
 * Search button should use Button object
 */
.Search-button {
  float: left;
  margin-left: 2%;
  width: 28%;
}

.Search--borderless {
  border: 0;
}

.Search .Search-input {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-right: 2.5em;
}

.Search .Search-button {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 2.5em;
  text-indent: -9999px;
  height: 2.5em;
  border: 0;
  background-color: transparent;
  background-image: url("../assets/icons/icon-search.svg");
  background-size: 1.15em;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.no-svg .Search--b .Search-button {
  background-image: url("../assets/icons/icon-search.png");
}

/** @define Breadcrumb; weak */
.Breadcrumb {
  background-color: #fff;
  font-size: .875em;
  padding: .675em 0;
}

.Breadcrumb:after, .Breadcrumb:before {
  display: table;
  content: '';
}

.Breadcrumb:after {
  clear: both;
}

.Breadcrumb a {
  color: #000;
  text-decoration: none;
}

.Breadcrumb a:hover {
  text-decoration: underline;
}

.Breadcrumb ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.Breadcrumb ul li {
  list-style: none;
}

.Breadcrumb ul li {
  display: inline-block;
  margin-left: 12px;
}

.Breadcrumb ul li:before {
  padding-right: 12px;
  color: #555;
  content: '\00bb';
}

.Breadcrumb ul li:first-child:before {
  display: none;
}

.Breadcrumb ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}

/**
 * Breadcrumb con scroll horizontal en moviles [EXPERIMENTO]
 *
 * En pantallas tactiles el Breadcrumb permanece horizontal y se puede desplazar
 * En pantallas que no son tactiles y md(down) desaparece el Breadcrumb
 */
@media screen and (max-width: 992px) {
  .touch .Breadcrumb {
    border-top: 1px solid #eee;
    overflow: scroll;
    position: relative;
  }
  .touch .Breadcrumb:before {
    background: -webkit-linear-gradient(right, #eee, transparent);
    background: linear-gradient(to left, #eee, transparent);
    content: '';
    display: none;
    width: 3rem;
    height: 2.7em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .touch .Breadcrumb ul {
    white-space: nowrap;
  }
  .touch .Breadcrumb ul li:last-child {
    padding-right: 3.5rem;
  }
}

@media screen and (max-width: 992px) {
  .no-touch .Breadcrumb {
    display: none;
  }
}

/** @define Download; weak */
.Download {
  line-height: 1.35;
  display: block;
  color: #000;
  text-decoration: none;
}

.Download .Download-title {
  text-decoration: underline;
}

.Download:hover .Download-icon {
  background-color: #fff;
  border: 2px solid #eee;
}

.Download:hover .Download-title {
  text-decoration: none;
}

.Download:active, .Download:focus {
  text-decoration: none;
}

.Download .Media-image {
  margin-right: 1rem;
}

/**
 * Icono descarga SVG
 */
.Download-icon {
  border-radius: 50%;
  background-color: #eee;
  border: 2px solid transparent;
  -webkit-transition: background-color .35s, border-color .35s;
  transition: background-color .35s, border-color .35s;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 2.75em;
  height: 2.75em;
}

.Download-icon .Icon {
  top: 0;
}

.Download-title {
  font-size: 1.125em;
  font-weight: 600;
  color: #0060a3;
}

.Download-description {
  color: #555;
  font-size: .85em;
}

.Download-date {
  font-size: .85em;
  color: #555;
}

/**
 * Modifier
 *
 * Para agrandarlo todo proporcional alcanza con cambiar el font-size padre
 * El modifier --large ademas de agrandar el texto agranda el icono
 */
.Download--large {
  font-size: 1.125rem;
}

.Download--large .Download-title {
  font-size: 1.25em;
}

.Download--large .Download-icon {
  padding: 1em;
}

.Download--large .Download-icon svg {
  width: 2em;
  height: 2em;
}

.Download--small {
  font-size: 0.875em;
}

/** @define Event; weak */
.Event {
  background-color: #f1f1f1;
  margin-bottom: 2rem;
}

.Event iframe {
  width: 100%;
  vertical-align: middle;
}

.Event-info {
  padding: 1.15rem;
}

.Event-info:after, .Event-info:before {
  display: table;
  content: '';
}

.Event-info:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .Event-info {
    padding: .75rem;
  }
}

.Event-info .Media-image {
  margin-right: 1rem;
}

.Event-details {
  font-size: .875em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.Event-details li {
  margin-top: 0;
}

.Event-details li {
  list-style: none;
}

.Event-description {
  margin-bottom: .25rem;
  color: #555;
}

.Event-map {
  position: relative;
}

.Event-map:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.Event-map.is-visible:after {
  display: none;
}

@media screen and (max-width: 992px) {
  .Event .Date {
    font-size: .75rem;
    width: 3.75em;
  }
  .Event .Date .Date-day {
    padding-top: .15em;
    padding-bottom: .15em;
  }
}

/** @define Dropdown */
.Dropdown {
  position: relative;
}

.Dropdown-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  position: absolute;
  min-width: 180px;
  left: 0;
  top: 100%;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
  padding: .5rem;
}

.Dropdown:hover .Dropdown-menu,
.Dropdown:focus .Dropdown-menu {
  visibility: visible;
  opacity: 1;
}

/** @define Pagination; weak */
.Pagination {
  text-align: center;
  margin-top: 4rem;
}

.Pagination-text {
  margin-bottom: 1rem;
}

.Pagination-links {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.Pagination-links li {
  list-style: none;
}

.Pagination-links li {
  display: inline-block;
}

.Pagination-links li a {
  text-decoration: none;
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding: .5rem 1rem;
  background-color: #f3f3f3;
  border-radius: 3px;
  color: #000;
  -webkit-transition: background-color .35s, color .35s;
  transition: background-color .35s, color .35s;
  border-bottom: 1px solid #ddd;
}

.Pagination-links li a:hover {
  background-color: #C5E4E5;
}

.Pagination-links li.is-selected a {
  background-color: #0060a3;
  color: #fff;
}

.Pagination-next a:after {
  padding-left: .5rem;
  content: '→';
}

.Pagination-prev a:before {
  padding-right: .5rem;
  content: '←';
}

@media screen and (max-width: 992px) {
  .Pagination li {
    display: none;
  }
  .Pagination-next,
  .Pagination-prev {
    display: inline-block !important;
  }
}

/* ==========================================================================
   Owl Carousel v2.2.0
   ========================================================================== */
/* stylelint-disable property-no-vendor-prefix,
                     at-rule-no-vendor-prefix,
                     declaration-property-unit-whitelist,
                     selector-max-specificity */
/* Carousel Core
   ========================================================================== */
.Carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.Carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.Carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.Carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0, 0, 0);
}

.Carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.Carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.Carousel .owl-nav.disabled,
.Carousel .owl-dots.disabled {
  display: none;
}

.Carousel .owl-nav .owl-prev,
.Carousel .owl-nav .owl-next,
.Carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Carousel.owl-loaded {
  display: block;
}

.Carousel.owl-loading {
  opacity: 0;
  display: block;
}

.Carousel.owl-hidden {
  opacity: 0;
}

.Carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.Carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.Carousel.owl-rtl {
  direction: rtl;
}

.Carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .Carousel {
  display: block;
}

/* Animate Plugin
   ========================================================================== */
.Carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.Carousel .owl-animated-in {
  z-index: 0;
}

.Carousel .owl-animated-out {
  z-index: 1;
}

.Carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Auto Height Plugin
   ========================================================================== */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* Lazy Load Plugin
   ========================================================================== */
.Carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.Carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Video Plugin
   ========================================================================== */
.Carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.Carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.Carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.Carousel .owl-video-playing .owl-video-tn,
.Carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.Carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.Carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Portal Tipo Theme para Owl Carousel
   ========================================================================== */
.Carousel-caption {
  background-color: #f3f3f3;
  padding: .5rem 1rem;
  font-size: .9em;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.owl-theme {
  margin-bottom: 2.5rem;
}

.owl-theme:after, .owl-theme:before {
  display: table;
  content: '';
}

.owl-theme:after {
  clear: both;
}

.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  float: right;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: .85rem;
  margin: 5px;
  padding: 4px 12px;
  background: #555;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav [class*='owl-']:active {
  background: #555;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  float: left;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #bbb;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #333;
}

@media screen and (max-width: 992px) {
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    float: none;
  }
  .owl-theme p {
    margin-bottom: 0;
  }
  .owl-theme .owl-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/** @define Tags */
.Tags {
  margin: 1rem 0;
}

.Tags-item {
  display: inline-block;
  margin-left: .5rem;
  margin-bottom: .5rem;
  padding: .2rem .625rem;
  background-color: #f3f3f3;
  border-radius: 2px;
  font-size: .9rem;
  color: #333;
  -webkit-transition: box-shadow .35s, color .35s;
  transition: box-shadow .35s, color .35s;
}

.Tags-item:hover {
  box-shadow: 1px 1px 1px #ddd, 0 0 1px #ddd;
  color: #000;
  text-decoration: none;
}

.Tags-item:first-child {
  margin-left: 0;
}

/** @define SkipLink */
.SkipLink {
  position: absolute;
  top: -40px;
  left: -10000px;
  width: 1px;
  height: 1px;
  padding: 1em 1.5em;
  overflow: hidden;
  -webkit-transition: top .3s;
  transition: top .3s;
  color: #fff;
  background: #000;
}

.SkipLink:focus {
  color: #fff;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  height: auto;
}

.Faq {
  margin-bottom: 1.5em;
}

.Faq + .Faq {
  border-top: 1px solid #eee;
}

.Faq-question {
  padding-top: 1.5em;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1em;
}

.Faq-answer p {
  margin-bottom: .5em;
}

/** @define Box; weak */
/* ==========================================================================
   Contenedores
   ========================================================================== */
/* Elementos basicos
   ========================================================================== */
.Box {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  position: relative;
}

.Box:after, .Box:before {
  display: table;
  content: '';
}

.Box:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .Box {
    margin-bottom: 1rem;
  }
}

.ie8 .Box {
  border: 1px solid #ddd;
}

.Box-header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
  padding: .75rem 1.5rem;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.Box-header h2,
.Box-header h3,
.Box-header h4,
.Box-header h5,
.Box-header h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.Box-title {
  display: block;
  font-size: 1.625em;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: .75em;
  word-break: break-word;
}

.Box > .Box-title {
  margin-top: .5rem;
}

.Box-subtitle {
  color: #555;
  display: block;
  font-size: 1.15em;
  line-height: 1.15;
  margin-bottom: 1em;
}

.Box-info {
  color: #555;
  display: block;
  font-size: .875em;
  margin-bottom: .5em;
}

.Box-video,
.Box-image {
  margin-bottom: 1.25em;
}

.Box-text {
  margin-bottom: 2em;
}

.Box-definitions dt {
  font-size: 95%;
  font-style: italic;
}

.Box-definitions dd {
  padding-left: .5em;
}

.Box-footer {
  border-top: 1px solid #ddd;
  font-size: .875em;
  margin-bottom: -1rem;
  overflow: hidden;
  padding-bottom: .75rem;
  padding-top: .75rem;
  text-align: right;
}

/* Destacado 1
   ========================================================================== */
.Box--destacado1 {
  padding: 1em;
}

@media screen and (min-width: 992px) {
  .Box--destacado1 {
    padding: 2em;
  }
}

.Box--destacado1 .Box-title {
  font-size: 2em;
  margin-top: .5em;
  margin-bottom: .5em;
}

@media screen and (max-width: 992px) {
  .Box--destacado1 .Media-image,
  .Box--destacado1 .Media-body {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .Box--destacado1 .Media-image img {
    width: 100%;
    height: auto;
  }
}

/* Destacado 2
   ========================================================================== */
.Box-cover {
  margin: -1.5rem;
  border-radius: 4px;
}

.Box-cover img,
.Box-coverImage {
  border-radius: 4px;
  width: 100%;
}

.Box-overlay {
  background: rgba(0, 96, 163, 0.9);
  background: -webkit-linear-gradient(top, rgba(0, 96, 163, 0.9) 20%, transparent);
  background: linear-gradient(to bottom, rgba(0, 96, 163, 0.9) 20%, transparent);
  border-radius: 4px;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 2rem;
  position: absolute;
  top: 0;
  width: 100%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.Box-overlay .Box-title {
  margin-bottom: .5em;
}

.Box-overlay .Box-info {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.Box--destacado2 {
  background: rgba(0, 96, 163, 0.9);
}

.Box--destacado2 .Box-button {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  text-shadow: none;
}

/* Destacado 3
   ========================================================================== */
.Box--destacado3 {
  text-decoration: none;
}

.Box--destacado3 .Box-title {
  margin-top: .75rem;
  margin-bottom: .75rem;
  text-decoration: underline;
}

.Box--destacado3:hover .Box-title {
  text-decoration: none;
}

.Box--destacado3 p,
.Box--destacado3 .Box-text {
  color: #000;
}

.Box--destacado3 .Box-info {
  margin-bottom: 1.5rem;
}

/* Destacado 4
   ========================================================================== */
.Box--destacado4 {
  padding-bottom: 3rem;
  padding-top: 3rem;
  text-align: center;
}

.Box--destacado4 a {
  display: block;
}

.Box--destacado4 .Box-info,
.Box--destacado4 .Box-subtitle {
  margin-bottom: 0;
}

.Box--destacado4 .Box-title {
  margin-bottom: .5em;
}

.Box--destacado4 .Box-image {
  margin-bottom: 1.5em;
  display: block;
}

/* Acceso
   ========================================================================== */
.Box--acceso {
  text-decoration: none;
}

.Box--acceso .Box-title {
  font-size: 1.25em;
  margin-bottom: .125em;
  text-decoration: underline;
}

.Box--acceso:hover .Box-title {
  text-decoration: none;
}

.Box--acceso .Box-info,
.Box--acceso .Box-subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .Box--acceso {
    text-align: center;
  }
  .Box--acceso .Flag-image,
  .Box--acceso .Flag-body {
    display: inline-block;
  }
  .Box--acceso .Flag-image {
    padding-right: 0;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 768px) {
  .Box--acceso .Flag-image img {
    max-width: 60px;
  }
}

/* Video
   ========================================================================== */
.Box--video .Box-video {
  margin-bottom: 0;
}

/* Calendario
   ========================================================================== */
.Box--calendar .Box-title {
  font-size: 1.25em;
  margin-bottom: .25em;
}

.Box--calendar .Media-image {
  margin-right: 1em !important;
  float: left !important;
  width: auto !important;
}

.Box--calendar .Box-info,
.Box--calendar .Box-subtitle {
  margin-bottom: 0;
}

.Box-mediaList {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.Box-mediaList li {
  list-style: none;
}

.Box-mediaList li,
.Box-mediaList > .Media {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #eee;
}

.Box-mediaList li:first-child,
.Box-mediaList > .Media:first-child {
  padding-top: .5rem;
  border-top: 0;
}

/* Listado Vertical
   ========================================================================== */
.Box--listadoVertical .Download {
  font-size: .875em;
}

.Box--listadoVertical .Box-title {
  margin-bottom: .5em;
}

.Box--listadoVertical p,
.Box--listadoVertical .Box-text {
  margin-bottom: 0;
}

.Box--listadoVertical .Box-downloads {
  margin-top: 1em;
}

@media screen and (max-width: 992px) {
  .Box--listadoVertical .Box-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .Box-mediaList > .Media > .Media-image {
    float: none;
    margin-bottom: .5em;
    margin-right: 0;
    width: 100%;
  }
  .Box-mediaList > .Media > .Media-image img {
    width: 100%;
    height: auto;
  }
}

/* Listado horizontal
   ========================================================================== */
/**
 * Convertir listados horizontales en carousel (con scroll horizontal)
 * en dispositivos moviles [EXPERIMENTAL]
 */
@media screen and (max-width: 992px) {
  .touch .Box--scrollableItems .Box-body {
    overflow: scroll;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .touch .Box--scrollableItems .Grid {
    white-space: nowrap;
  }
  .touch .Box--scrollableItems .Grid-item {
    width: 80%;
    float: none;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }
  .touch .Box--scrollableItems .Grid .Grid-item:first-child {
    margin-left: 1.5rem;
  }
  .touch .Box--scrollableItems .Grid .Grid-item:last-child {
    padding-right: 0;
    margin-right: 1.5rem;
  }
}

/**
 * Lista para listado horizontal
 */
.Box-gridList {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.Box-gridList li {
  list-style: none;
}

.Box-gridList a {
  display: block;
  text-decoration: none;
}

.Box-gridList a .Box-title {
  text-decoration: underline;
}

.Box-gridList a:hover .Box-title {
  text-decoration: none;
}

.Box-gridList li {
  margin-bottom: 2.5rem;
}

.Box-gridList img {
  width: 100%;
  height: auto;
}

.Box-gridList .Box-title {
  margin-bottom: .375em;
  font-size: 1.5em;
}

.Box-gridList .Box-image {
  display: block;
  margin-bottom: .75em;
}

.Box-gridList p,
.Box-gridList .Box-text,
.Box-gridList .Box-info,
.Box-gridList .Box-subtitle {
  margin-bottom: 0;
}

.Box-gridList p,
.Box-gridList .Box-text {
  color: #000;
}

/* Colors Modifiers
   ========================================================================== */
.Box--color1 {
  background-color: #0060a3;
  color: #fff;
}

.Box--color1 a {
  color: #fff;
}

.Box--color1 p,
.Box--color1 .Box-text {
  color: #fff;
}

.Box--color1 .Box-info {
  color: #fff;
  opacity: .65;
}

.Box--color2 {
  background-color: #fcd649;
  color: #000;
}

.Box--color2 a {
  color: #000;
}

.Box--color2 p,
.Box--color2 .Box-text {
  color: #000;
}

.Box--color2 .Box-info {
  color: #000;
  opacity: .65;
}

.Box--color3 {
  background-color: #33236a;
  color: #fff;
}

.Box--color3 a {
  color: #fff;
}

.Box--color3 p,
.Box--color3 .Box-text {
  color: #fff;
}

.Box--color3 .Box-info {
  color: #fff;
  opacity: .65;
}

/* Generic Modifiers
   ========================================================================== */
.Box--small {
  font-size: .875rem;
}

.Box--center {
  text-align: center;
}

/** @define Group */
.Group {
  background-color: #f3f3f3;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  padding: 2rem 0;
}

.Group-title {
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
  font-size: 2.25rem;
}

.Group--center .Group-title {
  text-align: center;
}

.Group--color1 {
  background-color: #0060a3;
}

.Group--color1 .Group-title {
  color: #fff;
}

.Group--color2 {
  background-color: #fcd649;
}

.Group--color2 .Group-title {
  color: black;
}

.Group--color3 {
  background-color: #33236a;
}

.Group--color3 .Group-title {
  color: #fff;
}

/** @define Hero */
.Hero {
  background-color: #33236a;
  color: #fff;
  height: 30em;
  width: 100%;
  display: table;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .Hero {
    font-size: 90%;
    padding: 1rem;
  }
}

.Hero-body {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
}

.Hero-title {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: .5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.Hero-description {
  opacity: .9;
  font-size: 1.25em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.Hero-button {
  margin-top: 2em;
  display: inline-block;
}

/**
 * Modifiers
 *  left: text align left (default)
 *  right: text align right
 *  center: text align center
 */
.Hero--right {
  text-align: right;
}

.Hero--right .Hero-description {
  margin-left: auto;
}

.Hero--center {
  text-align: center;
}

.Hero--center .Hero-description {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.Hero--circle {
  background-image: none;
  background-color: #33236a;
}

@media screen and (max-width: 992px) {
  .Hero--circle {
    height: 16rem;
  }
  .Hero--circle .Hero-search {
    font-size: 1.25rem;
  }
}

.Hero--circle .Hero-title {
  max-width: 540px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 992px) {
  .Hero--circle .Hero-title {
    font-size: 1.75rem;
  }
}

.Hero--circle:before {
  display: none;
}

.Hero-description {
  max-width: 540px;
}

.Hero-search {
  font-size: 1.25em;
  max-width: 540px;
  margin-top: 1.5em;
}

.Hero-footnote {
  padding: 5px 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.Hero-footnote--light {
  background: rgba(255, 255, 255, 0.75);
  color: #000;
}

.Hero-image {
  width: 50em;
  height: 50em;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 52.5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.Hero-cover {
  width: 100%;
  height: 30em;
  position: absolute;
  top: 0;
  left: 0;
}

.Hero-cover:before {
  background-color: #33236a;
  opacity: .8;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.Hero--small {
  font-size: 0.8em;
  height: auto;
}

.Hero--small .Hero-body {
  padding-top: 3em;
  padding-bottom: 3em;
}

.Hero--small .Hero-button {
  font-size: 1.125em;
}

/** @define Header; weak */
.Header {
  background-color: #fff;
}

.Header a {
  color: #000;
  text-decoration: none;
}

.Header a:hover {
  text-decoration: underline;
}

.Header-body {
  height: 120px;
}

@media screen and (min-width: 992px) {
  .Header-body {
    height: 180px;
  }
}

.Header-top {
  border-bottom: 1px solid #eee;
  font-size: .85rem;
}

.Header-top:after, .Header-top:before {
  display: table;
  content: '';
}

.Header-top:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .Header-top {
    display: none;
  }
}

.Header-top-nav {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  float: right;
}

.Header-top-nav li {
  list-style: none;
}

.Header-top-nav a {
  display: block;
  padding: 10px 1em;
}

.Header-top-nav li {
  float: left;
}

.Header-top-nav li:first-child a {
  padding-left: 0;
}

.Header-top-nav li:last-child a {
  padding-right: 0;
}

.Header-top-parent {
  display: block;
  padding: 12px 0;
  padding-left: 0;
  line-height: 1;
  color: #555;
}

.Header-top-parent .Flag-image {
  padding-right: .5rem;
}

.Header-logo {
  font-size: 1.85em;
  line-height: 1;
  font-weight: 600;
}

.Header-logo a {
  display: block;
  float: left;
}

.Header-logo > img {
  width: 100%;
  height: auto;
}

.Header-logo img {
  vertical-align: bottom;
}

@media screen and (min-width: 992px) {
  .Header-logo img {
    vertical-align: bottom;
  }
}

@media screen and (max-width: 992px) {
  .Header-logo {
    font-size: 140%;
    line-height: 1.5;
  }
}

.Header-tagline {
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  border-left: 1px solid #eee;
  display: none;
}

@media screen and (min-width: 992px) {
  .Header-tagline {
    display: block;
  }
}

.Header-search {
  display: none;
  float: right;
  font-size: .85rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .Header-search {
    display: block;
  }
}

.Header-related {
  margin-right: 1.5rem;
  display: block;
  float: right;
}

@media screen and (max-width: 992px) {
  .Header-related {
    display: none;
  }
}

.Header-menuButton {
  float: right;
  border: 1px solid #FFF;
  border-radius: 3px;
  padding: .75rem .5rem;
  cursor: pointer;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.Header-menuButton.is-open {
  background-color: #0060a3;
  color: #fff;
}

.Header-menuButton.is-open .Header-menuIcon span,
.Header-menuButton.is-open .Header-menuIcon span:before,
.Header-menuButton.is-open .Header-menuIcon span:after {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .Header-menuButton {
    display: none;
  }
}

/**
 * Hamburger Icon with animation
 */
.Header-menuButton-text {
  float: left;
  color: #FFF;
}

.Header-menuIcon {
  float: left;
  font-size: .25em;
  position: relative;
  display: block;
  width: 4em;
  height: 4em;
  cursor: pointer;
  margin-right: 6px;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.Header-menuIcon > span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: .5em;
  /*margin-top: -.5em;*/
  background-color: #FFF;
  border-radius: 3px;
}

.Header-menuIcon > span:before,
.Header-menuIcon > span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.Header-menuIcon > span:before {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}

.Header-menuIcon > span:after {
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
}

/* Opened */
.Header-menuButton.is-open .Header-menuIcon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.Header-menuButton.is-open .Header-menuIcon > span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.Header-menuButton.is-open .Header-menuIcon > span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**
 * Header Minisite
 */
.Header-parent {
  background-color: #f3f3f3;
  border-bottom: 1px solid #eee;
  padding: .75rem 0;
}

.Header-parent a {
  color: #000;
}

.Header-openParentNav {
  float: right;
  display: block;
  padding-left: 14px;
  padding-bottom: 4px;
}

.Header-parentNav {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  float: right;
  font-size: 0.875em;
}

.Header-parentNav li {
  list-style: none;
}

@media screen and (min-width: 992px) {
  .Header-parentNav.collapse {
    display: block;
  }
}

.Header-parentNav li {
  display: inline-block;
  padding-left: 1.5em;
}

.Header-parentNav li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 992px) {
  .Header-parentNav {
    margin-top: 1.5em;
    font-size: 1em;
  }
  .Header-parentNav li {
    width: 100%;
    padding-left: 0;
  }
  .Header-parentNav li a {
    display: block;
    width: 100%;
    padding: .75em;
  }
}

@media screen and (max-width: 992px) {
  .Header-parent .Bar-cell:last-child {
    display: table-row;
  }
}

.Header-parent-logo {
  font-weight: 600;
  font-size: 1.25em;
}

.Header--simple .Header-parent {
  font-size: 1.125rem;
  background-color: #fff;
}

/** @define Footer; weak */
.Footer-nav {
  background-color: #0060a3;
  color: #fff;
  padding-bottom: 3.25rem;
  padding-top: 3.25rem;
}

.Footer-nav a {
  color: #fff;
}

.Footer-nav-title {
  font-size: 1.275rem;
  margin-bottom: 1rem;
}

.Footer-nav-list {
  margin-bottom: 2rem;
}

.Footer-nav-list li {
  border-top-color: #006fbd;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 992px) {
  .Footer-nav-list {
    margin-bottom: 0;
  }
}

.Footer-info {
  background-color: #fff;
}

.Footer-header {
  border-bottom: 1px solid #eee;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.Footer-links {
  font-size: .85rem;
  border-top: 1px solid #eee;
  border-bottom: 6px solid #0060a3;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.Footer-links:after, .Footer-links:before {
  display: table;
  content: '';
}

.Footer-links:after {
  clear: both;
}

.Footer-links ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.Footer-links ul li {
  list-style: none;
}

.Footer-links ul li {
  width: 100%;
  display: inline-block;
}

.Footer-links ul li:first-child {
  padding-left: 0;
}

.Footer-links ul li a {
  display: block;
  padding: .5rem;
}

@media screen and (min-width: 992px) {
  .Footer-links {
    text-align: right;
  }
  .Footer-links ul {
    float: right;
    width: 100%;
    position: relative;
    right: -.5rem;
  }
  .Footer-links ul li {
    width: auto;
    padding-left: .75rem;
  }
}

.Footer-addressName {
  font-weight: 700;
  display: block;
}

.Footer-addresses {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.Footer-addresses-item {
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .Footer-addresses-item {
    margin-bottom: 0;
  }
}

.Footer-siteName {
  font-weight: 700;
}

.Footer-socialMedia {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.Footer-socialMedia li {
  list-style: none;
}

.Footer-socialMedia a {
  display: block;
  padding: .25em;
  height: 2em;
}

.Footer-socialMedia svg {
  width: 1.5em;
  height: 1.5em;
}

.Footer-socialMedia li {
  display: inline-block;
  padding-left: 1.5rem;
  vertical-align: middle;
  height: 2em;
}

@media screen and (max-width: 992px) {
  .Footer-socialMedia li {
    padding-left: 0;
  }
}

/** @define Page; weak */
.Page {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  padding: 2.5rem;
  position: relative;
}

.Page:after, .Page:before {
  display: table;
  content: '';
}

.Page:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .Page {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}

.ie8 .Page {
  border: 1px solid #ddd;
}

.Page-title {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}

@media screen and (max-width: 992px) {
  .Page-title {
    font-size: 2rem;
    margin-top: .75rem;
    margin-bottom: 2rem;
  }
}

.Page-description {
  font-size: 1.3125rem;
  color: #333;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.Page-image {
  margin-bottom: 2rem;
}

.Page-image img {
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.Page-date {
  color: #555;
  font-size: .85rem;
}

.Page-subtitle {
  color: #555;
  display: block;
  font-size: 1.15em;
  line-height: 1.15;
  margin-bottom: 1em;
  margin-top: 1em;
}

.Page-info {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.Page-info:after, .Page-info:before {
  display: table;
  content: '';
}

.Page-info:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .Page-info .Bar-cell {
    display: block;
  }
}

.Page blockquote {
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: .25rem solid #eee;
  clear: both;
}

.Page-actions {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9em;
  float: right;
}

.Page-actions li {
  list-style: none;
}

@media screen and (max-width: 992px) {
  .Page-actions {
    float: left;
    margin-top: 1rem;
  }
}

.Page-actions li {
  display: inline-block;
  padding-left: .5rem;
}

@media screen and (max-width: 992px) {
  .Page-actions li:first-child {
    padding-left: 0;
  }
}

.Page-nav ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.Page-nav ul li {
  list-style: none;
}

.Page-navTitle {
  font-weight: 700;
  font-size: 1.15rem;
  display: block;
  padding: 2rem 1.5rem 1rem;
}

.Page-navList li {
  border-bottom: 1px solid #eee;
}

.Page-navList li a {
  display: block;
  padding: .75rem 1.5rem;
  -webkit-transition: color .25s;
  transition: color .25s;
}

.Page-navList li a:hover {
  color: #000;
}

.Page-navList li.is-active {
  border-left: 4px solid #bbb;
}

.Page-navList li.is-active a {
  color: #000;
  text-decoration: none;
  border-right: 1px solid #fff;
  width: calc(100% + 1px);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .Page-navList li.is-active a {
    width: 100%;
  }
}

.Page-navSublist {
  margin-left: 1.5rem;
  font-size: .85rem;
}

.Page-navSublist li a {
  padding: .75rem 1rem;
}

.Page-navSublist li:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 992px) {
  .Page-navList {
    display: none;
  }
  .Page-navTitle {
    padding: 1rem;
    border-bottom: 1px solid #eee;
    font-size: .95rem;
  }
  .Page-nav.is-open .Page-navTitle {
    background-color: #f9f9f9;
  }
  .Page-nav.is-open .Page-navList {
    display: block;
  }
}

.Page-document h2:not([class]),
.Page-document h3:not([class]),
.Page-document h4:not([class]),
.Page-document h5:not([class]),
.Page-document h6:not([class]) {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 992px) {
  .Page-document h2:not([class]),
  .Page-document h3:not([class]),
  .Page-document h4:not([class]),
  .Page-document h5:not([class]),
  .Page-document h6:not([class]) {
    font-size: 140%;
    line-height: 1.25;
  }
}

.Page-document h2:not([class]) {
  font-size: 1.875rem;
}

.Page-document h3:not[class] {
  font-size: 1.5rem;
}

.Page-document ul:not([class]) li + li {
  margin-top: .25em;
}

.Page-document li > ul:not([class]) {
  margin-top: .5em;
}

.Page-document .Download {
  margin-bottom: 1.5rem;
}

.Page-document .Page-downloads li {
  padding: 1rem 0;
}

.Page-document .Page-downloads .Download {
  margin-bottom: 0;
}

/**
 * Modifiers
 */
/* Para cuando tiene navegacion local */
.Page--hasNav {
  padding: 0;
}

.Page--hasNav .Page-body {
  padding: 2.5rem;
  border-left: 1px solid #eee;
}

@media screen and (max-width: 992px) {
  .Page--hasNav .Page-body {
    padding: 1rem;
    border-left: 0;
  }
}

/* Centra con Grid o usa esta clase */
.Page--single {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

/** @define Nav; weak */
.Nav {
  background-color: #0060a3;
  position: relative;
  z-index: 9999;
}

.Nav:after, .Nav:before {
  display: table;
  content: '';
}

.Nav:after {
  clear: both;
}

.Nav a {
  display: block;
}

.Nav a,
.Nav a:hover {
  text-decoration: none;
  color: #fff;
}

.Nav-list,
.Nav-top-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  left: -1.5rem;
}

.Nav-item {
  float: left;
  text-align: center;
}

.Nav-item > a {
  background-color: transparent;
  font-size: 1rem;
  font-weight: 600;
  padding: .875rem 1.5rem;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  width: 100%;
}

.Nav-item > a:hover {
  background-color: #004270;
}

.Nav-item.hover > a {
  background-color: #004270;
}

/* --------------------------------------------- 

.Nav-item{
	border-bottom:solid 3px #305086; }
.Nav-item:hover{
	border-bottom:solid 3px #fccf16; }
*/

#menu .Nav-list .is-selected{
	/*padding: 3px 0;
	border-bottom:solid 3px #fccf16;
	box-sizing: border-box;*/
	box-shadow: 0px -3px 0px #fccf16 inset;
}
/* --------------------------------------------- */

/**
 * Error en IE8
 * con los mediaqueries y rem.js
 */
@media screen and (max-width: 992px) {
  .Nav ul {
    left: 0;
    margin-bottom: 1.5rem;
  }
  .Nav ul:after, .Nav ul:before {
    display: table;
    content: '';
  }
  .Nav ul:after {
    clear: both;
  }
  .Nav-item {
    text-align: left;
    width: 100%;
  }
  .Nav-item a {
    padding-top: .5rem;
    padding-bottom: .75rem;
  }
  .Nav {
    overflow: hidden;
    display: none;
  }
  .Nav.is-open {
    display: block;
  }
}

.Nav .Nav-top-nav {
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
  margin-top: .75rem;
}

.Nav .Nav-top-nav a {
  padding: .5rem 1.5rem;
}

.Nav-search {
  border: 0;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.Nav-listSubtitle {
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: .5rem;
  margin-right: .5rem;
  margin-top: 2rem;
  padding-bottom: .5rem;
}

@media screen and (max-width: 992px) {
  .Nav-list {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .Nav-top-nav,
  .Nav-listSubtitle,
  .Nav-search {
    display: none;
  }
}

.Nav-list,
.Nav-subnav ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.Nav-list li,
.Nav-subnav ul li {
  list-style: none;
}

.Nav-list > li {
  position: relative;
}

.Nav-list > li > a:hover {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.Nav-item.hover {
  background-color: #004270;
}

.Nav-item > a {
  position: relative;
  z-index: 9999;
}

.Nav-subnav {
  background-color: #004270;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  left: -9999px;
  opacity: 0;
  position: absolute;
  text-align: left;
  -webkit-transition: left 0, opacity .375s;
  transition: left 0, opacity .375s;
  width: 14rem;
  z-index: 9998;
}

@media screen and (max-width: 992px) {
  .Nav-subnav {
    box-shadow: 0 0 0 transparent;
    margin-bottom: 2rem;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .Nav-subnav {
    border-bottom: 4px solid #004270;
  }
}

.Nav-subnav ul li:last-child {
  border-bottom: 0;
}

.Nav-subnav ul li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.Nav-subnav a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 20px;
}

.Nav-subnav a:hover, .Nav-subnav a:focus {
  text-decoration: none;
}

.Nav-subnav a:hover {
  background-color: #003357;
}

.Nav-list > li > a:hover + .Nav-subnav,
.Nav-list > li > a:focus + .Nav-subnav,
.Nav-list > li:hover .Nav-subnav,
.Nav-list > li.hover .Nav-subnav {
  left: 0;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .Nav-list > li > a:hover + .Nav-subnav,
  .Nav-list > li > a:focus + .Nav-subnav,
  .Nav-list > li:hover .Nav-subnav,
  .Nav-list > li.hover .Nav-subnav {
    position: static;
  }
}

.Nav-list > li > a:hover + .Nav-subnav,
.Nav-list > li > a:focus + .Nav-subnav,
.Nav-list > li:hover .Nav-subnav {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

/** @define Form; weak */
.Form fieldset {
  border-color: #ddd;
  padding: 1.25em;
  margin-bottom: 1.5em;
}

.Form legend {
  padding-left: .5em;
  padding-right: .5em;
}

.Form-title {
  font-size: 1.25em;
}

.Form-group {
  margin-bottom: 1.5em;
  display: table;
  vertical-align: top;
  width: 100%;
}

.Form-label {
  display: table-cell;
  vertical-align: top;
  width: 35%;
  text-align: right;
  padding-right: .5em;
  padding-top: .25em;
}

@media screen and (max-width: 992px) {
  .Form-label {
    width: 100%;
    display: block;
    text-align: left;
  }
}

.Form-widget {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 992px) {
  .Form-widget {
    width: 100%;
    display: block;
  }
}

.Form-subLabel {
  padding-top: .25em;
  display: block;
  margin-bottom: .25em;
}

.Form-radio {
  display: block;
  margin-top: .5em;
}

.Form input[type="text"],
.Form input[type="tel"],
.Form input[type="email"],
.Form input[type="date"],
.Form select,
.Form textarea {
  border-radius: 2px;
  border: 1px solid #bbb;
  font-family: inherit;
  padding: .5em;
  width: 100%;
  max-width: 25em;
}

.Form textarea {
  min-height: 7.5em;
}

.Form .Form-group:last-child {
  margin-bottom: 0;
}

.Form--stacked .Form-label {
  width: 100%;
  display: block;
  text-align: left;
  padding-right: 0;
}

.Form--stacked .Form-widget {
  display: block;
  margin-top: .25em;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.fade.in {
  opacity: 0.6;
}

.modal-header {
  padding: 16px 24px;
}

.modal-header:after, .modal-header:before {
  display: table;
  content: '';
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 2.1;
}

.modal-body {
  position: relative;
  padding: 8px 0;
  margin: 0 24px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.modal-footer {
  padding: 16px 24px;
  text-align: right;
}

.modal-footer:after, .modal-footer:before {
  display: table;
  content: '';
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 720px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media screen and (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal {
  padding: 0 !important;
  text-align: center;
}

.modal:before {
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
  content: '';
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height;
  transition-property: height;
}

.close {
  float: right;
  font-size: rem(46);
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-shadow: 0 1px 0 #fff;
}

.close:hover, .close:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/** @define utilities */
/* stylelint-disable declaration-no-important */
/**
 * Specify the proportional width of an object.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
 */
.u-sizeFull {
  width: 100% !important;
}

.u-size1of12 {
  width: 8.3333333333% !important;
}

.u-size1of10 {
  width: 10% !important;
}

.u-size1of8 {
  width: 12.5% !important;
}

.u-size1of6,
.u-size2of12 {
  width: 16.6666666667% !important;
}

.u-size1of5,
.u-size2of10 {
  width: 20% !important;
}

.u-size1of4,
.u-size2of8,
.u-size3of12 {
  width: 25% !important;
}

.u-size3of10 {
  width: 30% !important;
}

.u-size1of3,
.u-size2of6,
.u-size4of12 {
  width: 33.3333333333% !important;
}

.u-size3of8 {
  width: 37.5% !important;
}

.u-size2of5,
.u-size4of10 {
  width: 40% !important;
}

.u-size5of12 {
  width: 41.6666666667% !important;
}

.u-size1of2,
.u-size2of4,
.u-size3of6,
.u-size4of8,
.u-size5of10,
.u-size6of12 {
  width: 50% !important;
}

.u-size7of12 {
  width: 58.3333333333% !important;
}

.u-size3of5,
.u-size6of10 {
  width: 60% !important;
}

.u-size5of8 {
  width: 62.5% !important;
}

.u-size2of3,
.u-size4of6,
.u-size8of12 {
  width: 66.6666666667% !important;
}

.u-size7of10 {
  width: 70% !important;
}

.u-size3of4,
.u-size6of8,
.u-size9of12 {
  width: 75% !important;
}

.u-size4of5,
.u-size8of10 {
  width: 80% !important;
}

.u-size5of6,
.u-size10of12 {
  width: 83.3333333333% !important;
}

.u-size7of8 {
  width: 87.5% !important;
}

.u-size9of10 {
  width: 90% !important;
}

.u-size11of12 {
  width: 91.6666666667% !important;
}

/**
 * xs viewport
 */
@media (min-width: 480px) {
  .u-xs-size1of12 {
    width: 8.3333333333% !important;
  }
  .u-xs-size1of10 {
    width: 10% !important;
  }
  .u-xs-size1of8 {
    width: 12.5% !important;
  }
  .u-xs-size1of6,
  .u-xs-size2of12 {
    width: 16.6666666667% !important;
  }
  .u-xs-size1of5,
  .u-xs-size2of10 {
    width: 20% !important;
  }
  .u-xs-size1of4,
  .u-xs-size2of8,
  .u-xs-size3of12 {
    width: 25% !important;
  }
  .u-xs-size3of10 {
    width: 30% !important;
  }
  .u-xs-size1of3,
  .u-xs-size2of6,
  .u-xs-size4of12 {
    width: 33.3333333333% !important;
  }
  .u-xs-size3of8 {
    width: 37.5% !important;
  }
  .u-xs-size2of5,
  .u-xs-size4of10 {
    width: 40% !important;
  }
  .u-xs-size5of12 {
    width: 41.6666666667% !important;
  }
  .u-xs-size1of2,
  .u-xs-size2of4,
  .u-xs-size3of6,
  .u-xs-size4of8,
  .u-xs-size5of10,
  .u-xs-size6of12 {
    width: 50% !important;
  }
  .u-xs-size7of12 {
    width: 58.3333333333% !important;
  }
  .u-xs-size3of5,
  .u-xs-size6of10 {
    width: 60% !important;
  }
  .u-xs-size5of8 {
    width: 62.5% !important;
  }
  .u-xs-size2of3,
  .u-xs-size4of6,
  .u-xs-size8of12 {
    width: 66.6666666667% !important;
  }
  .u-xs-size7of10 {
    width: 70% !important;
  }
  .u-xs-size3of4,
  .u-xs-size6of8,
  .u-xs-size9of12 {
    width: 75% !important;
  }
  .u-xs-size4of5,
  .u-xs-size8of10 {
    width: 80% !important;
  }
  .u-xs-size5of6,
  .u-xs-size10of12 {
    width: 83.3333333333% !important;
  }
  .u-xs-size7of8 {
    width: 87.5% !important;
  }
  .u-xs-size9of10 {
    width: 90% !important;
  }
  .u-xs-size11of12 {
    width: 91.6666666667% !important;
  }
}

/**
 * sm viewport
 */
@media (min-width: 768px) {
  .u-sm-size1of12 {
    width: 8.3333333333% !important;
  }
  .u-sm-size1of10 {
    width: 10% !important;
  }
  .u-sm-size1of8 {
    width: 12.5% !important;
  }
  .u-sm-size1of6,
  .u-sm-size2of12 {
    width: 16.6666666667% !important;
  }
  .u-sm-size1of5,
  .u-sm-size2of10 {
    width: 20% !important;
  }
  .u-sm-size1of4,
  .u-sm-size2of8,
  .u-sm-size3of12 {
    width: 25% !important;
  }
  .u-sm-size3of10 {
    width: 30% !important;
  }
  .u-sm-size1of3,
  .u-sm-size2of6,
  .u-sm-size4of12 {
    width: 33.3333333333% !important;
  }
  .u-sm-size3of8 {
    width: 37.5% !important;
  }
  .u-sm-size2of5,
  .u-sm-size4of10 {
    width: 40% !important;
  }
  .u-sm-size5of12 {
    width: 41.6666666667% !important;
  }
  .u-sm-size1of2,
  .u-sm-size2of4,
  .u-sm-size3of6,
  .u-sm-size4of8,
  .u-sm-size5of10,
  .u-sm-size6of12 {
    width: 50% !important;
  }
  .u-sm-size7of12 {
    width: 58.3333333333% !important;
  }
  .u-sm-size3of5,
  .u-sm-size6of10 {
    width: 60% !important;
  }
  .u-sm-size5of8 {
    width: 62.5% !important;
  }
  .u-sm-size2of3,
  .u-sm-size4of6,
  .u-sm-size8of12 {
    width: 66.6666666667% !important;
  }
  .u-sm-size7of10 {
    width: 70% !important;
  }
  .u-sm-size3of4,
  .u-sm-size6of8,
  .u-sm-size9of12 {
    width: 75% !important;
  }
  .u-sm-size4of5,
  .u-sm-size8of10 {
    width: 80% !important;
  }
  .u-sm-size5of6,
  .u-sm-size10of12 {
    width: 83.3333333333% !important;
  }
  .u-sm-size7of8 {
    width: 87.5% !important;
  }
  .u-sm-size9of10 {
    width: 90% !important;
  }
  .u-sm-size11of12 {
    width: 91.6666666667% !important;
  }
}

/**
 * md viewport
 */
@media (min-width: 992px) {
  .u-md-size1of12 {
    width: 8.3333333333% !important;
  }
  .u-md-size1of10 {
    width: 10% !important;
  }
  .u-md-size1of8 {
    width: 12.5% !important;
  }
  .u-md-size1of6,
  .u-md-size2of12 {
    width: 16.6666666667% !important;
  }
  .u-md-size1of5,
  .u-md-size2of10 {
    width: 20% !important;
  }
  .u-md-size1of4,
  .u-md-size2of8,
  .u-md-size3of12 {
    width: 25% !important;
  }
  .u-md-size3of10 {
    width: 30% !important;
  }
  .u-md-size1of3,
  .u-md-size2of6,
  .u-md-size4of12 {
    width: 33.3333333333% !important;
  }
  .u-md-size3of8 {
    width: 37.5% !important;
  }
  .u-md-size2of5,
  .u-md-size4of10 {
    width: 40% !important;
  }
  .u-md-size5of12 {
    width: 41.6666666667% !important;
  }
  .u-md-size1of2,
  .u-md-size2of4,
  .u-md-size3of6,
  .u-md-size4of8,
  .u-md-size5of10,
  .u-md-size6of12 {
    width: 50% !important;
  }
  .u-md-size7of12 {
    width: 58.3333333333% !important;
  }
  .u-md-size3of5,
  .u-md-size6of10 {
    width: 60% !important;
  }
  .u-md-size5of8 {
    width: 62.5% !important;
  }
  .u-md-size2of3,
  .u-md-size4of6,
  .u-md-size8of12 {
    width: 66.6666666667% !important;
  }
  .u-md-size7of10 {
    width: 70% !important;
  }
  .u-md-size3of4,
  .u-md-size6of8,
  .u-md-size9of12 {
    width: 75% !important;
  }
  .u-md-size4of5,
  .u-md-size8of10 {
    width: 80% !important;
  }
  .u-md-size5of6,
  .u-md-size10of12 {
    width: 83.3333333333% !important;
  }
  .u-md-size7of8 {
    width: 87.5% !important;
  }
  .u-md-size9of10 {
    width: 90% !important;
  }
  .u-md-size11of12 {
    width: 91.6666666667% !important;
  }
}

/**
 * lg viewport
 */
@media (min-width: 1367px) {
  .u-lg-size1of12 {
    width: 8.3333333333% !important;
  }
  .u-lg-size1of10 {
    width: 10% !important;
  }
  .u-lg-size1of8 {
    width: 12.5% !important;
  }
  .u-lg-size1of6,
  .u-lg-size2of12 {
    width: 16.6666666667% !important;
  }
  .u-lg-size1of5,
  .u-lg-size2of10 {
    width: 20% !important;
  }
  .u-lg-size1of4,
  .u-lg-size2of8,
  .u-lg-size3of12 {
    width: 25% !important;
  }
  .u-lg-size3of10 {
    width: 30% !important;
  }
  .u-lg-size1of3,
  .u-lg-size2of6,
  .u-lg-size4of12 {
    width: 33.3333333333% !important;
  }
  .u-lg-size3of8 {
    width: 37.5% !important;
  }
  .u-lg-size2of5,
  .u-lg-size4of10 {
    width: 40% !important;
  }
  .u-lg-size5of12 {
    width: 41.6666666667% !important;
  }
  .u-lg-size1of2,
  .u-lg-size2of4,
  .u-lg-size3of6,
  .u-lg-size4of8,
  .u-lg-size5of10,
  .u-lg-size6of12 {
    width: 50% !important;
  }
  .u-lg-size7of12 {
    width: 58.3333333333% !important;
  }
  .u-lg-size3of5,
  .u-lg-size6of10 {
    width: 60% !important;
  }
  .u-lg-size5of8 {
    width: 62.5% !important;
  }
  .u-lg-size2of3,
  .u-lg-size4of6,
  .u-lg-size8of12 {
    width: 66.6666666667% !important;
  }
  .u-lg-size7of10 {
    width: 70% !important;
  }
  .u-lg-size3of4,
  .u-lg-size6of8,
  .u-lg-size9of12 {
    width: 75% !important;
  }
  .u-lg-size4of5,
  .u-lg-size8of10 {
    width: 80% !important;
  }
  .u-lg-size5of6,
  .u-lg-size10of12 {
    width: 83.3333333333% !important;
  }
  .u-lg-size7of8 {
    width: 87.5% !important;
  }
  .u-lg-size9of10 {
    width: 90% !important;
  }
  .u-lg-size11of12 {
    width: 91.6666666667% !important;
  }
}

/** @define utilities */
/* stylelint-disable declaration-no-important */
.u-textCenter {
  text-align: center !important;
}

.u-textLeft {
  text-align: left !important;
}

.u-textRight {
  text-align: right !important;
}

.u-textLarge {
  font-size: 1.35em !important;
}

.u-textSmall {
  font-size: .85em !important;
}

.u-textMute {
  color: #555 !important;
}

.u-textBold {
  font-weight: 700 !important;
}

/** @define utilities */
/* stylelint-disable declaration-no-important */
.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6 {
  font-family: inherit !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

.u-h1 {
  font-size: 2.5rem !important;
}

.u-h2 {
  font-size: 2rem !important;
}

.u-h3 {
  font-size: 1.75rem !important;
}

.u-h4 {
  font-size: 1.5rem !important;
}

.u-h5 {
  font-size: 1.25rem !important;
  line-height: 1.15 !important;
}

.u-h6 {
  font-size: 1.15rem !important;
  line-height: 1.35 !important;
}

/** @define utilities */
/* stylelint-disable declaration-no-important */
.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb1 {
  margin-bottom: 1rem !important;
}

.u-mb2 {
  margin-bottom: 2rem !important;
}

.u-mb3 {
  margin-bottom: 3rem !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt1 {
  margin-top: 1rem !important;
}

.u-mt2 {
  margin-top: 2rem !important;
}

.u-mt3 {
  margin-top: 3rem !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml1 {
  margin-left: 1rem !important;
}

.u-ml2 {
  margin-left: 2rem !important;
}

.u-ml3 {
  margin-left: 3rem !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr1 {
  margin-right: 1rem !important;
}

.u-mr2 {
  margin-right: 2rem !important;
}

.u-mr3 {
  margin-right: 3rem !important;
}

/** @define utilities */
/* stylelint-disable declaration-no-important */
.u-main {
  margin-top: 1rem;
}

@media screen and (min-width: 992px) {
  .u-main {
    margin-top: 2rem;
  }
}

.u-cfx:after, .u-cfx:before {
  display: table;
  content: '';
}

.u-cfx:after {
  clear: both;
}

.u-left {
  float: left !important;
}

.u-right {
  float: right !important;
}

.u-circle {
  border-radius: 50%;
}

.u-imgResponsive {
  width: 100%;
  height: auto;
}

.u-table {
  display: table;
}

.u-relative {
  position: relative;
}

/**
 * wrapper
 */
.u-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.u-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.u-wrapper {
  width: 1104px;
  max-width: 100%;
}

/** @define utilities */
/* stylelint-disable declaration-no-important */
@media screen and (min-width: 992px) {
  .u-md-show {
    display: block !important;
  }
  .u-md-hide {
    display: none !important;
  }
}

.u-hide {
  display: none !important;
}

.u-show {
  display: block !important;
}

.u-hideVisually {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
 * Syntax highlighting styles
 */
code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

pre {
  font-size: 85%;
}

code.highlighter-rouge {
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  padding: .2em;
  font-size: 85%;
}

.highlight {
  background: #fff;
  margin-bottom: 15px;
  padding: 1.25rem;
  border-radius: 3px;
}

.highlighter-rouge .highlight {
  background: #f9f9f9;
}

.highlight .c {
  color: #998;
  font-style: italic;
}

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

.highlight .k {
  font-weight: bold;
}

.highlight .o {
  font-weight: bold;
}

.highlight .cm {
  color: #998;
  font-style: italic;
}

.highlight .cp {
  color: #999;
  font-weight: bold;
}

.highlight .c1 {
  color: #998;
  font-style: italic;
}

.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}

.highlight .gd {
  color: #000;
  background-color: #fdd;
}

.highlight .gd .x {
  color: #000;
  background-color: #faa;
}

.highlight .ge {
  font-style: italic;
}

.highlight .gr {
  color: #a00;
}

.highlight .gh {
  color: #999;
}

.highlight .gi {
  color: #000;
  background-color: #dfd;
}

.highlight .gi .x {
  color: #000;
  background-color: #afa;
}

.highlight .go {
  color: #888;
}

.highlight .gp {
  color: #555;
}

.highlight .gs {
  font-weight: bold;
}

.highlight .gu {
  color: #aaa;
}

.highlight .gt {
  color: #a00;
}

.highlight .kc {
  font-weight: bold;
}

.highlight .kd {
  font-weight: bold;
}

.highlight .kp {
  font-weight: bold;
}

.highlight .kr {
  font-weight: bold;
}

.highlight .kt {
  color: #458;
  font-weight: bold;
}

.highlight .m {
  color: #099;
}

.highlight .s {
  color: #d14;
}

.highlight .na {
  color: #008080;
}

.highlight .nb {
  color: #0086B3;
}

.highlight .nc {
  color: #458;
  font-weight: bold;
}

.highlight .no {
  color: #008080;
}

.highlight .ni {
  color: #800080;
}

.highlight .ne {
  color: #900;
  font-weight: bold;
}

.highlight .nf {
  color: #900;
  font-weight: bold;
}

.highlight .nn {
  color: #555;
}

.highlight .nt {
  color: #000080;
}

.highlight .nv {
  color: #008080;
}

.highlight .ow {
  font-weight: bold;
}

.highlight .w {
  color: #bbb;
}

.highlight .mf {
  color: #099;
}

.highlight .mh {
  color: #099;
}

.highlight .mi {
  color: #099;
}

.highlight .mo {
  color: #099;
}

.highlight .sb {
  color: #d14;
}

.highlight .sc {
  color: #d14;
}

.highlight .sd {
  color: #d14;
}

.highlight .s2 {
  color: #d14;
}

.highlight .se {
  color: #d14;
}

.highlight .sh {
  color: #d14;
}

.highlight .si {
  color: #d14;
}

.highlight .sx {
  color: #d14;
}

.highlight .sr {
  color: #009926;
}

.highlight .s1 {
  color: #d14;
}

.highlight .ss {
  color: #990073;
}

.highlight .bp {
  color: #999;
}

.highlight .vc {
  color: #008080;
}

.highlight .vg {
  color: #008080;
}

.highlight .vi {
  color: #008080;
}

.highlight .il {
  color: #099;
}
/*# sourceMappingURL=portal-tipo.css.map */