@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600,900|Roboto+Mono");
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

.tab-content p a {
  text-decoration: underline !important;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=48.0625em&large=64.0625em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto Mono";
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

.tab-content p a {
  text-decoration: underline !important;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=48.0625em&large=64.0625em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto Mono";
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 48.0625em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 48.0625em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 48.0625em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 48em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48.0625em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 48.0625em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 48em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48.0625em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 48em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Mono";
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 48.0625em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: black;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: black;
}

a img {
  border: 0;
}

hr {
  max-width: 80rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: none;
  margin-left: 0px;
}

ol {
  margin-left: 0px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 0px;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 48.0625em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 10px 40px;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: black;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: black;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 18px;
}

.button.xlarge {
  font-size: 20px;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: black;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: black;
  color: #fefefe;
}

.button.secondary {
  background-color: #777;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.orange {
  background-color: #fbaf17;
  color: #fefefe;
}

.button.orange:hover, .button.orange:focus {
  background-color: #d79104;
  color: #fefefe;
}

.button.purple {
  background-color: #522e91;
  color: #fefefe;
}

.button.purple:hover, .button.purple:focus {
  background-color: #422574;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid black;
  color: black;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: black;
  color: black;
}

.button.hollow.primary {
  border: 1px solid black;
  color: black;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: black;
  color: black;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3b3b;
  color: #3c3b3b;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.hollow.orange {
  border: 1px solid #fbaf17;
  color: #fbaf17;
}

.button.hollow.orange:hover, .button.hollow.orange:focus {
  border-color: #875b02;
  color: #875b02;
}

.button.hollow.purple {
  border: 1px solid #522e91;
  color: #522e91;
}

.button.hollow.purple:hover, .button.hollow.purple:focus {
  border-color: #291749;
  color: #291749;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: black;
  color: #fefefe;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: black;
  color: #fefefe;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #777;
  color: #fefefe;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #fefefe;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fefefe;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ec5840;
  color: #fefefe;
}

.button.disabled.orange, .button[disabled].orange {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.orange:hover, .button.disabled.orange:focus, .button[disabled].orange:hover, .button[disabled].orange:focus {
  background-color: #fbaf17;
  color: #fefefe;
}

.button.disabled.purple, .button[disabled].purple {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.purple:hover, .button.disabled.purple:focus, .button[disabled].purple:hover, .button[disabled].purple:focus {
  background-color: #522e91;
  color: #fefefe;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 40px;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 48.0625em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48.0625em) {
  .reveal {
    width: 600px;
    max-width: 80rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 48.0625em) {
  .reveal.tiny {
    width: 30%;
    max-width: 80rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .reveal.small {
    width: 50%;
    max-width: 80rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .reveal.large {
    width: 90%;
    max-width: 80rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 48em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

body {
  background-color: #eee;
}

h2 {
  font-weight: bold;
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

hr,
p {
  margin: 0 0 10px;
  font-size: 15px;
  word-wrap: break-word;
}

.line,
#et-boc div.line {
  border-radius: 2px;
  height: 3px;
  background: #000;
}

.list-title,
#et-boc .list-title {
  display: table;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  word-spacing: -5px;
}

@media screen and (min-width: 48.0625em) {
  .list-title,
  #et-boc .list-title {
    font-size: 24px;
    line-height: 1.7;
  }
}

.list-title a,
#et-boc .list-title a {
  font-size: 14px;
  font-weight: initial;
  text-decoration: underline;
}

.list-title .line,
#et-boc .list-title .line {
  border-radius: 3px;
  height: 5px;
}

h2.list-title small,
#et-boc h2.list-title small {
  color: black !important;
  font-size: 14px;
  font-weight: normal;
  text-transform: lowercase;
}

@media screen and (min-width: 48.0625em) {
  h2.list-title small,
  #et-boc h2.list-title small {
    margin-left: 10px;
  }
}

h2.list-title small i,
#et-boc h2.list-title small i {
  background-color: lightgray;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  height: 20px;
  width: 20px;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none;
}

.center,
#et-boc .center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-item-wrapper,
#et-boc .list-item-wrapper {
  margin-top: 15px !important;
}

@media screen and (min-width: 415px) and (max-width: 1023px) {
  .list-item-wrapper,
  #et-boc .list-item-wrapper {
    width: 50% !important;
  }
}

@media screen and (min-width: 48.0625em) {
  .list-item-wrapper,
  #et-boc .list-item-wrapper {
    margin-top: 25px !important;
  }
}

.list-item,
#et-boc .list-item {
  background-color: white !important;
  border-radius: 3px !important;
  position: relative !important;
  transition: all 0.3s !important;
}

@media screen and (max-width: 74.9375em) {
  .list-item:active,
  #et-boc .list-item:active {
    /* não é possível dar @extend em classes ou placeholders
		   dentro de media-queries, por isso o mixin */
    background-color: #262626 !important;
    box-shadow: 0 0 15px #8a8a8a !important;
  }
  .list-item:active .box,
  .list-item:active a,
  .list-item:active h3,
  .list-item:active p,
  #et-boc .list-item:active .box,
  #et-boc .list-item:active a,
  #et-boc .list-item:active h3,
  #et-boc .list-item:active p {
    color: white !important;
  }
  .list-item:active .line,
  #et-boc .list-item:active .line {
    background-color: white !important;
  }
  .list-item:active .img .color-hover,
  #et-boc .list-item:active .img .color-hover {
    opacity: 0.5;
  }
  .list-item:active .categories ul li,
  #et-boc .list-item:active .categories ul li {
    border-color: #fff;
  }
  .list-item:active .categories ul li:hover,
  #et-boc .list-item:active .categories ul li:hover {
    background-color: #fff;
  }
  .list-item:active .categories ul li:hover a,
  #et-boc .list-item:active .categories ul li:hover a {
    color: #000 !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .list-item:hover,
  #et-boc .list-item:hover {
    /* não é possível dar @extend em classes ou placeholders
		   dentro de media-queries, por isso o mixin */
    background-color: #262626 !important;
    box-shadow: 0 0 15px #8a8a8a !important;
  }
  .list-item:hover .box,
  .list-item:hover a,
  .list-item:hover h3,
  .list-item:hover p,
  #et-boc .list-item:hover .box,
  #et-boc .list-item:hover a,
  #et-boc .list-item:hover h3,
  #et-boc .list-item:hover p {
    color: white !important;
  }
  .list-item:hover .line,
  #et-boc .list-item:hover .line {
    background-color: white !important;
  }
  .list-item:hover .img .color-hover,
  #et-boc .list-item:hover .img .color-hover {
    opacity: 0.5;
  }
  .list-item:hover .categories ul li,
  #et-boc .list-item:hover .categories ul li {
    border-color: #fff;
  }
  .list-item:hover .categories ul li:hover,
  #et-boc .list-item:hover .categories ul li:hover {
    background-color: #fff;
  }
  .list-item:hover .categories ul li:hover a,
  #et-boc .list-item:hover .categories ul li:hover a {
    color: #000 !important;
  }
}

.list-item .info,
#et-boc .list-item .info {
  padding: 10px 10px 5px !important;
}

@media screen and (min-width: 48.0625em) {
  .list-item .info,
  #et-boc .list-item .info {
    padding: 20px !important;
  }
}

.list-item .info h3,
#et-boc .list-item .info h3 {
  word-spacing: -5px;
}

.list-item .info p,
#et-boc .list-item .info p {
  font-family: 'Roboto';
}

.list-item .info p.post-type,
#et-boc .list-item .info p.post-type {
  font-family: 'Roboto Mono';
  text-align: right;
  margin-top: -10px;
}

.list-item h3,
#et-boc .list-item h3 {
  line-height: 1.5;
}

.list-item .line,
#et-boc .list-item .line {
  margin: 8px 0 10px -10px;
}

@media screen and (min-width: 48.0625em) {
  .list-item .line,
  #et-boc .list-item .line {
    margin: 8px 5px 10px -20px;
  }
}

.list-item .excerpt a:hover b,
#et-boc .list-item .excerpt a:hover b {
  text-decoration: underline;
}

.list-item .img,
#et-boc .list-item .img {
  width: 100%;
  min-height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 3px 3px;
}

.list-item .img .color-hover,
#et-boc .list-item .img .color-hover {
  background-color: #262626;
  border-radius: 0 0 3px 3px;
  height: 220px;
  width: 100%;
  opacity: 0;
}

.list-item .categories,
#et-boc .list-item .categories {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}

@media screen and (min-width: 48.0625em) {
  .list-item .categories,
  #et-boc .list-item .categories {
    left: 20px;
  }
}

.list-item .categories ul,
#et-boc .list-item .categories ul {
  margin-left: 5px;
}

.list-item .categories ul li + li,
#et-boc .list-item .categories ul li + li {
  margin-left: 5px;
}

.post-link,
#et-boc .post-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.spread-items,
#et-boc .spread-items {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}

.spread-items > ul li,
#et-boc .spread-items > ul li {
  display: block;
  width: 100%;
  text-align: center;
}

.spread-items .fill-space,
#et-boc .spread-items .fill-space {
  flex: 1;
}

.label {
  padding: 5px;
  font-size: 15px;
  display: inline-block;
  color: #000;
  font-weight: bold;
  background-color: #fbaf17;
  letter-spacing: -0.5px;
}

.box,
#et-boc .box,
#et-boc span.box {
  padding: 0 8px;
  border: 1px solid white;
  margin: 5px;
  color: white;
  text-transform: lowercase !important;
}

.box.black,
#et-boc .box.black,
#et-boc span.box.black {
  background-color: black;
  border: 1px solid black !important;
}

.categories,
#et-boc .categories {
  display: flex !important;
  align-items: center !important;
  font-size: 14px;
  transition: all 0.3s !important;
}

.categories a,
#et-boc .categories a {
  color: #fff;
}

.categories ul li + li,
#et-boc .categories ul li + li {
  margin-left: 10px;
}

.categories ul li,
#et-boc .categories ul li {
  border: 1px solid;
  border-color: #fff;
  letter-spacing: -0.5px;
  line-height: 100%;
  padding: 2px 8px;
  transition: all 0.3s !important;
}

.categories ul li a,
#et-boc .categories ul li a {
  color: #fff;
  font-weight: bold;
  text-transform: lowercase;
  transition: all 0.3s !important;
}

.categories ul li:hover,
#et-boc .categories ul li:hover {
  border-color: #000;
  background-color: #000;
}

.categories ul li:hover a,
#et-boc .categories ul li:hover a {
  color: #fff;
}

.categories.black a,
#et-boc .categories.black a {
  color: #000;
}

.categories.black ul li,
#et-boc .categories.black ul li {
  border-color: #000;
  color: #000;
}

.categories.black ul li:hover a,
#et-boc .categories.black ul li:hover a {
  color: #fff !important;
}

.close,
#et-boc .close {
  color: white;
  font-size: 28px;
  padding: 2px;
  text-align: center;
  position: absolute;
  border: 2px solid white;
  display: block;
  height: 37px;
  line-height: 1;
  width: 37px;
  border-radius: 50%;
  right: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.flickity-prev-next-button[disabled] {
  display: none !important;
}

.flickity-prev-next-button[disabled] + .flickity-page-dots {
  display: none;
}

.raleway {
  font-family: 'Roboto';
}

.submenu {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.no-p {
  padding: 0;
}

.no-p-r {
  padding-right: 0;
}

.component-tabs-tab input[type="checkbox"],
input[type="checkbox"].ocultar {
  display: none;
}

.component-tabs-tab input[type="checkbox"]:checked + label + .component-tabs-content,
.component-tabs-tab input[type="checkbox"]:checked + label + div,
input[type="checkbox"].ocultar:checked + label + .component-tabs-content,
input[type="checkbox"].ocultar:checked + label + div {
  max-height: 0;
}

.component-tabs-tab input[type="checkbox"]:checked + label:after,
input[type="checkbox"].ocultar:checked + label:after {
  content: "\f078";
}

@media screen and (min-width: 48.0625em) {
  .component-tabs-tab input[type="checkbox"]:checked + label:before,
  input[type="checkbox"].ocultar:checked + label:before {
    content: 'mostrar';
  }
}

label.label-tab {
  cursor: pointer;
  top: 10px;
  right: 0;
  position: absolute;
  margin: 0 !important;
}

label.label-tab:after, label.label-tab:before {
  color: #4a4a4a;
}

label.label-tab:after {
  content: "\f077";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}

@media screen and (min-width: 48.0625em) {
  label.label-tab {
    top: 5px;
  }
  label.label-tab:before {
    content: 'ocultar';
    margin-right: 5px;
  }
}

@media screen and (max-width: 48em) {
  .component-tema > .row {
    display: block !important;
  }
  .component-tema > .row .list-title {
    display: block !important;
    width: auto;
  }
}

[v-cloak] {
  display: none;
}

html, body {
  height: 100%;
  margin-top: 0 !important;
}

body {
  overflow-x: hidden;
}

.home-cover + .row-menu.home + #content {
  margin: 0px;
}

.row.row-menu.spread-items.header-single-menu.fixed {
  top: 75px;
  z-index: 1;
}

.et_divi_builder #et_builder_outer_content .et_pb_row {
  max-width: 100% !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_section, .et_divi_builder #et_builder_outer_content .et_pb_row.et_pb_row_0 {
  padding: 0 !important;
}

input[type=text] {
  border-radius: 0px;
}

ul {
  display: flex;
  margin: 0px;
}

h3, h4, h5 {
  font-weight: bold;
}

.row {
  max-width: 1060px !important;
}

.row-menu {
  max-width: 100% !important;
}

.row-menu.fixed {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 10;
  margin: 0;
}

.flickity-slider {
  transform: none !important;
}

.flickity-slider .carousel-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: -1;
}

.flickity-slider .carousel-cell.is-selected {
  opacity: 1;
  z-index: 0;
}

.content-area.component-tabs.informacoes + .related-content {
  margin-top: 25px;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-container {
  z-index: 20;
  height: 75px;
  position: relative;
  background-color: #eee;
  box-shadow: 0 4px 7px -5px black;
}

@media screen and (min-width: 64.0625em) {
  .menu-container {
    display: flex;
    padding: 17px 35px;
    align-items: center;
    justify-content: space-between;
  }
  .menu-container img {
    float: left;
  }
}

@media screen and (max-width: 64em) {
  .menu-container .fa-bars {
    left: 15px;
    bottom: 25px;
    font-size: 25px;
    position: absolute;
  }
  .menu-container h1 {
    font-size: 1.5rem;
    left: 50%;
    top: 15px;
    position: absolute;
    margin-left: calc(-58px / 2);
  }
}

.menu-container .menu-social {
  top: 10px;
  right: 35px;
  position: absolute;
}

.menu-container .menu-social ul {
  width: 380px;
}

.menu-container .menu-social .text {
  font-size: 10px;
}

.menu-container .menu-social .text a {
  line-height: 250%;
  padding-bottom: 1px;
}

.menu-container .menu-social .text a.selected {
  font-weight: bold;
  border-bottom: 2px solid black;
}

.menu-container .search-button {
  right: 15px;
  bottom: 25px;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
}

@media screen and (min-width: 48.0625em) {
  .menu-container .search-button {
    font-size: 20px;
  }
}

@media screen and (min-width: 64.0625em) {
  .menu-container .search-button {
    right: 35px;
    bottom: 10px;
  }
  .menu-container .search-button::after {
    font-size: 14px;
    margin-left: 5px;
    content: 'buscar';
    font-family: 'Roboto Mono';
  }
}

.menu-container .menu-social ul, .menu-container .menu-nav ul {
  margin: 0;
  display: flex;
  list-style-type: none;
  justify-content: space-between;
}

.menu-container .menu-social ul li, .menu-container .menu-nav ul li {
  padding-bottom: 4px;
}

.menu-container .menu-social ul li i, .menu-container .menu-nav ul li i {
  font-size: 18px;
}

.menu-container .menu-social ul li a, .menu-container .menu-nav ul li a {
  color: black;
}

.menu-container .menu-social ul li .icon-bluesky, .menu-container .menu-nav ul li .icon-bluesky {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.menu-container .menu-nav {
  bottom: 0px;
  left: 130px;
  z-index: 10;
  position: absolute;
}

.menu-container .menu-nav .line {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .menu-container .menu-nav {
    top: 75px;
    left: -270px;
    width: 268px;
    height: 100%;
    padding: 20px;
    position: fixed;
    overflow: scroll;
    background-color: #eee;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.53, 0.04, 0.1, 1.01);
  }
  .menu-container .menu-nav * {
    position: relative;
  }
  .menu-container .menu-nav:after {
    left: -270px;
    transition: left 0.5s cubic-bezier(0.53, 0.04, 0.1, 1.01);
  }
  .menu-container .menu-nav.active {
    left: 0;
  }
  .menu-container .menu-nav.active:after {
    left: 0;
  }
  .menu-container .menu-nav .line {
    display: block;
  }
  .menu-container .menu-nav .menu-mobile-footer h3 {
    font-size: 15px;
    margin-top: 20px;
    font-weight: normal;
  }
  .menu-container .menu-nav .menu-mobile-footer .contato {
    font-size: 15px;
  }
  .menu-container .menu-nav .menu-mobile-footer .trending ul li {
    line-height: 21px;
  }
  .menu-container .menu-nav .menu-mobile-footer .trending ul li a {
    font-size: 14px;
    line-height: auto;
    color: #a6a6a6 !important;
  }
  .menu-container .menu-nav .menu-mobile-footer .redes ul li {
    border-bottom: 0px solid transparent;
  }
  .menu-container .menu-nav .menu-mobile-footer .redes ul li .fa-medium:after {
    content: 'Medium';
  }
  .menu-container .menu-nav .menu-mobile-footer .redes ul li .fa-github:after {
    content: 'Github';
  }
  .menu-container .menu-nav .menu-mobile-footer .redes ul li .fa-twitter:after {
    content: 'Twitter';
  }
  .menu-container .menu-nav .menu-mobile-footer .redes ul li .fa-facebook:after {
    content: 'Facebook';
  }
  .menu-container .menu-nav .menu-mobile-footer .redes ul li .fa-linkedin:after {
    content: 'Linkedin';
  }
  .menu-container .menu-nav .menu-mobile-footer .redes ul li .fa-instagram:after {
    content: 'Instagram';
  }
  .menu-container .menu-nav .menu-mobile-footer .redes ul li .fa-youtube-play:after {
    content: 'Youtube';
  }
  .menu-container .menu-nav .menu-mobile-footer .redes ul li .fa-soundcloud:after {
    content: 'Soundcloud';
  }
  .menu-container .menu-nav .menu-mobile-footer .redes ul li .fa-spotify:after {
    content: 'Spotify';
  }
  .menu-container .menu-nav .menu-mobile-footer .redes ul li .fa:after {
    font-family: 'Roboto MOno';
    font-size: 15px;
    margin-left: 8px;
  }
  .menu-container .menu-nav .menu-mobile-footer .line {
    display: none;
  }
}

.menu-container .menu-nav ul {
  width: 900px;
}

.menu-container .menu-nav ul .sub-menu {
  display: none;
  position: absolute;
  background-color: #9a258f;
  width: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 250px;
  margin-left: -50px;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .menu-container .menu-nav ul .sub-menu li {
    padding: 8px 50px;
  }
  .menu-container .menu-nav ul .sub-menu li:first-child {
    border-bottom: solid 1px #ffffff !important;
  }
  .menu-container .menu-nav ul .sub-menu li a {
    color: #ffffff !important;
    padding-bottom: 3px;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-container .menu-nav ul .sub-menu {
    display: block !important;
    position: relative;
    box-shadow: none;
    margin-left: 7px;
    background-color: transparent;
  }
  .menu-container .menu-nav ul .sub-menu li a {
    color: #000000;
  }
}

.menu-container .menu-nav ul .menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-container .menu-nav ul .menu-item-has-children:after {
  content: ' ▼';
}

.menu-container .menu-nav ul .menu-item-has-children:hover:after {
  content: ' ▲';
}

@media only screen and (max-width: 1024px) {
  .menu-container .menu-nav ul {
    flex-direction: column;
    width: auto;
  }
  .menu-container .menu-nav ul .menu-item-3621:after {
    content: none;
  }
  .menu-container .menu-nav ul .menu-item-3621:hover:after {
    content: none;
  }
  .menu-container .menu-nav ul li {
    font-size: 20px;
    border-bottom-color: transparent !important;
  }
  .menu-container .menu-nav ul li.current-menu-item, .menu-container .menu-nav ul li a.selected {
    position: relative;
  }
  .menu-container .menu-nav ul li.current-menu-item:before, .menu-container .menu-nav ul li a.selected:before {
    content: '';
    left: -20px;
    width: 12px;
    float: left;
    height: 36px;
    display: block;
    overflow: hidden;
    position: absolute;
    background-color: black;
  }
  .menu-container .menu-nav ul li .sub-menu .current-menu-item:before {
    width: 6px !important;
    left: -15px;
  }
  .menu-container .menu-nav ul:first-child {
    margin-bottom: 3px;
  }
}

.menu-container .menu-nav ul.lang {
  margin: 10px 0 5px;
}

@media screen and (min-width: 64.0625em) {
  .menu-container .menu-nav ul.lang {
    display: none;
  }
}

.menu-container .menu-nav ul.lang .current-menu-item:before {
  background-color: transparent !important;
}

.menu-container .menu-nav ul.lang .current-menu-item:before a {
  color: black !important;
}

.menu-container .menu-nav ul li {
  border-bottom: 5px solid transparent;
}

.menu-container .menu-nav-bg {
  left: 0;
  right: 0;
  top: 75px;
  bottom: 0;
  width: 768px;
  display: none;
  height: 1024px;
  position: absolute;
  transform: translate3d(0px, 0px, 0px);
  background: rgba(165, 165, 165, 0.9);
}

@media screen and (min-width: 48.0625em) {
  .menu-container .menu-nav-bg {
    width: 1024px;
    height: 768px;
  }
}

.menu-container .menu-nav .trending ul li.current-menu-item:before {
  background-color: transparent !important;
}

#content_all {
  position: relative;
}

#content {
  margin: 75px 0px 0px;
}

@media screen and (min-width: 48.0625em) {
  #content {
    margin: 75px 0px 0px;
  }
}

.home-cover,
body > #et-boc > .home-cover {
  display: none;
  background-color: purple;
  position: relative;
  width: 100%;
}

.home-cover .home-cover-carousel-item,
body > #et-boc > .home-cover .home-cover-carousel-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-cover .logo-cover,
body > #et-boc > .home-cover .logo-cover {
  height: auto;
  width: 130px;
  position: absolute;
  top: 75px;
  left: 35px;
}

.home-cover h1,
body > #et-boc > .home-cover h1 {
  top: 50%;
  width: 60%;
  color: #262626;
  display: block;
  margin: 0 auto;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  font-family: 'Roboto';
  word-spacing: -5px;
  transform: translateY(-50%);
}

.home-cover h1 p,
body > #et-boc > .home-cover h1 p {
  font-size: 20px;
  font-weight: 400;
}

.home-cover .button-english,
body > #et-boc > .home-cover .button-english {
  height: 45px;
  width: 200px;
  position: absolute;
  top: 30px;
  right: 25px;
}

.home-cover .button-english.curved-shadow,
body > #et-boc > .home-cover .button-english.curved-shadow {
  z-index: 0;
}

.home-cover .button-english .button,
body > #et-boc > .home-cover .button-english .button {
  background-color: #262626;
  font-weight: bold;
  padding: 12px 62px;
  height: 45px;
  width: 200px;
  position: relative;
  z-index: 1;
}

.home-cover .arrow,
body > #et-boc > .home-cover .arrow {
  background-color: #262626;
  box-sizing: border-box;
  box-shadow: 0px 6px 6px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 120px;
  width: 55px;
  padding-top: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  text-align: center;
}

.home-cover .arrow img,
body > #et-boc > .home-cover .arrow img {
  display: block;
  margin: 8px auto 0;
}

@media screen and (max-width: 48em) {
  .home .highlights .categories,
  .home #et-boc .highlights .categories {
    left: 20px;
  }
}

.home-area,
#et-boc .home-area {
  margin-top: 20px;
  position: relative;
}

@media screen and (min-width: 48.0625em) {
  .home-area,
  #et-boc .home-area {
    margin-top: 50px;
  }
}

@media screen and (min-width: 48.0625em) {
  .home-area-item,
  #et-boc .home-area-item {
    display: flex;
    align-items: center;
    padding: 0 70px;
  }
}

.home-area h2, .home-area p,
#et-boc .home-area h2,
#et-boc .home-area p {
  font-weight: normal;
  font-family: 'Roboto';
  word-spacing: -5px;
}

.home-area h2 b, .home-area p b,
#et-boc .home-area h2 b,
#et-boc .home-area p b {
  color: #00958a;
}

.home-area h2,
#et-boc .home-area h2 {
  font-size: 20px;
}

@media screen and (min-width: 48.0625em) {
  .home-area h2,
  #et-boc .home-area h2 {
    font-size: 44px;
    line-height: 60px;
    margin-top: 20px;
  }
}

.home-area .list-title,
#et-boc .home-area .list-title {
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 90px;
}

.home-area .carousel-cell,
#et-boc .home-area .carousel-cell {
  width: 100%;
}

@media screen and (max-width: 48em) {
  .home-area .carousel-cell,
  #et-boc .home-area .carousel-cell {
    height: initial;
  }
}

.home-area .area-left,
#et-boc .home-area .area-left {
  padding: 60px 20px 0;
}

@media screen and (min-width: 48.0625em) {
  .home-area .area-left,
  #et-boc .home-area .area-left {
    flex: 0;
    min-width: 340px;
    padding: 0;
  }
}

.home-area .area-midia,
#et-boc .home-area .area-midia {
  display: none;
}

@media screen and (min-width: 48.0625em) {
  .home-area .area-midia,
  #et-boc .home-area .area-midia {
    height: 295px;
    display: block;
    margin-left: 40px;
    width: 100%;
  }
}

.home-area a,
#et-boc .home-area a {
  margin-top: 15px;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 48.0625em) {
  .home-area a,
  #et-boc .home-area a {
    margin-top: 20px;
  }
}

.home-area .color-line,
#et-boc .home-area .color-line {
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
}

.home-area .color-line span,
#et-boc .home-area .color-line span {
  display: inline-block;
  height: 5px;
}

.home-area .color-line span:nth-child(1),
#et-boc .home-area .color-line span:nth-child(1) {
  background-color: #9a258f;
  width: calc(100% - 39%);
}

.home-area .color-line span:nth-child(2),
#et-boc .home-area .color-line span:nth-child(2) {
  background-color: #00958a;
  width: 13%;
}

.home-area .color-line span:nth-child(3),
#et-boc .home-area .color-line span:nth-child(3) {
  background-color: #522e91;
  width: 13%;
}

.home-area .color-line span:nth-child(4),
#et-boc .home-area .color-line span:nth-child(4) {
  background-color: #f5821f;
  width: 13%;
}

@media screen and (min-width: 567px) and (max-width: 736px) {
  .home .list-item-wrapper:nth-child(3) {
    display: none;
  }
}

.highlights,
#et-boc .highlights {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
  height: 400px;
}

@media screen and (min-width: 48.0625em) {
  .highlights,
  #et-boc .highlights {
    border-radius: 3px;
    margin: 25px 0px;
  }
}

.highlights .color-hover,
#et-boc .highlights .color-hover {
  background-color: #262626;
  height: 400px;
  width: 100%;
  opacity: 0;
}

@media screen and (min-width: 48.0625em) {
  .highlights .color-hover,
  #et-boc .highlights .color-hover {
    border-radius: 3px;
  }
}

.highlights .info,
#et-boc .highlights .info {
  background: #f8f8f8;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 265px;
  min-height: 113px;
  overflow: hidden;
  padding: 20px;
  position: absolute;
}

@media screen and (min-width: 48.0625em) {
  .highlights .info,
  #et-boc .highlights .info {
    border-radius: 0 0 3px 3px;
    padding: 25px 20px 20px 40px;
  }
}

.highlights .info > a,
#et-boc .highlights .info > a {
  display: flex;
  align-items: flex-end;
}

.highlights .info .box,
#et-boc .highlights .info .box {
  border-color: #000;
  color: #000;
  transition: all .3s ease;
}

.highlights a, .highlights h2, .highlights ul li a, .highlights .categories,
#et-boc .highlights a,
#et-boc .highlights h2,
#et-boc .highlights ul li a,
#et-boc .highlights .categories {
  color: #000 !important;
  transition: all .3s ease;
}

.highlights h2,
#et-boc .highlights h2 {
  font-size: 20px;
  line-height: 1.5;
  transition: all .3s ease;
  word-spacing: -5px;
}

@media screen and (min-width: 48.0625em) {
  .highlights h2,
  #et-boc .highlights h2 {
    font-size: 24px;
  }
}

.highlights h2 .line,
#et-boc .highlights h2 .line {
  background: #000 !important;
  display: none;
  margin: 5px 0;
  transition: all .3s ease;
}

@media screen and (min-width: 48.0625em) {
  .highlights h2 .line,
  #et-boc .highlights h2 .line {
    display: block;
  }
}

@media screen and (min-width: 48.0625em) {
  .highlights .header,
  #et-boc .highlights .header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .highlights .header .info-left,
  #et-boc .highlights .header .info-left {
    flex-grow: 2;
  }
}

.highlights .horario,
#et-boc .highlights .horario {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
}

@media screen and (min-width: 48.0625em) {
  .highlights .horario,
  #et-boc .highlights .horario {
    margin: 8px 0 15px 30px;
  }
}

.highlights .horario p,
#et-boc .highlights .horario p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.highlights .horario span,
#et-boc .highlights .horario span {
  margin: 0 0 5px 0;
  white-space: nowrap;
}

.highlights .horario.show-for-small-only .box,
#et-boc .highlights .horario.show-for-small-only .box {
  display: inline-block;
  font-size: 14px;
  margin: 0;
}

@media screen and (max-width: 48em) {
  .highlights .categories,
  #et-boc .highlights .categories {
    color: #fff !important;
    position: absolute;
    top: 30px;
    left: 10px;
  }
  .highlights .categories ul li,
  #et-boc .highlights .categories ul li {
    border-color: #fff;
    color: #fff;
  }
  .highlights .categories ul li a,
  #et-boc .highlights .categories ul li a {
    color: #fff !important;
  }
  .highlights .categories ul li:hover,
  #et-boc .highlights .categories ul li:hover {
    background-color: #000;
    border-color: #000;
  }
}

@media screen and (min-width: 48.0625em) {
  .highlights .categories,
  #et-boc .highlights .categories {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 74.9375em) {
  .highlights:active,
  #et-boc .highlights:active {
    /* não é possível dar @extend em classes ou placeholders
		   dentro de media-queries, por isso o mixin */
    box-shadow: 0 0 15px #8a8a8a;
    color: #fff;
  }
  .highlights:active .color-hover,
  #et-boc .highlights:active .color-hover {
    opacity: 0.5;
  }
  .highlights:active .info,
  #et-boc .highlights:active .info {
    background-color: #262626;
  }
  .highlights:active a, .highlights:active h2, .highlights:active ul li a, .highlights:active .categories,
  #et-boc .highlights:active a,
  #et-boc .highlights:active h2,
  #et-boc .highlights:active ul li a,
  #et-boc .highlights:active .categories {
    color: #fff !important;
  }
  .highlights:active .line,
  #et-boc .highlights:active .line {
    background-color: #fff !important;
  }
  .highlights:active .box,
  #et-boc .highlights:active .box {
    border-color: #fff;
    color: #fff;
  }
  .highlights:active .categories.black ul li,
  #et-boc .highlights:active .categories.black ul li {
    border-color: #fff;
  }
  .highlights:active .categories.black ul li:hover,
  #et-boc .highlights:active .categories.black ul li:hover {
    background-color: #fff;
  }
  .highlights:active .categories.black ul li:hover a,
  #et-boc .highlights:active .categories.black ul li:hover a {
    color: #000 !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .highlights:hover,
  #et-boc .highlights:hover {
    /* não é possível dar @extend em classes ou placeholders
		   dentro de media-queries, por isso o mixin */
    box-shadow: 0 0 15px #8a8a8a;
    color: #fff;
  }
  .highlights:hover .color-hover,
  #et-boc .highlights:hover .color-hover {
    opacity: 0.5;
  }
  .highlights:hover .info,
  #et-boc .highlights:hover .info {
    background-color: #262626;
  }
  .highlights:hover a, .highlights:hover h2, .highlights:hover ul li a, .highlights:hover .categories,
  #et-boc .highlights:hover a,
  #et-boc .highlights:hover h2,
  #et-boc .highlights:hover ul li a,
  #et-boc .highlights:hover .categories {
    color: #fff !important;
  }
  .highlights:hover .line,
  #et-boc .highlights:hover .line {
    background-color: #fff !important;
  }
  .highlights:hover .box,
  #et-boc .highlights:hover .box {
    border-color: #fff;
    color: #fff;
  }
  .highlights:hover .categories.black ul li,
  #et-boc .highlights:hover .categories.black ul li {
    border-color: #fff;
  }
  .highlights:hover .categories.black ul li:hover,
  #et-boc .highlights:hover .categories.black ul li:hover {
    background-color: #fff;
  }
  .highlights:hover .categories.black ul li:hover a,
  #et-boc .highlights:hover .categories.black ul li:hover a {
    color: #000 !important;
  }
}

.highlights-carousel,
#et-boc .highlights-carousel {
  height: 340px;
  width: 100%;
}

@media screen and (min-width: 48.0625em) {
  .highlights-carousel,
  #et-boc .highlights-carousel {
    height: 450px;
  }
}

@media screen and (max-width: 48em) {
  .main-carousel-wrapper,
  .home-area,
  #et-boc .main-carousel-wrapper,
  #et-boc .home-area {
    padding: 0;
  }
}

.main-carousel-wrapper a.flickity-prev-next-button, .main-carousel-wrapper button.flickity-prev-next-button,
.home-area a.flickity-prev-next-button,
.home-area button.flickity-prev-next-button,
#et-boc .main-carousel-wrapper a.flickity-prev-next-button,
#et-boc .main-carousel-wrapper button.flickity-prev-next-button,
#et-boc .home-area a.flickity-prev-next-button,
#et-boc .home-area button.flickity-prev-next-button {
  display: none;
}

.main-carousel-wrapper .flickity-page-dots,
.home-area .flickity-page-dots,
#et-boc .main-carousel-wrapper .flickity-page-dots,
#et-boc .home-area .flickity-page-dots {
  bottom: initial;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  text-align: left;
}

.main-carousel-wrapper .flickity-page-dots .dot,
.home-area .flickity-page-dots .dot,
#et-boc .main-carousel-wrapper .flickity-page-dots .dot,
#et-boc .home-area .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  margin: 0 6px 0 0;
}

.main-carousel-wrapper .flickity-page-dots:after,
.home-area .flickity-page-dots:after,
#et-boc .main-carousel-wrapper .flickity-page-dots:after,
#et-boc .home-area .flickity-page-dots:after {
  font-size: 10px;
  margin-left: 5px;
}

@media screen and (min-width: 48.0625em) {
  .main-carousel-wrapper .flickity-page-dots,
  .home-area .flickity-page-dots,
  #et-boc .main-carousel-wrapper .flickity-page-dots,
  #et-boc .home-area .flickity-page-dots {
    top: 50px !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .main-carousel-wrapper a.flickity-prev-next-button, .main-carousel-wrapper button.flickity-prev-next-button,
  #et-boc .main-carousel-wrapper a.flickity-prev-next-button,
  #et-boc .main-carousel-wrapper button.flickity-prev-next-button {
    display: block;
  }
}

.main-carousel-wrapper .flickity-page-dots,
#et-boc .main-carousel-wrapper .flickity-page-dots {
  top: 5px;
}

.main-carousel-wrapper .flickity-page-dots .dot,
#et-boc .main-carousel-wrapper .flickity-page-dots .dot {
  background-color: #fff !important;
}

.main-carousel-wrapper .flickity-page-dots:after,
#et-boc .main-carousel-wrapper .flickity-page-dots:after {
  color: #fff;
  content: 'deslize para mais destaques';
}

@media screen and (min-width: 64.0625em) {
  .main-carousel-wrapper .flickity-page-dots,
  #et-boc .main-carousel-wrapper .flickity-page-dots {
    display: none;
  }
}

@media screen and (min-width: 48.0625em) {
  .home-area a.flickity-prev-next-button, .home-area button.flickity-prev-next-button,
  #et-boc .home-area a.flickity-prev-next-button,
  #et-boc .home-area button.flickity-prev-next-button {
    display: block;
  }
}

.home-area .flickity-page-dots,
#et-boc .home-area .flickity-page-dots {
  top: 30px;
}

.home-area .flickity-page-dots:after,
#et-boc .home-area .flickity-page-dots:after {
  color: #000;
  content: 'conheça melhor';
}

@media screen and (min-width: 48.0625em) {
  .home-area .flickity-page-dots,
  #et-boc .home-area .flickity-page-dots {
    display: none;
  }
}

.main-carousel .carousel-cell,
#et-boc .main-carousel .carousel-cell {
  width: 100%;
  height: 340px;
}

@media screen and (min-width: 48.0625em) {
  .main-carousel .carousel-cell,
  #et-boc .main-carousel .carousel-cell {
    height: 400px;
  }
}

.main-carousel .categories ul,
#et-boc .main-carousel .categories ul {
  margin-left: 10px;
}

.main-carousel .more-info,
#et-boc .main-carousel .more-info {
  margin-top: 5px;
}

.main-carousel .more-info a,
#et-boc .main-carousel .more-info a {
  font-size: 14px;
  text-decoration: underline;
}

.main-carousel a.flickity-prev-next-button.previous, .main-carousel button.flickity-prev-next-button.previous,
#et-boc .main-carousel a.flickity-prev-next-button.previous,
#et-boc .main-carousel button.flickity-prev-next-button.previous {
  left: -50px;
}

.main-carousel a.flickity-prev-next-button.next, .main-carousel button.flickity-prev-next-button.next,
#et-boc .main-carousel a.flickity-prev-next-button.next,
#et-boc .main-carousel button.flickity-prev-next-button.next {
  right: -50px;
}

a.flickity-prev-next-button, button.flickity-prev-next-button {
  border-radius: 0;
  border: 1px solid black;
  height: 35px;
  top: 50%;
  width: 35px;
}

a.flickity-prev-next-button:disabled, button.flickity-prev-next-button:disabled {
  opacity: 0.7;
}

a.flickity-prev-next-button:hover, button.flickity-prev-next-button:hover {
  cursor: pointer;
}

a.flickity-prev-next-button, a.flickity-prev-next-button:focus, a.flickity-prev-next-button:hover, button.flickity-prev-next-button, button.flickity-prev-next-button:focus, button.flickity-prev-next-button:hover {
  background: transparent;
}

@media screen and (min-width: 48.0625em) {
  .home .highlights,
  .home #et-boc .highlights {
    margin-top: 40px;
  }
}

.archive .info .categories,
.archive #et-boc .info .categories {
  display: none;
}

@media screen and (max-width: 48em) {
  .archive .categories.show-for-medium,
  .archive #et-boc .categories.show-for-medium {
    display: none !important;
  }
}

.archive .info .categories,
.archive #et-boc .info .categories {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  margin: 5px 0;
}

.archive .info .categories ul,
.archive #et-boc .info .categories ul {
  margin-left: 0;
}

.archive .info .categories ul li,
.archive #et-boc .info .categories ul li {
  border-color: #000;
}

.archive .info .categories ul li a,
.archive #et-boc .info .categories ul li a {
  color: #000;
}

@media screen and (max-width: 48em) {
  .archive .main-carousel-wrapper {
    margin-bottom: 15px;
  }
}

.archive .main-carousel-wrapper .list-title {
  margin-top: 30px !important;
}

@media screen and (max-width: 48em) {
  .archive .main-carousel-wrapper .highlights .categories {
    color: #fff !important;
  }
}

.archive .main-carousel-wrapper .highlights .categories ul {
  margin-left: 8px;
}

@media screen and (max-width: 48em) {
  .post-type-archive-projetos_ctp .main-carousel-wrapper .list-title,
  .page-template-page-producoes .main-carousel-wrapper .list-title {
    margin: 15px !important;
    line-height: 1.7;
  }
}

.post-type-archive-projetos_ctp #projetos-encerrados-title,
.page-template-page-producoes #projetos-encerrados-title {
  margin-top: 20px;
}

@media screen and (min-width: 48.0625em) {
  .post-type-archive-projetos_ctp #projetos-encerrados-title,
  .page-template-page-producoes #projetos-encerrados-title {
    margin-top: 40px;
  }
}

@media screen and (min-width: 48.0625em) {
  .page-template-page-producoes #content .area-pesquisa .slider,
  #et-boc .page-template-page-producoes #content .area-pesquisa .slider {
    width: 30%;
  }
  .page-template-page-producoes #content .area-pesquisa .slider.no-active,
  #et-boc .page-template-page-producoes #content .area-pesquisa .slider.no-active {
    width: 33.33% !important;
  }
}

.post-type-archive-comunicados_ctp .highlights .horario,
#et-boc .post-type-archive-comunicados_ctp .highlights .horario {
  display: none;
}

.info_border,
#et-boc .info-border {
  border-bottom: 5px solid black;
}

.older-posts,
#et-boc .older-posts {
  clear: both;
  margin-top: 30px;
}

@media screen and (min-width: 48.0625em) {
  .older-posts,
  #et-boc .older-posts {
    margin-bottom: 50px;
  }
}

.post-type-archive-pos-graduacao_ctp #content .row {
  display: flex !important;
  flex-direction: column !important;
  padding-top: 2rem;
  padding-bottom: 0;
  max-width: 100% !important;
}

.post-type-archive-pos-graduacao_ctp #content .row .archive-pos-title,
.post-type-archive-pos-graduacao_ctp #content .row .older-posts,
.post-type-archive-pos-graduacao_ctp #content .row .list-title,
.post-type-archive-pos-graduacao_ctp #content .row .related-post {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 1100px) {
  .post-type-archive-pos-graduacao_ctp #content .row .archive-pos-title h2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.post-type-archive-pos-graduacao_ctp #content .row .archive-pos-title .line {
  height: 5px;
}

.post-type-archive-pos-graduacao_ctp #content .row .archive-pos-title,
.post-type-archive-pos-graduacao_ctp #content .row .list-title {
  padding-left: 1rem;
}

@media (max-width: 1100px) {
  .post-type-archive-pos-graduacao_ctp #content .row .archive-pos-title,
  .post-type-archive-pos-graduacao_ctp #content .row .list-title {
    padding-left: .5rem;
  }
}

@media (max-width: 768px) {
  .post-type-archive-pos-graduacao_ctp #content .row .older-posts {
    padding-bottom: 2rem;
  }
}

.post-type-archive-pos-graduacao_ctp #content .row h2 {
  width: fit-content;
}

@media (max-width: 1100px) {
  .post-type-archive-pos-graduacao_ctp #content .row h2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.post-type-archive-pos-graduacao_ctp #content .row .related-posts {
  background-color: #d9d9d9;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.single #content {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.postid-13883 p.raleway {
  display: none;
}

.header-single {
  display: flex;
  height: 300px;
  position: relative;
  align-items: center;
  background-size: cover;
  filter: grayscale(10%);
  background-color: purple;
}

@media screen and (max-width: 48em) {
  .header-single {
    height: 360px;
    box-shadow: inset 0px 1px 10px 0 rgba(0, 0, 0, 0.5);
  }
  .header-single .column, .header-single .columns {
    padding: 0 20px;
  }
  .header-single .column.medium-4, .header-single .medium-4.columns {
    margin-bottom: 20px;
  }
  .header-single .column.medium-4:last-child, .header-single .medium-4.columns:last-child {
    margin-bottom: 0;
  }
}

.header-single:before {
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  opacity: 0.75;
  position: absolute;
}

.header-single .row {
  margin: 0 auto;
  width: 100%;
}

.header-single h1, .header-single p {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Roboto';
}

.header-single h1.raleway, .header-single p.raleway {
  font-weight: 400;
}

.header-single .pessoas {
  line-height: 1.4;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (min-width: 48.0625em) {
  .header-single .pessoas {
    font-size: 20px;
  }
}

.header-single .pessoas a {
  color: #fff;
}

.header-single .pessoas a:hover {
  text-decoration: underline;
}

.header-single .box-title {
  font-size: 14px;
}

.header-single .box {
  color: #fff;
  font-size: 14px;
  padding: 0px 5px;
  display: inline-block;
  text-transform: lowercase;
}

.header-single .box a {
  color: #fff;
}

.header-single h1 {
  font-size: 30px;
  font-weight: 900;
  line-height: 34px;
}

@media screen and (min-width: 48.0625em) {
  .header-single h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

.header-single .line {
  margin: 10px 0px;
  background-color: white !important;
}

@media screen and (min-width: 48.0625em) {
  .header-single .line {
    width: 60%;
  }
}

.header-single .dates {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (min-width: 48.0625em) {
  .header-single .dates {
    margin-bottom: 10px;
  }
}

.header-single .excerpt {
  color: white;
  margin-top: 10px;
}

.header-single-menu {
  width: 100%;
  height: 50px;
  color: black;
  font-weight: bold;
  transform: translate3d(0px, 0px, 0px);
  z-index: 9;
}

@media screen and (max-width: 64em) {
  .header-single-menu {
    position: relative;
  }
}

@media screen and (min-width: 64.0625em) {
  .header-single-menu {
    height: 40px;
  }
}

.header-single-menu.fixed + .header-single-menu-fix {
  width: 100%;
  height: 50px;
}

@media screen and (min-width: 64.0625em) {
  .header-single-menu.fixed + .header-single-menu-fix {
    height: 40px;
  }
}

.header-single-menu.fixed {
  top: 75px;
  position: fixed;
  box-shadow: 0 4px 7px -5px black;
}

.row.single-menu-container {
  width: 100%;
}

@media screen and (max-width: 74.9375em) {
  .row.single-menu-container {
    display: flex;
  }
}

@media screen and (min-width: 64.0625em) {
  .row.single-menu-container {
    display: flex;
    align-items: center;
    height: 40px;
    position: relative;
  }
}

.single-menu {
  text-transform: lowercase;
}

@media screen and (min-width: 64.0625em) {
  .single-menu span {
    display: none;
  }
  .single-menu ul {
    display: flex;
    list-style-type: none;
  }
  .single-menu li {
    display: block;
    padding: 0px 30px;
    font-weight: initial;
  }
  .single-menu li a {
    color: white;
  }
  .single-menu li a.active {
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 5px inset white;
  }
  .single-menu li:first-child {
    padding-left: 10px;
  }
  .single-menu li:last-child {
    border-right: none;
  }
}

.sidebar {
  position: relative;
}

@media screen and (max-width: 48em) {
  .sidebar {
    width: 130px;
  }
}

@media screen and (min-width: 48.0625em) and (max-width: 64em) {
  .sidebar {
    width: 190px;
  }
}

@media screen and (min-width: 64.0625em) {
  .sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
  }
}

.sidebar .button {
  display: flex;
  font-size: 14px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 74.9375em) {
  .sidebar .button {
    left: 0;
    right: -1px;
    height: 50px;
  }
}

@media screen and (min-width: 64.0625em) {
  .sidebar .button {
    height: 40px;
    width: 100%;
    white-space: nowrap;
  }
}

.tab {
  display: flex;
  overflow: hidden;
  align-items: baseline;
}

.tab-title {
  width: 200px;
  margin-right: 30px;
  text-transform: lowercase;
}

@media screen and (max-width: 48em) {
  .tab-title {
    display: none;
  }
}

.tab-content {
  width: 100%;
}

@media screen and (min-width: 48.0625em) {
  .tab-content {
    width: calc(100% - 380px);
  }
}

.tab-content .list-title {
  display: block;
  margin: 0 0 15px 0 !important;
}

.tab-content a {
  font-weight: 600;
}

.tab-content a:hover {
  text-decoration: none;
}

.content-area {
  padding: 30px 40px;
}

@media screen and (max-width: 48em) {
  .content-area {
    padding: 20px !important;
  }
}

.content-area .row {
  width: 100% !important;
  margin: 0 auto !important;
}

.content-area.tab .row {
  display: flex;
}

/********** COMPONENTES **************/
/* COMPONENTE PALESTRANTES */
.content-publicacoes {
  display: block;
}

.content-publicacoes img {
  margin: 0 0 15px;
  box-shadow: 0px 0px 5px gray;
}

@media screen and (max-width: 48em) {
  .content-publicacoes img {
    margin-bottom: 10px;
    display: block;
    margin: 0 auto 20px auto;
  }
}

@media screen and (min-width: 415px) {
  .content-publicacoes img {
    float: left;
    margin: 5px 25px 5px 0;
    max-width: 300px;
    margin: 0 50px 0 0;
  }
}

.content-publicacoes a {
  text-decoration: none;
}

.content-publicacoes a:hover h3, .content-publicacoes a:hover p {
  text-decoration: underline;
}

.content-publicacoes p, .content-publicacoes h3 {
  font-family: 'Roboto';
}

.content-publicacoes h3 {
  margin-bottom: 5px;
}

.content-publicacoes p {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.content-publicacoes .row {
  display: block !important;
}

@media screen and (min-width: 48.0625em) {
  .content-publicacoes .tab-content {
    margin: 5px 0 0 230px;
  }
}

@media screen and (max-width: 48em) {
  .content-publicacoes .tab-title {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
}

.content-publicacoes .publicacao {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (min-width: 48.0625em) {
  .content-publicacoes .publicacao {
    margin-bottom: 50px;
  }
}

/* COMPONENTE PALESTRANTES */
.pessoa {
  float: left;
  width: 100px;
  height: 135px;
  position: relative;
  margin: 0 25px 25px 0;
}

.pessoa input[type="radio"] {
  display: none;
}

.pessoa .pessoa-mini .img {
  width: 85px;
  filter: gray;
  opacity: 0.7;
  height: 85px;
  cursor: pointer;
  border-radius: 50%;
  background-size: cover;
  filter: grayscale(100%);
  background-position: center;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  cursor: pointer;
  margin: 0 auto;
}

.pessoa .pessoa-mini .img:hover {
  filter: grayscale(0%);
}

.pessoa .pessoa-mini .img:img {
  opacity: 1;
  filter: grayscale(0%);
}

.pessoa .pessoa-mini .name {
  opacity: 0.75;
  font-size: 14px;
  margin: 5px 0 0;
  opacity: 0.75;
  text-align: center;
}

.pessoa .pessoa-mini .line {
  opacity: 0;
  height: 5px;
  border-radius: 5px;
}

.pessoa input[type="radio"]:checked + .pessoa-mini .name {
  font-weight: 700;
  opacity: 1;
}

.pessoa input[type="radio"]:checked + .pessoa-mini .line {
  opacity: 1;
}

.pessoa input[type="radio"]:checked + .pessoa-mini .img {
  opacity: 1;
  display: block;
  filter: grayscale(0%);
}

.pessoa:hover .name {
  font-weight: 700;
  opacity: 1;
}

.pessoa-info {
  color: white;
  height: auto;
  max-height: 0px;
  font-size: 14px;
  overflow: hidden;
  font-family: 'Roboto';
  background-color: #000;
  transition: max-height .3s;
}

@media screen and (max-width: 48em) {
  .pessoa-info {
    margin: 0 -20px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 48.0625em) {
  .pessoa-info {
    display: flex;
    justify-content: center;
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}

.pessoa-info .close {
  display: none;
}

.pessoa-info .pessoa-info-content {
  margin: 20px 0;
  position: relative;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .pessoa-info .pessoa-info-content {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width: 48.0625em) {
  .pessoa-info .pessoa-info-content {
    float: right;
  }
}

.pessoa-info .pessoa-info-content .pessoa-thumb {
  float: left;
  padding: 10px;
  margin: 0 35px 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 414px) {
  .pessoa-info .pessoa-info-content .pessoa-thumb {
    display: none;
  }
}

.pessoa-info .pessoa-info-content .pessoa-thumb .img {
  border: 0;
  width: 160px;
  height: 160px;
  outline: none;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 48.0625em) {
  .pessoa-info .pessoa-info-content .pessoa-text {
    float: left;
    max-width: 480px;
  }
}

.pessoa-info .pessoa-info-content .pessoa-text h2, .pessoa-info .pessoa-info-content .pessoa-text h3 {
  margin-bottom: 5px;
}

@media screen and (max-width: 48em) {
  .pessoa-info .pessoa-info-content .pessoa-text h2, .pessoa-info .pessoa-info-content .pessoa-text h3 {
    font-size: 20px;
    letter-spacing: -0.5px;
    width: calc(100% - 35px);
  }
}

.pessoa-info.active {
  max-height: 1000px;
}

.pessoa-info.active .pessoa-info-content .pessoa-thumb .img {
  box-shadow: 0 0 0 3px #fff, 0 0 0 7px #999, 0 0 0 11px #444;
}

.pessoa-info.active .pessoa-info-content .close {
  display: block;
}

@media screen and (max-width: 48em) {
  .pessoa-info.active .pessoa-info-content .close {
    top: -10px;
    right: -10px;
    margin-top: 0;
  }
}

@media screen and (min-width: 48.0625em) {
  .pessoa-info.active .pessoa-info-content .close {
    right: -70px;
    margin-top: 0;
  }
}

.related-content {
  background-color: #d9d9d9;
  padding: 15px !important;
}

@media screen and (max-width: 48em) {
  .related-content .list-title {
    display: block;
  }
  .related-content .list-title a {
    float: right;
    margin-top: 7px;
  }
}

@media screen and (min-width: 48.0625em) {
  .related-content {
    padding: 15px 0 !important;
  }
  .related-content .list-title {
    margin-left: 0.9375rem;
  }
}

@media screen and (max-width: 414px) {
  .related-content .column, .related-content .columns {
    padding: 0px !important;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .related-content .column, .related-content .columns {
    width: 50%;
  }
  .related-content .column:nth-child(odd), .related-content .columns:nth-child(odd) {
    padding-left: 0px !important;
    padding-right: 7px !important;
  }
  .related-content .column:nth-child(even), .related-content .columns:nth-child(even) {
    padding-left: 7px !important;
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .related-content .list-item-wrapper {
    width: 100% !important;
  }
}

.related-content.comunicados .list-item-wrapper {
  margin: 0 !important;
}

.related-content.comunicados .list-item {
  margin-top: 25px;
}

/* COMPONENT AULAS E COMPONENTS*/
.component-tabs .tab-content {
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}

@media screen and (max-width: 48em) {
  .component-tabs .tab-content {
    padding: 0px !important;
  }
}

.component-tabs .tab-content p {
  font-size: 18px;
}

.component-tabs .columns:nth-of-type(even) {
  padding-right: 0px;
}

.component-tabs .columns:nth-of-type(odd) {
  padding-left: 0px;
}

.component-tabs .component-tabs-title {
  width: 200px;
  float: left;
}

@media screen and (max-width: 48em) {
  .component-tabs .component-tabs-title {
    display: none !important;
  }
}

.component-tabs .component-tabs-title ul {
  display: block;
}

.component-tabs .component-tabs-title ul li {
  font-size: 15px;
  font-family: 'Roboto';
}

.component-tabs .component-tabs-title h5 {
  font-size: 15px;
  margin: 10px 0px !important;
}

.component-tabs .component-tabs-title h5:not(.label) {
  border-bottom: 1px solid black !important;
}

.component-tabs .component-tabs-tab {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 48.0625em) {
  .component-tabs .component-tabs-tab {
    margin-bottom: 50px;
  }
}

.component-tabs .component-tabs-tab:last-child {
  margin-bottom: 0;
}

.component-tabs .component-tabs-tab h1 {
  display: block;
  position: relative;
  margin: 0 !important;
}

.component-tabs .component-tabs-tab .tab-subtitle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.component-tabs .component-tabs-tab p.aula-pessoas {
  font-size: 12px;
  display: inline-table;
  border-bottom: 1px solid black;
  cursor: pointer;
}

.component-tabs .component-tabs-tab p.left {
  font-size: 18px;
}

.component-tabs .component-tabs-tab .component-tabs-content, .component-tabs .component-tabs-tab p.left {
  font-family: 'Roboto';
}

.component-tabs .component-tabs-tab .component-tabs-content {
  width: 100%;
  font-size: 15px;
  overflow: hidden;
  transition: all .3s;
  height: auto !important;
}

.component-tabs .component-tabs-tab .component-tabs-content ul {
  display: flex;
  flex-direction: column;
}

.component-tabs .component-tabs-tab .component-tabs-content ul li {
  padding: 5px;
  margin-bottom: 5px;
  display: inline-table;
  background-color: #d9d9d9;
}

.component-tabs.aulas label.label-tab {
  top: 10px;
}

.component-tabs.aulas .list-title {
  text-transform: lowercase;
}

.component-tabs.aulas p.left, .component-tabs.aulas p.right {
  font-weight: bold;
}

@media screen and (min-width: 48.0625em) {
  .component-tabs.informacao .tab-content {
    width: calc(100% - 270px);
  }
  .component-tabs.informacao .tab-content .list-title {
    width: calc(100% - 90px);
  }
}

.component-tabs.informacao .tab-content label.label-tab {
  right: 110px;
}

.component-tabs.equipe .tab-content .component-tabs-content {
  margin-top: 30px;
}

@media screen and (min-width: 48.0625em) {
  .component-tabs.equipe .tab-content .component-tabs-content {
    margin: 30px 0 30px 30px;
  }
}

.component-tabs.equipe .tab-content .pessoa .pessoa-mini .line {
  background-color: #522e91;
}

.component-tabs.equipe .tab-content .pessoa input[type="radio"]:checked + .pessoa-mini .name {
  color: #522e91;
}

.component-tabs.equipe .tab-content label.label-tab {
  right: 0 !important;
}

.component-tabs.equipe .pessoa-info {
  background-color: #522e91;
}

.component-tabs.equipe .pessoa-info.active .pessoa-thumb .img {
  box-shadow: 0 0 0 3px #fff, 0 0 0 7px #bfb1d6, 0 0 0 11px #7e63ad;
}

/* COMPONENT PARTNERS */
@media screen and (max-width: 48em) {
  .content-partners .row {
    display: block !important;
  }
  .content-partners .tab-title {
    display: block !important;
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
}

.content-partners .tab-content {
  display: flex;
  flex-wrap: wrap;
}

.content-partners img {
  max-width: 140px;
  margin: 0px 0px 25px 0px;
}

@media screen and (min-width: 48.0625em) {
  .content-partners img {
    max-width: 150px;
    margin: 0px 15px 25px 0px;
  }
}

@media screen and (max-width: 48em) {
  .content-media {
    display: block;
  }
  .content-media .row {
    display: block !important;
  }
  .content-media .tab-title {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
}

.content-media .media-title {
  display: inline-block;
  margin: 15px 0 10px;
}

.content-media .media-title h3 {
  font-size: 14px;
}

.content-media .media-title span {
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}

.content-media .media-title .line {
  height: 5px;
  margin-top: 5px;
}

.content-media #media-player {
  height: 0;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.content-media #media-player iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.content-media .medias-thumbs {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 48.0625em) {
  .content-media .medias-thumbs {
    width: 105%;
  }
}

@media screen and (max-width: 74.9375em) {
  .content-media .medias-thumbs {
    justify-content: space-between;
  }
}

.content-media .medias-thumbs .thumb-wrapper {
  width: 45%;
  cursor: pointer;
  margin-bottom: 20px;
}

@media screen and (min-width: 64.0625em) {
  .content-media .medias-thumbs .thumb-wrapper {
    margin-right: 5%;
    width: 30%;
  }
  .content-media .medias-thumbs .thumb-wrapper:nth-child(3n+0) {
    margin-right: 0;
  }
}

.content-media .medias-thumbs .thumb-wrapper .img-wrapper {
  position: relative;
}

.content-media .medias-thumbs .thumb-wrapper .img-wrapper .color-hover {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .3s ease;
}

.content-media .medias-thumbs .thumb-wrapper .img-wrapper img {
  width: 100%;
}

.content-media .medias-thumbs .thumb-wrapper .img-wrapper .fa {
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 49px;
  line-height: 42px;
  margin-top: -21px;
  position: absolute;
  margin-left: -21px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 415px) {
  .content-media .medias-thumbs .thumb-wrapper .img-wrapper .fa {
    font-size: 70px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
}

.content-media .medias-thumbs .thumb-wrapper .img-wrapper.active .color-hover {
  opacity: 0.5;
}

.content-media .medias-thumbs .thumb-wrapper .line {
  margin: 10px 0;
}

.content-media .medias-thumbs .thumb-wrapper .media-title {
  margin-top: 0;
}

@media screen and (max-width: 48em) {
  .fazer-minha-inscricao {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .fazer-minha-inscricao > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 48.0625em) {
  .fazer-minha-inscricao {
    margin: 0 auto;
  }
}

.fazer-minha-inscricao .column, .fazer-minha-inscricao .columns {
  position: relative;
}

.fazer-minha-inscricao h1 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.33;
  font-weight: normal;
  font-family: 'Roboto';
}

@media screen and (max-width: 48em) {
  .fazer-minha-inscricao h1 {
    text-align: center;
  }
}

@media screen and (min-width: 64.0625em) {
  .fazer-minha-inscricao h1 {
    font-size: 36px;
  }
}

.fazer-minha-inscricao a, .fazer-minha-inscricao span {
  display: block;
  font-weight: bold;
  color: black !important;
  font-family: 'Roboto Mono';
  word-spacing: -5px;
}

.fazer-minha-inscricao a {
  text-decoration: none;
  font-size: 16px !important;
}

@media screen and (max-width: 48em) {
  .fazer-minha-inscricao a {
    margin: 10px 0;
    max-width: 90%;
    padding: 10px 30px;
    position: relative;
  }
}

@media screen and (min-width: 48.0625em) {
  .fazer-minha-inscricao a {
    top: 10px;
    right: 0;
    left: 0;
    right: 0;
    top: 10px;
    font-size: 18px;
  }
}

@media screen and (min-width: 64.0625em) {
  .fazer-minha-inscricao a {
    font-size: 18px !important;
    top: 10px;
    left: 20px;
    right: 20px;
  }
}

.fazer-minha-inscricao a:hover, .fazer-minha-inscricao a:focus {
  background-color: #fbaf17 !important;
}

.fazer-minha-inscricao span {
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 48.0625em) {
  .fazer-minha-inscricao span {
    margin-top: 55px;
  }
}

.work-with-us {
  margin-bottom: 60px;
  overflow: hidden;
  text-align: center;
}

.work-with-us a {
  position: relative;
}

@media screen and (max-width: 48em) {
  .component-tabs.map {
    display: none;
  }
}

.component-tabs.map > .row {
  position: relative;
  padding-bottom: 25px;
}

.component-tabs.map .tab-content {
  width: calc(100% - 240px);
}

.component-tabs.map .tab-content .list-title {
  display: inline-block;
  font-size: 14px;
  margin-top: 15px !important;
}

.component-tabs.map .tab-content .list-title p {
  margin: 0;
}

.component-tabs.map a.flickity-prev-next-button, .component-tabs.map button.flickity-prev-next-button {
  border: 1px solid #fff;
}

.component-tabs.map a.flickity-prev-next-button .arrow, .component-tabs.map button.flickity-prev-next-button .arrow {
  fill: #fff;
}

.markers {
  width: 20px;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  transition: all .3s;
}

.markers.selected {
  padding: 4px;
  border: 3px solid #4e0a03;
  background-color: #7d0c00;
}

#map-editor {
  position: relative;
  overflow: hidden;
  clear: both;
}

#mapa {
  width: 1060px;
  max-width: 1060px;
  min-width: 1060px;
  margin: 0 auto;
  display: block;
}

.map-info-carousel {
  overflow: hidden;
  overflow: inherit;
  position: relative;
  background-color: #9a258f;
}

.map-info-carousel .previous {
  left: 30px !important;
}

.map-info-carousel .next {
  right: 30px !important;
}

.map-info-carousel-item {
  opacity: 0;
  display: none;
  transition: opacity .3s;
}

.map-info-carousel-item.active {
  opacity: 1;
  display: block;
}

.map-info-carousel .seta-mapa {
  width: 0;
  height: 0;
  top: -15px;
  display: none;
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #9a258f transparent;
}

.map-info-carousel .carousel-cell {
  height: auto;
  width: auto;
}

.map-info-carousel .map-info-content {
  position: relative;
}

.map-info-carousel .map-info-content .close {
  top: 20px;
}

.map-info-carousel .map-thumb {
  float: left;
  margin-right: 35px;
  position: relative;
}

.map-info-carousel .map-thumb .color-hover {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  position: absolute;
  background-color: #9a258f;
}

.map-info-carousel .map-thumb img {
  height: auto;
  max-width: 400px;
}

.map-info-carousel .map-text {
  float: left;
  margin: 30px 0;
  max-width: 530px;
}

.map-info-carousel .map-text h3 {
  margin-bottom: 5px;
}

.map-info-carousel.active .seta-mapa {
  display: block;
}

.map-info-carousel.active .map-info-content .close {
  right: -70px;
  margin-top: 0;
  display: block;
}

.purple-text {
  line-height: 2;
  color: #9a258f;
  font-size: 24px;
  font-weight: 800;
  font-family: Roboto, sans-serif;
}

@media screen and (max-width: 48em) {
  .component-social-medias {
    display: none;
  }
}

.component-social-medias ul li {
  width: 40px;
  margin: 0 30px;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}

.component-social-medias .tab-content {
  overflow: visible;
}

.component-social-medias .tab-content a.twitter {
  display: inline-block;
  margin-top: 5px;
}

.single-pos-graduacao_ctp .header-single-menu .dropdown li {
  padding: 0px .8rem;
}

.single-cursos_ctp .lang li a, .single-pos-graduacao_ctp .lang li a, .post-type-archive-cursos_ctp .lang li a {
  color: black !important;
  font-weight: 500;
}

.single-cursos_ctp .lang li a.selected, .single-pos-graduacao_ctp .lang li a.selected, .post-type-archive-cursos_ctp .lang li a.selected {
  color: #9a258f !important;
  font-weight: bold;
}

.single-cursos_ctp .lang li a.selected:before, .single-pos-graduacao_ctp .lang li a.selected:before, .post-type-archive-cursos_ctp .lang li a.selected:before {
  background-color: #9a258f !important;
}

.single-cursos_ctp .menu-container .menu-nav ul.menu li.current-menu-item, .single-pos-graduacao_ctp .menu-container .menu-nav ul.menu li.current-menu-item, .post-type-archive-cursos_ctp .menu-container .menu-nav ul.menu li.current-menu-item {
  border-bottom: 5px solid #9a258f;
}

.single-cursos_ctp .menu-container .menu-nav ul.menu li.current-menu-item:after, .single-pos-graduacao_ctp .menu-container .menu-nav ul.menu li.current-menu-item:after, .post-type-archive-cursos_ctp .menu-container .menu-nav ul.menu li.current-menu-item:after {
  color: #9a258f;
}

@media screen and (max-width: 74.9375em) {
  .single-cursos_ctp .menu-container .menu-nav ul.menu li.current-menu-item:before, .single-pos-graduacao_ctp .menu-container .menu-nav ul.menu li.current-menu-item:before, .post-type-archive-cursos_ctp .menu-container .menu-nav ul.menu li.current-menu-item:before {
    background-color: #9a258f;
  }
}

.single-cursos_ctp .menu-container .menu-nav ul.menu li.current-menu-item > a, .single-pos-graduacao_ctp .menu-container .menu-nav ul.menu li.current-menu-item > a, .post-type-archive-cursos_ctp .menu-container .menu-nav ul.menu li.current-menu-item > a {
  color: #9a258f;
  font-weight: bold;
}

.single-cursos_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .single-pos-graduacao_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .post-type-archive-cursos_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a {
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .single-cursos_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .single-pos-graduacao_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .post-type-archive-cursos_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a {
    border-bottom: 3px solid #ffffff;
  }
}

.single-cursos_ctp .header-single-menu, .single-cursos_ctp .header-single:before, .single-cursos_ctp .content-media .color-hover, .single-pos-graduacao_ctp .header-single-menu, .single-pos-graduacao_ctp .header-single:before, .single-pos-graduacao_ctp .content-media .color-hover, .post-type-archive-cursos_ctp .header-single-menu, .post-type-archive-cursos_ctp .header-single:before, .post-type-archive-cursos_ctp .content-media .color-hover {
  background-color: #9a258f !important;
}

.single-cursos_ctp .fazer-minha-inscricao h1, .single-pos-graduacao_ctp .fazer-minha-inscricao h1, .post-type-archive-cursos_ctp .fazer-minha-inscricao h1 {
  color: #9a258f;
}

.single-cursos_ctp .area-pesquisa .slider.active .color, .single-pos-graduacao_ctp .area-pesquisa .slider.active .color, .post-type-archive-cursos_ctp .area-pesquisa .slider.active .color {
  background-color: rgba(154, 37, 143, 0.9);
}

@media screen and (max-width: 74.9375em) {
  .single-cursos_ctp .area-pesquisa .slider:active .color, .single-pos-graduacao_ctp .area-pesquisa .slider:active .color, .post-type-archive-cursos_ctp .area-pesquisa .slider:active .color {
    background-color: rgba(154, 37, 143, 0.9);
  }
}

@media screen and (min-width: 64.0625em) {
  .single-cursos_ctp .area-pesquisa .slider:hover .color, .single-pos-graduacao_ctp .area-pesquisa .slider:hover .color, .post-type-archive-cursos_ctp .area-pesquisa .slider:hover .color {
    background-color: rgba(154, 37, 143, 0.9);
  }
}

.single-cursos_ctp .area-pesquisa .slider .box.link:hover,
.single-cursos_ctp .area-pesquisa .slider.active .box:not(.link),
.single-cursos_ctp .area-pesquisa .slider:not(.no-hover):hover .box:not(.link), .single-pos-graduacao_ctp .area-pesquisa .slider .box.link:hover,
.single-pos-graduacao_ctp .area-pesquisa .slider.active .box:not(.link),
.single-pos-graduacao_ctp .area-pesquisa .slider:not(.no-hover):hover .box:not(.link), .post-type-archive-cursos_ctp .area-pesquisa .slider .box.link:hover,
.post-type-archive-cursos_ctp .area-pesquisa .slider.active .box:not(.link),
.post-type-archive-cursos_ctp .area-pesquisa .slider:not(.no-hover):hover .box:not(.link) {
  color: #9a258f;
}

.single-varandas_ctp .lang li a, .post-type-archive-varandas_ctp .lang li a {
  color: black !important;
  font-weight: 500;
}

.single-varandas_ctp .lang li a.selected, .post-type-archive-varandas_ctp .lang li a.selected {
  color: #00958a !important;
  font-weight: bold;
}

.single-varandas_ctp .lang li a.selected:before, .post-type-archive-varandas_ctp .lang li a.selected:before {
  background-color: #00958a !important;
}

.single-varandas_ctp .menu-container .menu-nav ul.menu li.current-menu-item, .post-type-archive-varandas_ctp .menu-container .menu-nav ul.menu li.current-menu-item {
  border-bottom: 5px solid #00958a;
}

.single-varandas_ctp .menu-container .menu-nav ul.menu li.current-menu-item:after, .post-type-archive-varandas_ctp .menu-container .menu-nav ul.menu li.current-menu-item:after {
  color: #00958a;
}

@media screen and (max-width: 74.9375em) {
  .single-varandas_ctp .menu-container .menu-nav ul.menu li.current-menu-item:before, .post-type-archive-varandas_ctp .menu-container .menu-nav ul.menu li.current-menu-item:before {
    background-color: #00958a;
  }
}

.single-varandas_ctp .menu-container .menu-nav ul.menu li.current-menu-item > a, .post-type-archive-varandas_ctp .menu-container .menu-nav ul.menu li.current-menu-item > a {
  color: #00958a;
  font-weight: bold;
}

.single-varandas_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .post-type-archive-varandas_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a {
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .single-varandas_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .post-type-archive-varandas_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a {
    border-bottom: 3px solid #ffffff;
  }
}

.single-varandas_ctp .header-single-menu, .single-varandas_ctp .header-single:before, .single-varandas_ctp .content-media .color-hover, .post-type-archive-varandas_ctp .header-single-menu, .post-type-archive-varandas_ctp .header-single:before, .post-type-archive-varandas_ctp .content-media .color-hover {
  background-color: #00958a !important;
}

.single-varandas_ctp .fazer-minha-inscricao h1, .post-type-archive-varandas_ctp .fazer-minha-inscricao h1 {
  color: #00958a;
}

.single-varandas_ctp .area-pesquisa .slider.active .color, .post-type-archive-varandas_ctp .area-pesquisa .slider.active .color {
  background-color: rgba(0, 149, 138, 0.9);
}

@media screen and (max-width: 74.9375em) {
  .single-varandas_ctp .area-pesquisa .slider:active .color, .post-type-archive-varandas_ctp .area-pesquisa .slider:active .color {
    background-color: rgba(0, 149, 138, 0.9);
  }
}

@media screen and (min-width: 64.0625em) {
  .single-varandas_ctp .area-pesquisa .slider:hover .color, .post-type-archive-varandas_ctp .area-pesquisa .slider:hover .color {
    background-color: rgba(0, 149, 138, 0.9);
  }
}

.single-varandas_ctp .area-pesquisa .slider .box.link:hover,
.single-varandas_ctp .area-pesquisa .slider.active .box:not(.link),
.single-varandas_ctp .area-pesquisa .slider:not(.no-hover):hover .box:not(.link), .post-type-archive-varandas_ctp .area-pesquisa .slider .box.link:hover,
.post-type-archive-varandas_ctp .area-pesquisa .slider.active .box:not(.link),
.post-type-archive-varandas_ctp .area-pesquisa .slider:not(.no-hover):hover .box:not(.link) {
  color: #00958a;
}

.single-eventos_ctp .lang li a, .post-type-archive-eventos_ctp .lang li a {
  color: black !important;
  font-weight: 500;
}

.single-eventos_ctp .lang li a.selected, .post-type-archive-eventos_ctp .lang li a.selected {
  color: #00958a !important;
  font-weight: bold;
}

.single-eventos_ctp .lang li a.selected:before, .post-type-archive-eventos_ctp .lang li a.selected:before {
  background-color: #00958a !important;
}

.single-eventos_ctp .menu-container .menu-nav ul.menu li.current-menu-item, .post-type-archive-eventos_ctp .menu-container .menu-nav ul.menu li.current-menu-item {
  border-bottom: 5px solid #00958a;
}

.single-eventos_ctp .menu-container .menu-nav ul.menu li.current-menu-item:after, .post-type-archive-eventos_ctp .menu-container .menu-nav ul.menu li.current-menu-item:after {
  color: #00958a;
}

@media screen and (max-width: 74.9375em) {
  .single-eventos_ctp .menu-container .menu-nav ul.menu li.current-menu-item:before, .post-type-archive-eventos_ctp .menu-container .menu-nav ul.menu li.current-menu-item:before {
    background-color: #00958a;
  }
}

.single-eventos_ctp .menu-container .menu-nav ul.menu li.current-menu-item > a, .post-type-archive-eventos_ctp .menu-container .menu-nav ul.menu li.current-menu-item > a {
  color: #00958a;
  font-weight: bold;
}

.single-eventos_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .post-type-archive-eventos_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a {
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .single-eventos_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .post-type-archive-eventos_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a {
    border-bottom: 3px solid #ffffff;
  }
}

.single-eventos_ctp .header-single-menu, .single-eventos_ctp .header-single:before, .single-eventos_ctp .content-media .color-hover, .post-type-archive-eventos_ctp .header-single-menu, .post-type-archive-eventos_ctp .header-single:before, .post-type-archive-eventos_ctp .content-media .color-hover {
  background-color: #00958a !important;
}

.single-eventos_ctp .fazer-minha-inscricao h1, .post-type-archive-eventos_ctp .fazer-minha-inscricao h1 {
  color: #00958a;
}

.single-eventos_ctp .area-pesquisa .slider.active .color, .post-type-archive-eventos_ctp .area-pesquisa .slider.active .color {
  background-color: rgba(0, 149, 138, 0.9);
}

@media screen and (max-width: 74.9375em) {
  .single-eventos_ctp .area-pesquisa .slider:active .color, .post-type-archive-eventos_ctp .area-pesquisa .slider:active .color {
    background-color: rgba(0, 149, 138, 0.9);
  }
}

@media screen and (min-width: 64.0625em) {
  .single-eventos_ctp .area-pesquisa .slider:hover .color, .post-type-archive-eventos_ctp .area-pesquisa .slider:hover .color {
    background-color: rgba(0, 149, 138, 0.9);
  }
}

.single-eventos_ctp .area-pesquisa .slider .box.link:hover,
.single-eventos_ctp .area-pesquisa .slider.active .box:not(.link),
.single-eventos_ctp .area-pesquisa .slider:not(.no-hover):hover .box:not(.link), .post-type-archive-eventos_ctp .area-pesquisa .slider .box.link:hover,
.post-type-archive-eventos_ctp .area-pesquisa .slider.active .box:not(.link),
.post-type-archive-eventos_ctp .area-pesquisa .slider:not(.no-hover):hover .box:not(.link) {
  color: #00958a;
}

.single-publicacoes_ctp .lang li a, .post-type-archive-publicacoes_ctp .lang li a {
  color: black !important;
  font-weight: 500;
}

.single-publicacoes_ctp .lang li a.selected, .post-type-archive-publicacoes_ctp .lang li a.selected {
  color: #f5821f !important;
  font-weight: bold;
}

.single-publicacoes_ctp .lang li a.selected:before, .post-type-archive-publicacoes_ctp .lang li a.selected:before {
  background-color: #f5821f !important;
}

.single-publicacoes_ctp .menu-container .menu-nav ul.menu li.current-menu-item, .post-type-archive-publicacoes_ctp .menu-container .menu-nav ul.menu li.current-menu-item {
  border-bottom: 5px solid #f5821f;
}

.single-publicacoes_ctp .menu-container .menu-nav ul.menu li.current-menu-item:after, .post-type-archive-publicacoes_ctp .menu-container .menu-nav ul.menu li.current-menu-item:after {
  color: #f5821f;
}

@media screen and (max-width: 74.9375em) {
  .single-publicacoes_ctp .menu-container .menu-nav ul.menu li.current-menu-item:before, .post-type-archive-publicacoes_ctp .menu-container .menu-nav ul.menu li.current-menu-item:before {
    background-color: #f5821f;
  }
}

.single-publicacoes_ctp .menu-container .menu-nav ul.menu li.current-menu-item > a, .post-type-archive-publicacoes_ctp .menu-container .menu-nav ul.menu li.current-menu-item > a {
  color: #f5821f;
  font-weight: bold;
}

.single-publicacoes_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .post-type-archive-publicacoes_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a {
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .single-publicacoes_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .post-type-archive-publicacoes_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a {
    border-bottom: 3px solid #ffffff;
  }
}

.single-publicacoes_ctp .header-single-menu, .single-publicacoes_ctp .header-single:before, .single-publicacoes_ctp .content-media .color-hover, .post-type-archive-publicacoes_ctp .header-single-menu, .post-type-archive-publicacoes_ctp .header-single:before, .post-type-archive-publicacoes_ctp .content-media .color-hover {
  background-color: #f5821f !important;
}

.single-publicacoes_ctp .fazer-minha-inscricao h1, .post-type-archive-publicacoes_ctp .fazer-minha-inscricao h1 {
  color: #f5821f;
}

.single-publicacoes_ctp .area-pesquisa .slider.active .color, .post-type-archive-publicacoes_ctp .area-pesquisa .slider.active .color {
  background-color: rgba(245, 130, 31, 0.9);
}

@media screen and (max-width: 74.9375em) {
  .single-publicacoes_ctp .area-pesquisa .slider:active .color, .post-type-archive-publicacoes_ctp .area-pesquisa .slider:active .color {
    background-color: rgba(245, 130, 31, 0.9);
  }
}

@media screen and (min-width: 64.0625em) {
  .single-publicacoes_ctp .area-pesquisa .slider:hover .color, .post-type-archive-publicacoes_ctp .area-pesquisa .slider:hover .color {
    background-color: rgba(245, 130, 31, 0.9);
  }
}

.single-publicacoes_ctp .area-pesquisa .slider .box.link:hover,
.single-publicacoes_ctp .area-pesquisa .slider.active .box:not(.link),
.single-publicacoes_ctp .area-pesquisa .slider:not(.no-hover):hover .box:not(.link), .post-type-archive-publicacoes_ctp .area-pesquisa .slider .box.link:hover,
.post-type-archive-publicacoes_ctp .area-pesquisa .slider.active .box:not(.link),
.post-type-archive-publicacoes_ctp .area-pesquisa .slider:not(.no-hover):hover .box:not(.link) {
  color: #f5821f;
}

.single-projetos_ctp .lang li a, .post-type-archive-projetos_ctp .lang li a, .page-template-page-producoes .lang li a {
  color: black !important;
  font-weight: 500;
}

.single-projetos_ctp .lang li a.selected, .post-type-archive-projetos_ctp .lang li a.selected, .page-template-page-producoes .lang li a.selected {
  color: #522e91 !important;
  font-weight: bold;
}

.single-projetos_ctp .lang li a.selected:before, .post-type-archive-projetos_ctp .lang li a.selected:before, .page-template-page-producoes .lang li a.selected:before {
  background-color: #522e91 !important;
}

.single-projetos_ctp .menu-container .menu-nav ul.menu li.current-menu-item, .post-type-archive-projetos_ctp .menu-container .menu-nav ul.menu li.current-menu-item, .page-template-page-producoes .menu-container .menu-nav ul.menu li.current-menu-item {
  border-bottom: 5px solid #522e91;
}

.single-projetos_ctp .menu-container .menu-nav ul.menu li.current-menu-item:after, .post-type-archive-projetos_ctp .menu-container .menu-nav ul.menu li.current-menu-item:after, .page-template-page-producoes .menu-container .menu-nav ul.menu li.current-menu-item:after {
  color: #522e91;
}

@media screen and (max-width: 74.9375em) {
  .single-projetos_ctp .menu-container .menu-nav ul.menu li.current-menu-item:before, .post-type-archive-projetos_ctp .menu-container .menu-nav ul.menu li.current-menu-item:before, .page-template-page-producoes .menu-container .menu-nav ul.menu li.current-menu-item:before {
    background-color: #522e91;
  }
}

.single-projetos_ctp .menu-container .menu-nav ul.menu li.current-menu-item > a, .post-type-archive-projetos_ctp .menu-container .menu-nav ul.menu li.current-menu-item > a, .page-template-page-producoes .menu-container .menu-nav ul.menu li.current-menu-item > a {
  color: #522e91;
  font-weight: bold;
}

.single-projetos_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .post-type-archive-projetos_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .page-template-page-producoes .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a {
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .single-projetos_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .post-type-archive-projetos_ctp .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a, .page-template-page-producoes .menu-container .menu-nav ul.menu li.current-menu-item .sub-menu li.current-menu-item a {
    border-bottom: 3px solid #ffffff;
  }
}

.single-projetos_ctp .header-single-menu, .single-projetos_ctp .header-single:before, .single-projetos_ctp .content-media .color-hover, .post-type-archive-projetos_ctp .header-single-menu, .post-type-archive-projetos_ctp .header-single:before, .post-type-archive-projetos_ctp .content-media .color-hover, .page-template-page-producoes .header-single-menu, .page-template-page-producoes .header-single:before, .page-template-page-producoes .content-media .color-hover {
  background-color: #522e91 !important;
}

.single-projetos_ctp .fazer-minha-inscricao h1, .post-type-archive-projetos_ctp .fazer-minha-inscricao h1, .page-template-page-producoes .fazer-minha-inscricao h1 {
  color: #522e91;
}

.single-projetos_ctp .area-pesquisa .slider.active .color, .post-type-archive-projetos_ctp .area-pesquisa .slider.active .color, .page-template-page-producoes .area-pesquisa .slider.active .color {
  background-color: rgba(82, 46, 145, 0.9);
}

@media screen and (max-width: 74.9375em) {
  .single-projetos_ctp .area-pesquisa .slider:active .color, .post-type-archive-projetos_ctp .area-pesquisa .slider:active .color, .page-template-page-producoes .area-pesquisa .slider:active .color {
    background-color: rgba(82, 46, 145, 0.9);
  }
}

@media screen and (min-width: 64.0625em) {
  .single-projetos_ctp .area-pesquisa .slider:hover .color, .post-type-archive-projetos_ctp .area-pesquisa .slider:hover .color, .page-template-page-producoes .area-pesquisa .slider:hover .color {
    background-color: rgba(82, 46, 145, 0.9);
  }
}

.single-projetos_ctp .area-pesquisa .slider .box.link:hover,
.single-projetos_ctp .area-pesquisa .slider.active .box:not(.link),
.single-projetos_ctp .area-pesquisa .slider:not(.no-hover):hover .box:not(.link), .post-type-archive-projetos_ctp .area-pesquisa .slider .box.link:hover,
.post-type-archive-projetos_ctp .area-pesquisa .slider.active .box:not(.link),
.post-type-archive-projetos_ctp .area-pesquisa .slider:not(.no-hover):hover .box:not(.link), .page-template-page-producoes .area-pesquisa .slider .box.link:hover,
.page-template-page-producoes .area-pesquisa .slider.active .box:not(.link),
.page-template-page-producoes .area-pesquisa .slider:not(.no-hover):hover .box:not(.link) {
  color: #522e91;
}

.page .menu-container .menu-nav ul li.current-menu-item, .single-comunicados_ctp .menu-container .menu-nav ul li.current-menu-item, .post-type-archive-comunicados_ctp .menu-container .menu-nav ul li.current-menu-item, .single-artigos_ctp .menu-container .menu-nav ul li.current-menu-item, .single-videos_ctp .menu-container .menu-nav ul li.current-menu-item {
  border-bottom: 5px solid #000;
  font-weight: bold;
}

@media screen and (max-width: 74.9375em) {
  .page .menu-container .menu-nav ul li.current-menu-item:before, .single-comunicados_ctp .menu-container .menu-nav ul li.current-menu-item:before, .post-type-archive-comunicados_ctp .menu-container .menu-nav ul li.current-menu-item:before, .single-artigos_ctp .menu-container .menu-nav ul li.current-menu-item:before, .single-videos_ctp .menu-container .menu-nav ul li.current-menu-item:before {
    background-color: #000;
  }
}

.page .menu-container .menu-nav ul li.current-menu-item a, .single-comunicados_ctp .menu-container .menu-nav ul li.current-menu-item a, .post-type-archive-comunicados_ctp .menu-container .menu-nav ul li.current-menu-item a, .single-artigos_ctp .menu-container .menu-nav ul li.current-menu-item a, .single-videos_ctp .menu-container .menu-nav ul li.current-menu-item a {
  color: #000;
}

.page .header-single:before, .single-comunicados_ctp .header-single:before, .post-type-archive-comunicados_ctp .header-single:before, .single-artigos_ctp .header-single:before, .single-videos_ctp .header-single:before {
  background-color: #9a258f !important;
}

.page .header-single-menu, .page .content-media .color-hover, .single-comunicados_ctp .header-single-menu, .single-comunicados_ctp .content-media .color-hover, .post-type-archive-comunicados_ctp .header-single-menu, .post-type-archive-comunicados_ctp .content-media .color-hover, .single-artigos_ctp .header-single-menu, .single-artigos_ctp .content-media .color-hover, .single-videos_ctp .header-single-menu, .single-videos_ctp .content-media .color-hover {
  background-color: #522e91 !important;
}

@media screen and (max-width: 74.9375em) {
  .page .list-item:active, .single-comunicados_ctp .list-item:active, .post-type-archive-comunicados_ctp .list-item:active, .single-artigos_ctp .list-item:active, .single-videos_ctp .list-item:active {
    background-color: #262626 !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .page .list-item:hover, .single-comunicados_ctp .list-item:hover, .post-type-archive-comunicados_ctp .list-item:hover, .single-artigos_ctp .list-item:hover, .single-videos_ctp .list-item:hover {
    background-color: #262626 !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .highlights:active .info {
    background-color: #262626;
  }
}

@media screen and (min-width: 64.0625em) {
  .highlights:hover .info {
    background-color: #262626;
  }
}

.highlights.type-cursos_ctp .color-hover {
  background-color: #9a258f !important;
}

@media screen and (max-width: 74.9375em) {
  .highlights.type-cursos_ctp:active .color-hover, .highlights.type-cursos_ctp:active .info {
    background-color: #9a258f !important;
  }
  .highlights.type-cursos_ctp:active .categories.black ul li:hover a {
    color: #9a258f !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .highlights.type-cursos_ctp:hover .color-hover, .highlights.type-cursos_ctp:hover .info {
    background-color: #9a258f !important;
  }
  .highlights.type-cursos_ctp:hover .categories.black ul li:hover a {
    color: #9a258f !important;
  }
}

@media screen and (max-width: 48em) {
  .highlights.type-cursos_ctp .color-hover, .highlights.type-cursos_ctp .info {
    background-color: #9a258f !important;
  }
  .highlights.type-cursos_ctp .categories.black ul li:hover a {
    color: #9a258f !important;
  }
}

.highlights.type-varandas_ctp .color-hover {
  background-color: #00958a !important;
}

@media screen and (max-width: 74.9375em) {
  .highlights.type-varandas_ctp:active .color-hover, .highlights.type-varandas_ctp:active .info {
    background-color: #00958a !important;
  }
  .highlights.type-varandas_ctp:active .categories.black ul li:hover a {
    color: #00958a !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .highlights.type-varandas_ctp:hover .color-hover, .highlights.type-varandas_ctp:hover .info {
    background-color: #00958a !important;
  }
  .highlights.type-varandas_ctp:hover .categories.black ul li:hover a {
    color: #00958a !important;
  }
}

@media screen and (max-width: 48em) {
  .highlights.type-varandas_ctp .color-hover, .highlights.type-varandas_ctp .info {
    background-color: #00958a !important;
  }
  .highlights.type-varandas_ctp .categories.black ul li:hover a {
    color: #00958a !important;
  }
}

.highlights.type-projetos_ctp {
  background-image: url("../images/project-default-bg.jpg");
  background-position: center;
}

.highlights.type-projetos_ctp .color-hover {
  background-color: #522e91 !important;
}

@media screen and (max-width: 74.9375em) {
  .highlights.type-projetos_ctp:active .color-hover, .highlights.type-projetos_ctp:active .info {
    background-color: #522e91 !important;
  }
  .highlights.type-projetos_ctp:active .categories.black ul li:hover a {
    color: #522e91 !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .highlights.type-projetos_ctp:hover .color-hover, .highlights.type-projetos_ctp:hover .info {
    background-color: #522e91 !important;
  }
  .highlights.type-projetos_ctp:hover .categories.black ul li:hover a {
    color: #522e91 !important;
  }
}

@media screen and (max-width: 48em) {
  .highlights.type-projetos_ctp .color-hover, .highlights.type-projetos_ctp .info {
    background-color: #522e91 !important;
  }
  .highlights.type-projetos_ctp .categories.black ul li:hover a {
    color: #522e91 !important;
  }
}

.highlights.type-publicacoes_ctp {
  background-image: url("../images/publications-default-bg.png");
  background-position: center;
}

.highlights.type-publicacoes_ctp .color-hover {
  background-color: #f5821f !important;
}

@media screen and (max-width: 74.9375em) {
  .highlights.type-publicacoes_ctp:active .color-hover, .highlights.type-publicacoes_ctp:active .info {
    background-color: #f5821f !important;
  }
  .highlights.type-publicacoes_ctp:active .categories.black ul li:hover a {
    color: #f5821f !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .highlights.type-publicacoes_ctp:hover .color-hover, .highlights.type-publicacoes_ctp:hover .info {
    background-color: #f5821f !important;
  }
  .highlights.type-publicacoes_ctp:hover .categories.black ul li:hover a {
    color: #f5821f !important;
  }
}

@media screen and (max-width: 48em) {
  .highlights.type-publicacoes_ctp .color-hover, .highlights.type-publicacoes_ctp .info {
    background-color: #f5821f !important;
  }
  .highlights.type-publicacoes_ctp .categories.black ul li:hover a {
    color: #f5821f !important;
  }
}

.list-item.cursos_ctp .img .color-hover, .list-item.type-cursos_ctp .img .color-hover {
  background-color: #9a258f;
}

@media screen and (max-width: 74.9375em) {
  .list-item.cursos_ctp:active, .list-item.type-cursos_ctp:active {
    background-color: #9a258f !important;
  }
  .list-item.cursos_ctp:active .categories ul li:hover a, .list-item.type-cursos_ctp:active .categories ul li:hover a {
    color: #9a258f !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .list-item.cursos_ctp:hover, .list-item.type-cursos_ctp:hover {
    background-color: #9a258f !important;
  }
  .list-item.cursos_ctp:hover .categories ul li:hover a, .list-item.type-cursos_ctp:hover .categories ul li:hover a {
    color: #9a258f !important;
  }
}

.list-item.varandas_ctp .img .color-hover, .list-item.type-varandas_ctp .img .color-hover {
  background-color: #00958a;
}

@media screen and (max-width: 74.9375em) {
  .list-item.varandas_ctp:active, .list-item.type-varandas_ctp:active {
    background-color: #00958a !important;
  }
  .list-item.varandas_ctp:active .categories ul li:hover a, .list-item.type-varandas_ctp:active .categories ul li:hover a {
    color: #00958a !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .list-item.varandas_ctp:hover, .list-item.type-varandas_ctp:hover {
    background-color: #00958a !important;
  }
  .list-item.varandas_ctp:hover .categories ul li:hover a, .list-item.type-varandas_ctp:hover .categories ul li:hover a {
    color: #00958a !important;
  }
}

.list-item.projetos_ctp .img .color-hover, .list-item.type-projetos_ctp .img .color-hover {
  background-color: #522e91;
}

@media screen and (max-width: 74.9375em) {
  .list-item.projetos_ctp:active, .list-item.type-projetos_ctp:active {
    background-color: #522e91 !important;
  }
  .list-item.projetos_ctp:active .categories ul li:hover a, .list-item.type-projetos_ctp:active .categories ul li:hover a {
    color: #522e91 !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .list-item.projetos_ctp:hover, .list-item.type-projetos_ctp:hover {
    background-color: #522e91 !important;
  }
  .list-item.projetos_ctp:hover .categories ul li:hover a, .list-item.type-projetos_ctp:hover .categories ul li:hover a {
    color: #522e91 !important;
  }
}

.list-item.projetos_ctp .img, .list-item.type-projetos_ctp .img {
  background-image: url("../images/project-default-bg.jpg");
  background-position: center;
  background-size: cover;
}

.list-item.publicacoes_ctp .img .color-hover, .list-item.type-publicacoes_ctp .img .color-hover {
  background-color: #f5821f;
}

@media screen and (max-width: 74.9375em) {
  .list-item.publicacoes_ctp:active, .list-item.type-publicacoes_ctp:active {
    background-color: #f5821f !important;
  }
  .list-item.publicacoes_ctp:active .categories ul li:hover a, .list-item.type-publicacoes_ctp:active .categories ul li:hover a {
    color: #f5821f !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .list-item.publicacoes_ctp:hover, .list-item.type-publicacoes_ctp:hover {
    background-color: #f5821f !important;
  }
  .list-item.publicacoes_ctp:hover .categories ul li:hover a, .list-item.type-publicacoes_ctp:hover .categories ul li:hover a {
    color: #f5821f !important;
  }
}

.list-item.publicacoes_ctp .img, .list-item.type-publicacoes_ctp .img {
  background-image: url("../images/publications-default-thumb.png");
  background-position: center;
  background-size: cover;
}

.list-item.comunicados_ctp .img .color-hover, .list-item.type-comunicados_ctp .img .color-hover {
  background-color: #262626;
}

@media screen and (max-width: 74.9375em) {
  .list-item.comunicados_ctp:active, .list-item.type-comunicados_ctp:active {
    background-color: #262626 !important;
  }
  .list-item.comunicados_ctp:active .categories ul li:hover a, .list-item.type-comunicados_ctp:active .categories ul li:hover a {
    color: #262626 !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .list-item.comunicados_ctp:hover, .list-item.type-comunicados_ctp:hover {
    background-color: #262626 !important;
  }
  .list-item.comunicados_ctp:hover .categories ul li:hover a, .list-item.type-comunicados_ctp:hover .categories ul li:hover a {
    color: #262626 !important;
  }
}

@media screen and (max-width: 48em) {
  .home .highlights .info, .archive .highlights .info {
    background-color: #262626;
  }
  .home .highlights .info a, .home .highlights .info h2, .home .highlights .info .box, .archive .highlights .info a, .archive .highlights .info h2, .archive .highlights .info .box {
    color: #fff !important;
  }
  .home .highlights .info .box, .archive .highlights .info .box {
    border-color: #fff !important;
  }
}

.curved-shadow {
  position: absolute;
}

@media screen and (max-width: 74.9375em) {
  .curved-shadow:active {
    /* não é possível dar @extend em classes ou placeholders
		   dentro de media-queries, por isso o mixin */
  }
  .curved-shadow:active:before, .curved-shadow:active:after {
    width: 50%;
    content: "";
    height: 50%;
    z-index: -1;
    bottom: 15px;
    max-width: 300px;
    position: absolute;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
  }
  .curved-shadow:active:before {
    left: 0px;
    transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
  }
  .curved-shadow:active:after {
    right: 0px;
    transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
  }
}

@media screen and (min-width: 64.0625em) {
  .curved-shadow:hover, .curved-shadow:focus {
    /* não é possível dar @extend em classes ou placeholders
		   dentro de media-queries, por isso o mixin */
  }
  .curved-shadow:hover:before, .curved-shadow:hover:after, .curved-shadow:focus:before, .curved-shadow:focus:after {
    width: 50%;
    content: "";
    height: 50%;
    z-index: -1;
    bottom: 15px;
    max-width: 300px;
    position: absolute;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
  }
  .curved-shadow:hover:before, .curved-shadow:focus:before {
    left: 0px;
    transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
  }
  .curved-shadow:hover:after, .curved-shadow:focus:after {
    right: 0px;
    transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
  }
}

@media screen and (min-width: 64.0625em) {
  .curved-shadow:active:before, .curved-shadow:active:after {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.9);
  }
}

.area-pesquisa {
  width: 100%;
  overflow: hidden;
  margin: 15px 0 0 0;
}

.area-pesquisa .slider {
  padding: 20px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  display: none;
  background-position: center;
}

@media screen and (min-width: 48.0625em) {
  .area-pesquisa .slider {
    background-size: auto 100%;
  }
}

.area-pesquisa .slider span {
  position: relative;
}

.area-pesquisa .slider.no-active {
  opacity: 1;
}

.area-pesquisa .slider.active {
  opacity: 1;
}

@media screen and (max-width: 48em) {
  .area-pesquisa .slider.active {
    height: 110px;
  }
}

.area-pesquisa .slider.active .box.link {
  display: block;
}

.area-pesquisa .slider .box {
  font-weight: bold;
  margin: 0;
  text-transform: lowercase;
}

.area-pesquisa .slider .box:not(.link) {
  background-color: white;
  color: black;
  display: inline-block;
  font-size: 19px;
  padding: 4px 6px;
}

@media screen and (max-width: 48em) {
  .area-pesquisa .slider .box:not(.link) {
    font-size: 18px;
    letter-spacing: -0.5px;
    border: 1px solid #000;
  }
}

.area-pesquisa .slider .box.link {
  border-width: 2px;
  display: none;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  white-space: nowrap;
  text-transform: lowercase;
  transition: all 0.3s;
}

.area-pesquisa .slider .slider-excerpt, .area-pesquisa .slider .slider-text {
  color: white;
  display: none;
  font-family: 'Roboto';
  font-size: 15px;
  margin-top: 20px;
  opacity: 0;
  transition: opacity 0s;
  transition-delay: 0s;
}

.area-pesquisa .slider.active .color {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 48.0625em) {
  .area-pesquisa {
    margin: 25px 0 50px 0;
    height: 300px;
  }
  .area-pesquisa .slider {
    opacity: 0.6;
    width: 20%;
    float: left;
    height: 100%;
  }
  .area-pesquisa .slider:hover .color {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .area-pesquisa .slider.no-active {
    width: 25% !important;
  }
  .area-pesquisa .slider.active, .area-pesquisa .slider:not(.no-hover):hover {
    animation-name: area-fix;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    opacity: 1;
  }
  .area-pesquisa .slider.active .box:not(.link), .area-pesquisa .slider:not(.no-hover):hover .box:not(.link) {
    max-width: initial;
  }
  .area-pesquisa .slider.active .box.link, .area-pesquisa .slider:not(.no-hover):hover .box.link {
    display: initial;
  }
  .area-pesquisa .slider.active .box.link:hover, .area-pesquisa .slider:not(.no-hover):hover .box.link:hover {
    background-color: #fff;
    color: #000;
  }
  .area-pesquisa .slider.active .slider-excerpt, .area-pesquisa .slider.active .slider-text, .area-pesquisa .slider:not(.no-hover):hover .slider-excerpt, .area-pesquisa .slider:not(.no-hover):hover .slider-text {
    opacity: 1;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
  }
  .area-pesquisa .slider .box:not(.link) {
    width: 155px;
  }
  .area-pesquisa .slider-excerpt, .area-pesquisa .slider-text {
    display: block !important;
  }
}

@keyframes area-fix {
  from {
    width: 25%;
  }
  to {
    width: 40%;
  }
}

@media screen and (max-width: 64em) {
  .single-header-drop-down {
    position: relative;
    padding: 13px 15px;
    margin: 0 auto;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    flex-grow: 1;
  }
  .single-header-drop-down:after {
    background: url("../images/cover-arrow.svg");
    content: '';
    display: inline-block;
    width: 20px;
    height: 11px;
    float: right;
    margin-top: 8px;
  }
  .single-header-drop-down {
    z-index: 9;
  }
  .single-header-drop-down .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    z-index: 1;
  }
  .single-header-drop-down .dropdown ul {
    display: initial;
  }
  .single-header-drop-down .dropdown li {
    display: block;
  }
  .single-header-drop-down .dropdown li a {
    display: block;
    text-decoration: none;
    color: #0a0a0a;
    padding: 10px 20px;
  }
  .single-header-drop-down .dropdown li:hover a {
    background: #f3f8f8;
  }
  .single-header-drop-down.active .dropdown {
    opacity: 1;
    pointer-events: auto;
  }
  .single-header-drop-down.active:after {
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 64em) {
  .menu-nav.scrollable {
    transform: translate3d(0px, 0px, 0px);
    -webkit-overflow-scrolling: touch;
    padding-bottom: 90px;
  }
  .scrollable-arrow:after {
    content: "\f078";
    position: fixed;
    left: -270px;
    bottom: -10px;
    text-align: center;
    padding: 8px 0px;
    z-index: 11100000;
    background-color: black;
    font-family: 'FontAwesome';
    width: 250px;
    background-color: #ebebeb;
    background: linear-gradient(to bottom, #ebebeb 0%, #a4a4a4 100%);
    animation: bouncing ease-in-out 3s infinite;
    height: 70px;
    opacity: 0.6;
  }
  .scrollable-arrow.scrollable-bottom:after {
    content: "\f077";
  }
  .scrollable-arrow.active {
    left: 0;
  }
}

@keyframes bouncing {
  0% {
    transform: translate(0px, -5px);
  }
  26% {
    transform: translate(0px, 5px);
  }
  50% {
    transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, -5px);
  }
}

.reveal-overlay {
  overflow-y: hidden !important;
}

.reveal-modal {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  position: absolute;
  background-color: white;
  box-shadow: 0 0 25px dimgrey;
}

@media screen and (min-width: 48em) {
  .reveal-modal {
    position: relative;
    margin: auto;
    width: 80%;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.reveal-modal .close {
  color: #262626;
  border-color: #262626;
  right: 10px;
  top: 0px;
  font-size: 30px;
  font-family: 'Roboto Code';
}

@media screen and (min-width: 48.0625em) {
  .reveal-modal .close {
    right: 20px;
  }
}

footer {
  width: 100%;
  background-color: #262626;
  padding: 30px 20px;
  overflow: hidden;
}

@media screen and (min-width: 48.0625em) {
  footer {
    padding: 40px 30px;
  }
}

footer .row {
  max-width: 1280px !important;
}

footer, footer p, footer b, footer li, footer a, footer input {
  color: white;
  font-size: 14px;
}

footer .box:focus, footer .box:active, footer .box:hover {
  background-color: #fff;
  color: #000;
}

footer ul {
  display: block;
}

footer ul li {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.3;
}

footer ul li a {
  font-weight: bold;
  margin: 0 !important;
}

footer .social-icons {
  margin-bottom: 40px;
}

footer .social-icons .line {
  background-color: #fff;
  margin: 5px 0 15px;
}

footer .social-icons ul {
  display: flex;
  justify-content: space-between;
  max-width: 355px;
}

footer .social-icons ul .fa {
  font-size: 24px;
}

footer .social-icons ul .icon-bluesky {
  width: 21px;
  height: 21px;
  margin-top: -1px;
}

footer .social-icons ul .icon-instagram-threads {
  margin-bottom: -5px;
  font-size: 20px;
}

footer .contact-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 35px;
}

footer .contact a {
  text-decoration: underline;
}

footer .newsletter {
  flex-grow: 1;
  padding: 0 15px;
}

footer .newsletter-input {
  border: none;
  border-bottom: 1px solid white;
  background-color: transparent;
  font-family: 'Roboto';
  outline: none;
  line-height: 1.5;
  width: 100%;
}

@media screen and (max-width: 48em) {
  footer .newsletter-input {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media screen and (min-width: 48.0625em) {
  footer .newsletter-input {
    margin-right: 10px;
  }
}

footer .newsletter-input::placeholder {
  color: #fff;
}

footer .newsletter-input::-webkit-input-placeholder {
  color: #fff;
}

footer .newsletter-input::-moz-placeholder {
  color: #fff;
}

footer .newsletter-input:-ms-input-placeholder {
  color: #fff;
}

footer .newsletter-input:-moz-placeholder {
  color: #fff;
}

footer .newsletter-button {
  margin: 0;
  padding: 0 12px;
  white-space: nowrap;
}

@media screen and (max-width: 48em) {
  footer .newsletter-button {
    display: inline-block;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 48.0625em) {
  footer .newsletter-button {
    flex-grow: 0;
  }
}

footer .social-content {
  margin-bottom: 50px;
  overflow: hidden;
}

footer .social-content .latest {
  float: left;
}

footer .social-content .latest ul li a {
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
}

footer .social-content .articles, footer .social-content .videos {
  box-sizing: border-box;
  padding-right: 4%;
  width: 34%;
}

footer .social-content .tags {
  width: 26%;
}

footer small {
  font-size: 10px;
}

footer small a {
  font-size: 10px;
  text-decoration: underline;
}

@media screen and (max-width: 48em) {
  footer small {
    display: block;
    margin-top: 50px;
  }
}

@media screen and (max-width: 48em) {
  footer .creative-commons {
    display: block;
    margin: 50px 0 10px;
  }
}

@media screen and (min-width: 48.0625em) {
  footer .creative-commons {
    margin-right: 5px;
    vertical-align: sub;
  }
}

.search-box {
  display: none;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  position: fixed;
  background-color: rgba(150, 150, 150, 0.98);
  box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.19), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 48em) {
  .search-box {
    bottom: -60px;
    padding-bottom: 60px;
    overflow-y: scroll;
    transform: translateZ(0px);
    -webkit-overflow-scrolling: touch;
  }
  .search-box:after {
    height: calc(100% + 1px);
  }
}

.search-box .column, .search-box .columns {
  padding: 0 15px;
}

.search-box .close-button {
  top: 10px;
  right: 10px;
  position: absolute;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .search-box .close-button {
    top: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 48.0625em) {
  .search-box .close-button {
    top: 50px;
    right: 30px;
  }
}

.search-box .close-button .icon {
  width: 20px;
  height: 20px;
  font-size: 26px;
  line-height: 0.6;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #000;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  word-spacing: -5px;
}

.search-box .search-label {
  display: block;
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .search-box .search-label {
    margin-top: 50px;
  }
}

.search-box h2 {
  font-size: 18px;
}

@media screen and (min-width: 48.0625em) {
  .search-box h2 {
    font-size: 20px;
  }
}

.search-box #search {
  border: 0;
  width: 85%;
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 0;
  padding-bottom: 5px;
  background-color: transparent;
  border-bottom: 4px solid #000;
  font-family: 'Roboto', sans-serif;
}

@media screen and (min-width: 415px) {
  .search-box #search {
    max-width: 600px;
  }
}

@media screen and (min-width: 48.0625em) {
  .search-box #search {
    font-size: 36px;
    max-width: 820px;
  }
}

.search-box #search::placeholder {
  color: #555;
}

.search-box #search::-webkit-input-placeholder {
  color: #555;
}

.search-box #search::-moz-placeholder {
  color: #555;
}

.search-box #search:-ms-input-placeholder {
  color: #555;
}

.search-box #search:-moz-placeholder {
  color: #555;
}

.search-box .search-button {
  float: left;
  font-size: 30px;
  margin: 15px 0 0 10px;
}

@media screen and (min-width: 48.0625em) {
  .search-box .search-button {
    font-size: 50px;
  }
}

.search-box .advanced-search {
  font-weight: bold;
  margin: 10px 0 0;
  padding: 15px 20px;
}

@media screen and (min-width: 48.0625em) {
  .search-box .advanced-search {
    margin-top: 25px;
    font-size: 18px;
  }
}

.search-box .advanced-search .fa {
  font-size: 32px;
  line-height: 0;
}

.search-box .advanced-search .fa-angle-up {
  display: none;
  vertical-align: sub;
}

.search-box .advanced-search .fa-angle-down {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 48.0625em) {
  .search-box .advanced-search .fa-angle-down {
    vertical-align: sub;
  }
}

.search-box .advanced-search.active .fa-angle-up {
  display: inline-block;
}

.search-box .advanced-search.active .fa-angle-down {
  display: none;
}

.search-box .filter-options {
  clear: both;
  height: 310px;
  margin-top: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease-in-out;
}

@media screen and (min-width: 415px) {
  .search-box .filter-options {
    max-width: 100%;
    margin-top: 40px;
  }
}

@media screen and (min-width: 64.0625em) {
  .search-box .filter-options {
    height: 330px;
  }
}

@media screen and (min-width: 64.0625em) {
  .search-box .filter-options {
    max-width: 820px;
  }
}

.search-box .filter-options.active {
  max-height: 1000px;
}

.search-box .filter-options h2 {
  margin-bottom: 10px;
}

.search-box .filter-options h3 {
  float: left;
  font-family: 'Roboto', sans-serif;
  word-spacing: -5px;
  font-size: 18px;
}

.search-box .filter-options .filter {
  position: relative;
}

.search-box .filter-options .filter:last-child {
  margin-bottom: 0;
}

.search-box .filter-options .filter .list-title {
  display: block;
  width: 100%;
}

@media screen and (min-width: 48.0625em) {
  .search-box .filter-options .filter + .filter {
    margin-top: 20px;
  }
}

.search-box .filter-options .filter [type=checkbox]:checked + label.box {
  background-color: black;
  border-color: black;
}

.search-box .filter-options .label-tab {
  top: 0;
}

.search-box .filter-options .line {
  background-color: #000;
  border-radius: 8px;
  clear: both;
  height: 8px;
  margin-bottom: 10px;
}

.search-box .filter-options input {
  display: none;
}

.search-box .filter-options .box {
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: lowercase;
}

.search-box .filter-options .box:hover {
  background-color: #262626;
  border-color: #262626;
  color: #fff;
}

.error404 #content_all {
  height: calc(100% - 75px);
}

.error404 #content {
  height: 100%;
  margin-bottom: 0;
}

.error-404-wrapper {
  background-image: url("../images/error-404.jpg");
  background-size: cover;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-404-wrapper .color-hover {
  background-color: rgba(154, 36, 143, 0.6);
  box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.19), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.error-404-wrapper .error-404-content {
  position: relative;
  z-index: 2;
}

.error-404-wrapper h2 {
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 7vmax;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 48.0625em) {
  .error-404-wrapper h2 {
    font-size: 60px;
    line-height: 1.4;
  }
}

.error-404-wrapper h2:before {
  color: #fbaf17;
  content: '\f071';
  display: block;
  font-family: FontAwesome;
  font-size: 10vmax;
  margin-bottom: 5%;
  text-align: center;
}

@media screen and (min-width: 48.0625em) {
  .error-404-wrapper h2:before {
    font-size: 80px;
    margin-bottom: 0;
  }
}

.error-404-wrapper p {
  font-family: Roboto, sans-serif;
  font-size: 2.5vmax;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 48.0625em) {
  .error-404-wrapper p {
    font-size: 25px;
  }
}

.error-404-wrapper .seta-404 {
  background-image: url("../images/seta-404.png");
  width: 320px;
  height: 370px;
  position: absolute;
  top: -100px;
  right: -230px;
}

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