@charset "UTF-8";
/* ==========================================================================
   Author's custom styles - João Paulo Ferreira / joaopaulo.sferreira@gmail.com
   ========================================================================== */
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://use.typekit.net/upt5dux.css");
@import url("https://use.typekit.net/upt5dux.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 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 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*variaveis*/
.height90 {
  display: block;
  padding: 2.8125rem 0; }

/*custom bootstrap*/
/*tags*/
input {
  font-family: "p22-underground", sans-serif;
  font-weight: 400;
  font-style: normal; }

body {
  background-color: #e5e4dd;
  font-family: "p22-underground", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black; }
  body::-webkit-scrollbar {
    width: 0.3125rem; }
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.3125rem #c9c9c9;
    border-radius: 0; }
  body::-webkit-scrollbar-thumb {
    background: #252525;
    border-radius: 0; }

.ui-draggable-handle {
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important; }

.change-station {
  width: 93.5%;
  height: 52.75rem;
  position: fixed;
  top: 6.4rem;
  left: -93.5%;
  z-index: 20; }
  .change-station.red {
    background-color: #e94842; }
  .change-station.dark_blue {
    background-color: #253081; }
    .change-station.dark_blue a,
    .change-station.dark_blue span {
      color: white; }
  .change-station.blue {
    background-color: #3bace2; }
  .change-station.green {
    background-color: #a7b266; }
  .change-station.yellow {
    background-color: #ffd98e; }
  .change-station.orange {
    background-color: #ec6726; }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .change-station {
      width: 43.75rem;
      height: 43.75rem;
      left: -43.75rem; } }
  .change-station_overlay {
    position: relative;
    width: 100%;
    height: 100%; }
    .change-station_overlay--tag {
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
      background-color: black;
      color: white;
      padding: 1rem 0.3125rem 1rem 0.125rem;
      position: absolute;
      top: 0;
      right: -1.6875rem;
      z-index: 20;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s; }
      .change-station_overlay--tag:hover {
        background-color: white;
        color: black; }
    .change-station_overlay--content {
      padding: 1.25rem 2.5rem;
      width: 100%;
      height: 100%; }
      .change-station_overlay--content h3,
      .change-station_overlay--content h4 {
        font-family: "p22-underground", sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: bold;
        color: black; }
      .change-station_overlay--content h3 {
        text-transform: uppercase; }
      .change-station_overlay--content h4 {
        text-transform: none;
        margin-bottom: 0;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s; }
      .change-station_overlay--content span {
        font-size: 12px; }
      .change-station_overlay--content a {
        text-decoration: none;
        color: black;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s; }
        .change-station_overlay--content a:hover {
          color: white; }
          .change-station_overlay--content a:hover h4 {
            color: white; }

.header .hightlight {
  background: #f0534c;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12; }
  .header .hightlight h1 {
    font-size: 2.5rem;
    font-family: "railroad-gothic-atf", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: white;
    text-align: center;
    padding: 0 3.75rem 2.5rem;
    position: absolute;
    bottom: 0;
    z-index: 1;
    text-shadow: 0.0625rem 0.0625rem 0.1875rem black; }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .header .hightlight h1 {
        width: 100%;
        padding: 0 25.75rem 2.5rem; } }
  .header .hightlight .overlay {
    background: #ff534c;
    position: absolute;
    width: 100%;
    height: 100%; }
    .header .hightlight .overlay.red {
      background: linear-gradient(0deg, #e94842 7%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 70%, #e94842 93%); }
    .header .hightlight .overlay.dark_blue {
      background: linear-gradient(0deg, #253081 7%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 70%, #253081 93%); }
    .header .hightlight .overlay.blue {
      background: linear-gradient(0deg, #3bace2 7%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 70%, #3bace2 93%); }
    .header .hightlight .overlay.green {
      background: linear-gradient(0deg, #a7b266 7%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 70%, #a7b266 93%); }
    .header .hightlight .overlay.yellow {
      background: linear-gradient(0deg, #ffd98e 7%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 70%, #ffd98e 93%); }
    .header .hightlight .overlay.orange {
      background: linear-gradient(0deg, #ec6726 7%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 70%, #ec6726 93%); }
  .header .hightlight img {
    width: 100%; }

.header-int .nav-bar {
  background: white;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0) 100%); }
.header-int .nav-bar_mini {
  background: #e5e4dd;
  box-shadow: 0 0 8px rgba(145, 144, 140, 0.4);
  align-items: center;
  padding: 1.3rem 1.25rem;
  position: fixed;
  top: -120px;
  z-index: 12; }
  .header-int .nav-bar_mini img {
    width: 80%; }
  .header-int .nav-bar_mini .nav-bar_menu {
    font-size: 1rem; }
    .header-int .nav-bar_mini .nav-bar_menu img {
      width: 22px; }
  .header-int .nav-bar_mini .nav-bar_accessibility img {
    width: 22px; }
.header-int .hightlight {
  background: #f0534c;
  background: linear-gradient(0deg, #f0534c 0%, rgba(9, 9, 121, 0) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12; }
  .header-int .hightlight .overlay {
    background: #e5e4dd;
    background: linear-gradient(180deg, #e5e4dd 0%, rgba(229, 228, 221, 0.5) 50%, rgba(229, 228, 221, 0.2) 100%);
    position: absolute;
    width: 100%;
    height: 100%; }
  .header-int .hightlight img {
    width: 100%; }

.nav-bar {
  background: white;
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem 1.25rem;
  width: 100%;
  position: relative;
  z-index: 13;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s; }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .nav-bar {
      justify-content: space-around; } }
  .nav-bar.red {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #e94842 100%); }
  .nav-bar.dark_blue {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #253081 100%); }
  .nav-bar.blue {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #3bace2 100%); }
  .nav-bar.green {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #a7b266 100%); }
  .nav-bar.yellow {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffd98e 100%); }
  .nav-bar.orange {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ec6726 100%); }
  .nav-bar_logo {
    display: flex;
    justify-content: center; }
    .nav-bar_logo img {
      width: 60%; }
  .nav-bar_dark .nav-bar_menu {
    color: black; }
    .nav-bar_dark .nav-bar_menu:active, .nav-bar_dark .nav-bar_menu:focus, .nav-bar_dark .nav-bar_menu:visited, .nav-bar_dark .nav-bar_menu:hover {
      color: black; }
  .nav-bar_mini {
    background: #e5e4dd;
    box-shadow: 0 0 8px rgba(145, 144, 140, 0.4);
    align-items: center;
    padding: 1.3rem 1.25rem;
    position: fixed;
    top: -120px;
    z-index: 12; }
    .nav-bar_mini img {
      width: 80%; }
    .nav-bar_mini .nav-bar_menu {
      font-size: 1rem; }
      .nav-bar_mini .nav-bar_menu img {
        width: 22px; }
    .nav-bar_mini .nav-bar_accessibility img {
      width: 22px; }
  .nav-bar_menu {
    font-family: "p22-underground", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 0.75rem;
    color: white;
    text-decoration: none;
    display: flex;
    height: fit-content; }
    .nav-bar_menu:active, .nav-bar_menu:focus, .nav-bar_menu:visited, .nav-bar_menu:hover {
      color: white; }
    .nav-bar_menu img {
      margin-right: 0.3125rem; }
    .nav-bar_menu--wrapper {
      position: fixed;
      overflow-y: auto;
      overflow-x: hidden;
      width: 100%;
      top: 0;
      left: -100%;
      z-index: 21; }
      .nav-bar_menu--wrapper.red {
        background-color: #e94842; }
      .nav-bar_menu--wrapper.dark_blue {
        background-color: #253081; }
        .nav-bar_menu--wrapper.dark_blue a,
        .nav-bar_menu--wrapper.dark_blue span {
          color: white; }
      .nav-bar_menu--wrapper.blue {
        background-color: #3bace2; }
      .nav-bar_menu--wrapper.green {
        background-color: #a7b266; }
      .nav-bar_menu--wrapper.yellow {
        background-color: #ffd98e; }
      .nav-bar_menu--wrapper.orange {
        background-color: #ec6726; }
      .nav-bar_menu--wrapper table {
        width: 85%; }
        .nav-bar_menu--wrapper table.rounded-corners {
          border-spacing: 0;
          border-collapse: separate;
          border-radius: 1.25rem;
          border: 0.1875rem solid black; }
          .nav-bar_menu--wrapper table.rounded-corners th:not(:last-child),
          .nav-bar_menu--wrapper table.rounded-corners td:not(:last-child) {
            border-right: 0.1875rem solid black; }
          .nav-bar_menu--wrapper table.rounded-corners > tbody > tr:not(:last-child) > th,
          .nav-bar_menu--wrapper table.rounded-corners > tbody > tr:not(:last-child) > td,
          .nav-bar_menu--wrapper table.rounded-corners > tfoot > tr:not(:last-child) > th,
          .nav-bar_menu--wrapper table.rounded-corners > tfoot > tr:not(:last-child) > td,
          .nav-bar_menu--wrapper table.rounded-corners > tr:not(:last-child) > td,
          .nav-bar_menu--wrapper table.rounded-corners > tr:not(:last-child) > th,
          .nav-bar_menu--wrapper table.rounded-corners > tbody:not(:last-child),
          .nav-bar_menu--wrapper table.rounded-corners > tfoot:not(:last-child) {
            border-bottom: 0.1875rem solid black; }
          .nav-bar_menu--wrapper table.rounded-corners td {
            position: relative; }
      .nav-bar_menu--wrapper_item {
        color: black;
        text-decoration: none; }
        .nav-bar_menu--wrapper_item-logo {
          display: flex;
          justify-content: center;
          padding: 1.25rem 0; }
          .nav-bar_menu--wrapper_item-logo img {
            width: 50%; }
            @media screen and (min-width: 1200px) and (max-width: 1920px) {
              .nav-bar_menu--wrapper_item-logo img {
                width: 25%; } }
        .nav-bar_menu--wrapper_item-exit {
          font-weight: bold;
          text-transform: uppercase;
          text-align: center;
          cursor: pointer;
          writing-mode: vertical-rl;
          transition: all 0.4s;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s; }
          .nav-bar_menu--wrapper_item-exit:hover {
            color: white; }
          .nav-bar_menu--wrapper_item-exit span {
            writing-mode: vertical-rl;
            transform: rotate(180deg); }
        .nav-bar_menu--wrapper_item ul {
          margin: -1px;
          padding: 0;
          list-style: none; }
          .nav-bar_menu--wrapper_item ul li {
            border-bottom: 0.1875rem solid black; }
            .nav-bar_menu--wrapper_item ul li a {
              font-size: 1.25rem;
              font-weight: bold;
              text-decoration: none;
              color: black;
              padding: 0.9375rem 30px;
              display: block;
              transition: all 0.4s;
              -webkit-transition: all 0.4s;
              -moz-transition: all 0.4s;
              -ms-transition: all 0.4s;
              -o-transition: all 0.4s; }
              @media screen and (min-width: 1200px) and (max-width: 1920px) {
                .nav-bar_menu--wrapper_item ul li a {
                  font-size: 1rem; } }
              .nav-bar_menu--wrapper_item ul li a:hover {
                color: white; }
            .nav-bar_menu--wrapper_item ul li:last-child {
              background-color: black;
              border-bottom: 0;
              border-bottom-right-radius: 1rem;
              border-bottom-left-radius: 1rem; }
              .nav-bar_menu--wrapper_item ul li:last-child a {
                color: white;
                text-align: center; }
                .nav-bar_menu--wrapper_item ul li:last-child a::before {
                  font-family: "Font Awesome 5 Free";
                  font-weight: 900;
                  content: "\f104";
                  margin-right: 0.625rem; }
                .nav-bar_menu--wrapper_item ul li:last-child a:hover {
                  color: #e94842; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .nav-bar_menu--wrapper {
          width: 40%; } }
      .nav-bar_menu--wrapper::-webkit-scrollbar {
        width: 0.3125rem; }
      .nav-bar_menu--wrapper::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0.3125rem #c9c9c9;
        border-radius: 0; }
      .nav-bar_menu--wrapper::-webkit-scrollbar-thumb {
        background: #252525;
        border-radius: 0; }
      .nav-bar_menu--wrapper-social {
        list-style: none;
        padding-left: 0;
        margin: 0;
        display: inline-flex;
        justify-content: center;
        width: 100%; }
        .nav-bar_menu--wrapper-social li {
          margin-right: 1.875rem; }
          .nav-bar_menu--wrapper-social li:nth-child(1) a:hover {
            color: #833ab4; }
          .nav-bar_menu--wrapper-social li:nth-child(2) a:hover {
            color: #666; }
          .nav-bar_menu--wrapper-social li:nth-child(3) a:hover {
            color: #4267b2; }
          .nav-bar_menu--wrapper-social li:nth-child(4) a:hover {
            color: #ff0000; }
          .nav-bar_menu--wrapper-social li a {
            font-size: 1.375rem;
            color: black;
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s; }
          .nav-bar_menu--wrapper-social li:last-child {
            margin-right: 0; }
      .nav-bar_menu--wrapper-search {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 0 1.25rem; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .nav-bar_menu--wrapper-search {
            justify-content: center; } }
        .nav-bar_menu--wrapper-search input {
          font-size: 1.125rem;
          color: white;
          background-color: transparent;
          border: 0;
          width: 80%;
          margin: 1.25rem 0; }
          @media screen and (min-width: 1200px) and (max-width: 1920px) {
            .nav-bar_menu--wrapper-search input {
              width: 60%; } }
          .nav-bar_menu--wrapper-search input:active, .nav-bar_menu--wrapper-search input:focus, .nav-bar_menu--wrapper-search input:visited {
            outline: none;
            border: 0; }
        .nav-bar_menu--wrapper-search button {
          background-color: transparent;
          border: 0;
          height: 3.125rem; }
      .nav-bar_menu--wrapper-menu {
        padding: 0;
        margin: 0;
        list-style: none; }
        .nav-bar_menu--wrapper-menu ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .nav-bar_menu--wrapper-menu ul li a {
            color: white;
            font-size: 1.25rem;
            text-decoration: none;
            display: block;
            width: 100%;
            border: solid 0.125rem white;
            border-top: 0;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem; }
            @media screen and (min-width: 1200px) and (max-width: 1920px) {
              .nav-bar_menu--wrapper-menu ul li a {
                font-size: 1rem;
                padding-top: 1rem;
                padding-bottom: 1rem;
                border: solid 0.25rem white;
                border-top: 0; } }
          .nav-bar_menu--wrapper-menu ul li:last-child a {
            padding-bottom: 0.3125rem;
            border-bottom: none; }
  .nav-bar_accessibility {
    display: flex; }
    .nav-bar_accessibility a {
      margin-right: 1.25rem; }
      .nav-bar_accessibility a:last-child {
        margin-right: 0; }
    .nav-bar_accessibility--wrapper {
      background-color: #e94842;
      position: fixed;
      overflow-y: auto;
      overflow-x: hidden;
      width: 100%;
      top: 0;
      right: -100%;
      z-index: 13; }
      .nav-bar_accessibility--wrapper.red {
        background-color: #e94842; }
      .nav-bar_accessibility--wrapper.dark_blue {
        background-color: #253081; }
        .nav-bar_accessibility--wrapper.dark_blue a,
        .nav-bar_accessibility--wrapper.dark_blue span {
          color: white; }
      .nav-bar_accessibility--wrapper.blue {
        background-color: #3bace2; }
      .nav-bar_accessibility--wrapper.green {
        background-color: #a7b266; }
      .nav-bar_accessibility--wrapper.yellow {
        background-color: #ffd98e; }
      .nav-bar_accessibility--wrapper.orange {
        background-color: #ec6726; }
      .nav-bar_accessibility--wrapper table {
        width: 85%; }
        .nav-bar_accessibility--wrapper table.rounded-corners {
          border-spacing: 0;
          border-collapse: separate;
          border-radius: 1.25rem;
          border: 0.1875rem solid black; }
          .nav-bar_accessibility--wrapper table.rounded-corners th:not(:last-child),
          .nav-bar_accessibility--wrapper table.rounded-corners td:not(:last-child) {
            border-right: 0.1875rem solid black; }
          .nav-bar_accessibility--wrapper table.rounded-corners > tbody > tr:not(:last-child) > th,
          .nav-bar_accessibility--wrapper table.rounded-corners > tbody > tr:not(:last-child) > td,
          .nav-bar_accessibility--wrapper table.rounded-corners > tfoot > tr:not(:last-child) > th,
          .nav-bar_accessibility--wrapper table.rounded-corners > tfoot > tr:not(:last-child) > td,
          .nav-bar_accessibility--wrapper table.rounded-corners > tr:not(:last-child) > td,
          .nav-bar_accessibility--wrapper table.rounded-corners > tr:not(:last-child) > th,
          .nav-bar_accessibility--wrapper table.rounded-corners > tbody:not(:last-child),
          .nav-bar_accessibility--wrapper table.rounded-corners > tfoot:not(:last-child) {
            border-bottom: 0.1875rem solid black; }
          .nav-bar_accessibility--wrapper table.rounded-corners td {
            position: relative; }
      .nav-bar_accessibility--wrapper_item {
        color: black;
        text-decoration: none; }
        .nav-bar_accessibility--wrapper_item-logo {
          display: flex;
          justify-content: center;
          padding: 1.25rem 0; }
          .nav-bar_accessibility--wrapper_item-logo img {
            width: 50%; }
            @media screen and (min-width: 1200px) and (max-width: 1920px) {
              .nav-bar_accessibility--wrapper_item-logo img {
                width: 25%; } }
        .nav-bar_accessibility--wrapper_item-exit {
          font-weight: bold;
          text-transform: uppercase;
          text-align: center;
          cursor: pointer;
          writing-mode: vertical-rl;
          transition: all 0.4s;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s; }
          .nav-bar_accessibility--wrapper_item-exit:hover {
            color: white; }
          .nav-bar_accessibility--wrapper_item-exit span {
            writing-mode: vertical-rl;
            transform: rotate(180deg); }
        .nav-bar_accessibility--wrapper_item ul {
          margin: -0.0625rem;
          padding: 0;
          list-style: none; }
          .nav-bar_accessibility--wrapper_item ul li {
            border-bottom: 0.1875rem solid black;
            display: flex;
            align-items: center; }
            .nav-bar_accessibility--wrapper_item ul li a {
              font-weight: bold;
              text-decoration: none;
              color: black;
              padding: 0.9375rem 1.25rem;
              display: flex;
              border-right: 0.1875rem solid black;
              width: 3.75rem;
              transition: all 0.4s;
              -webkit-transition: all 0.4s;
              -moz-transition: all 0.4s;
              -ms-transition: all 0.4s;
              -o-transition: all 0.4s; }
              .nav-bar_accessibility--wrapper_item ul li a:hover {
                color: white; }
            .nav-bar_accessibility--wrapper_item ul li span {
              padding: 0.9375rem 1.25rem; }
            .nav-bar_accessibility--wrapper_item ul li:last-child {
              border-bottom: 0; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .nav-bar_accessibility--wrapper {
          width: 40%; } }
      .nav-bar_accessibility--wrapper::-webkit-scrollbar {
        width: 0.3125rem; }
      .nav-bar_accessibility--wrapper::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0.3125rem #c9c9c9;
        border-radius: 0; }
      .nav-bar_accessibility--wrapper::-webkit-scrollbar-thumb {
        background: #252525;
        border-radius: 0; }
      .nav-bar_accessibility--wrapper-social {
        list-style: none;
        padding-left: 0;
        margin: 0;
        display: inline-flex;
        justify-content: center;
        width: 100%; }
        .nav-bar_accessibility--wrapper-social li {
          margin-right: 1.875rem; }
          .nav-bar_accessibility--wrapper-social li a {
            font-size: 1.375rem;
            color: white;
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s; }
            .nav-bar_accessibility--wrapper-social li a:hover {
              color: #666; }
          .nav-bar_accessibility--wrapper-social li:last-child {
            margin-right: 0; }
      .nav-bar_accessibility--wrapper-search {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 0 1.25rem; }
        .nav-bar_accessibility--wrapper-search input {
          font-size: 1.125rem;
          color: white;
          background-color: transparent;
          border: 0;
          width: 80%;
          height: 3.125rem;
          margin: 1.25rem 0; }
          .nav-bar_accessibility--wrapper-search input:active, .nav-bar_accessibility--wrapper-search input:focus, .nav-bar_accessibility--wrapper-search input:visited {
            outline: none;
            border: 0; }
        .nav-bar_accessibility--wrapper-search button {
          background-color: transparent;
          border: 0;
          height: 3.125rem; }

.button-wrapper {
  display: flex;
  justify-content: center; }
  .button-wrapper .main-button {
    font-size: 0.75rem;
    font-family: "p22-underground", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.875rem;
    width: fit-content;
    position: relative;
    padding: 0.125rem 1.25rem 0;
    border-top: 0.125rem solid black;
    border-bottom: 0.125rem solid black;
    border-left: 0;
    border-right: 0;
    background-color: transparent; }
    .button-wrapper .main-button::before, .button-wrapper .main-button::after {
      height: 2rem;
      position: absolute;
      top: -0.125rem; }
    .button-wrapper .main-button::before {
      content: url(assets/img/borda-esquerda-botao.svg);
      left: -0.5rem; }
    .button-wrapper .main-button::after {
      content: url(assets/img/borda-direita-botao.svg);
      right: -0.5rem; }
    .button-wrapper .main-button:active, .button-wrapper .main-button:focus, .button-wrapper .main-button:hover {
      color: black;
      text-decoration: none; }
    .button-wrapper .main-button.white {
      color: white;
      border-top: 0.125rem solid white;
      border-bottom: 0.125rem solid white; }
      .button-wrapper .main-button.white::before {
        content: url(assets/img/borda-esquerda-botao-white.svg);
        left: -0.5rem; }
      .button-wrapper .main-button.white::after {
        content: url(assets/img/borda-direita-botao-white.svg);
        right: -0.5rem; }

.main-division .main-division_item {
  background-color: black;
  height: 0.125rem;
  width: 100%;
  position: relative;
  z-index: 10; }
  .main-division .main-division_item::before, .main-division .main-division_item::after {
    content: "";
    background-color: #525252;
    height: 0.03125rem;
    width: 100%;
    position: absolute; }
  .main-division .main-division_item::before {
    top: -0.1875rem; }
  .main-division .main-division_item::after {
    bottom: -0.1875rem; }
  .main-division .main-division_item.white {
    background-color: white; }
    .main-division .main-division_item.white::before, .main-division .main-division_item.white::after {
      background-color: white; }

.main {
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .main-wrapper {
      max-width: 73.125rem;
      padding: 0; } }
  .main-spaceTop {
    padding-top: 2.125rem; }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .main-spaceTop-large {
      padding-top: 4.375rem; } }
  .main-spaceBottom {
    padding-bottom: 2.125rem; }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .main-spaceBottom-large {
      padding-bottom: 4.375rem; } }
  .main-spaceLeft {
    padding-left: 2.125rem; }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .main-spaceLeft-large {
      padding-left: 4.375rem; } }
  .main-spaceRight {
    padding-right: 2.125rem; }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .main-spaceRight-large {
      padding-right: 4.375rem; } }
  .main-spaceLeftNegative {
    margin-left: -2.125rem; }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .main-spaceLeftNegative {
        margin-left: 0; } }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .main-spaceLeftNegative-large {
      padding-left: 4.375rem; } }
  .main-spaceRightNegative {
    margin-right: -2.125rem; }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .main-spaceRightNegative {
        margin-right: 0; } }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .main-spaceRightNegative-large {
      padding-right: 4.375rem; } }
  .main h1,
  .main h2,
  .main h3 {
    font-family: "railroad-gothic-atf", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 1.25rem; }
  .main h1 {
    font-size: 1.5rem; }
  .main h2 {
    font-size: 1.25rem; }
  .main p {
    font-size: 1rem; }
    .main p:first-child {
      margin-top: 0; }
    .main p:last-child {
      margin-bottom: 0; }
  .main-about_history {
    font-size: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.75rem; }
    .main-about_history img {
      margin-bottom: 0.75rem; }
    .main-about_history div {
      margin-bottom: 1.5rem; }
      .main-about_history div:last-child {
        margin-bottom: 0; }
  .main-history_station .main-history_station-audio a {
    font-size: 14px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center; }
    .main-history_station .main-history_station-audio a img {
      width: 2.25rem;
      height: 2.25rem; }
  .main-history img,
  .main-history video {
    width: 100%; }
  .main-games table {
    width: 100%; }
    .main-games table.rounded-corners {
      border-spacing: 0;
      border-collapse: separate;
      border-radius: 1.25rem;
      border: 0.1875rem solid black; }
      .main-games table.rounded-corners th:not(:last-child),
      .main-games table.rounded-corners td:not(:last-child) {
        border-right: 0.1875rem solid black; }
      .main-games table.rounded-corners > tbody > tr:not(:last-child) > th,
      .main-games table.rounded-corners > tbody > tr:not(:last-child) > td,
      .main-games table.rounded-corners > tfoot > tr:not(:last-child) > th,
      .main-games table.rounded-corners > tfoot > tr:not(:last-child) > td,
      .main-games table.rounded-corners > tr:not(:last-child) > td,
      .main-games table.rounded-corners > tr:not(:last-child) > th,
      .main-games table.rounded-corners > tbody:not(:last-child),
      .main-games table.rounded-corners > tfoot:not(:last-child) {
        border-bottom: 0.1875rem solid black;
        padding: 0; }
      .main-games table.rounded-corners td {
        position: relative; }
    .main-games table img {
      width: 100%;
      border-top-right-radius: 1.15rem;
      border-top-left-radius: 1.15rem; }
    .main-games table span {
      font-size: 0.6rem;
      font-family: "p22-underground", sans-serif;
      font-weight: 900;
      font-style: normal;
      color: black;
      text-transform: uppercase;
      padding: 0.5625rem 0.75rem 0.4375rem; }
      .main-games table span.red {
        background-color: #e94842; }
      .main-games table span.dark_blue {
        background-color: #253081;
        color: white; }
      .main-games table span.blue {
        background-color: #3bace2; }
      .main-games table span.green {
        background-color: #a7b266; }
      .main-games table span.yellow {
        background-color: #ffd98e; }
      .main-games table span.orange {
        background-color: #ec6726; }
    .main-games table p {
      font-size: 1rem; }
  .main-games_item {
    color: black;
    text-decoration: none; }
    .main-games_item:hover {
      color: black; }
    .main-games_item h1,
    .main-games_item h5 {
      margin-bottom: 0;
      padding: 0.6rem 0.5rem 0.5rem 0.9375rem;
      position: relative;
      z-index: 1; }
    .main-games_item h1 {
      font-size: 1.1rem;
      border-top-right-radius: 1.2rem; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main-games_item h1 {
          font-size: 1.375rem; } }
    .main-games_item h5 {
      font-size: 1.25rem;
      margin-top: 0; }
    .main-games_item img {
      width: 100%; }
    .main-games_item a {
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      color: black;
      padding: 0.3125rem 0; }
  .main-games_game {
    position: relative;
    margin-top: 1.5625rem;
    padding-bottom: 0.2rem; }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .main-games_game {
        background-size: cover;
        padding-bottom: 0.625rem; } }
    .main-games_game img {
      width: 100%; }
    .main-games_game a {
      width: 100%;
      height: 2.5rem;
      position: absolute;
      bottom: 0;
      text-decoration: none; }
  .main-games_select {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .main-games_select {
        flex-direction: row;
        align-items: center; } }
    .main-games_select--select {
      font-family: "p22-underground", sans-serif;
      font-weight: 400;
      font-style: normal;
      border: solid 2px black;
      border-radius: 1rem;
      padding: 1rem 2.5rem 1rem 1.25rem;
      width: 100%;
      margin-bottom: 0.625rem;
      background-color: transparent;
      position: relative;
      cursor: pointer;
      -moz-appearance: none;
      /* Firefox */
      -webkit-appearance: none;
      /* Safari and Chrome */
      appearance: none;
      background-image: url(assets/img/angle-down-solid.svg);
      background-size: 1rem;
      background-repeat: no-repeat;
      background-position: calc(100% - 1rem) center; }
      .main-games_select--select::first-letter {
        text-transform: capitalize; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main-games_select--select {
          width: 60%;
          margin-right: 2.5rem;
          margin-bottom: 0; } }
    .main-games_select--dropdown {
      background-color: #e5e4dd;
      border: solid 2px black;
      border-radius: 1rem;
      padding: 1.25rem;
      width: 101%;
      position: absolute;
      left: -0.125rem;
      top: 3.75rem;
      z-index: 1;
      display: none; }
      .main-games_select--dropdown > div {
        display: flex;
        flex-direction: column; }
        .main-games_select--dropdown > div a {
          font-size: 1rem;
          text-decoration: none;
          transition: all 0.4s;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s; }
          .main-games_select--dropdown > div a:hover {
            color: #e94842; }
          .main-games_select--dropdown > div a::first-letter {
            text-transform: capitalize; }
    .main-games_select a {
      font-size: 0.75rem;
      color: black;
      margin-bottom: 1rem; }
      .main-games_select a:last-child {
        margin-bottom: 0; }
  .main-map {
    background-color: #e5e4dd;
    margin: 0.2rem 0;
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .main-map {
        text-align: center; } }
    .main-map--text {
      position: relative;
      z-index: 1; }
      .main-map--text h1 {
        padding-top: 1.5625rem;
        margin: 0; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .main-map--text h1 {
            padding-top: 3.125rem; } }
      .main-map--text p {
        margin: 0;
        width: 40%; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .main-map--text p {
            width: 100%; } }
      .main-map--text .button-wrapper {
        justify-content: flex-start;
        margin-left: 0.5rem; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .main-map--text .button-wrapper {
            justify-content: center; } }
    .main-map img {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0; }
    .main-map_wrapper {
      overflow: hidden;
      position: relative;
      z-index: 15; }
      .main-map_wrapper--imagemap {
        transform: scale(1);
        top: 0;
        left: 0; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .main-map_wrapper--imagemap {
            top: 0;
            left: 0; } }
        .main-map_wrapper--imagemap.animate {
          transform: scale(2); }
        .main-map_wrapper--imagemap img {
          width: 100%; }
        .main-map_wrapper--imagemap .btn {
          border: none;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          padding: 0;
          position: absolute;
          z-index: 2;
          cursor: pointer; }
          .main-map_wrapper--imagemap .btn:active, .main-map_wrapper--imagemap .btn:focus {
            outline: none;
            border: none;
            box-shadow: none; }
      .main-map_wrapper--zoom {
        font-size: 0.75rem;
        color: black;
        text-decoration: none;
        display: flex;
        align-items: center;
        line-height: 0.75rem;
        position: absolute;
        right: 0.9375rem;
        bottom: 0.9375rem; }
        .main-map_wrapper--zoom:hover {
          color: black;
          text-decoration: underline; }
        .main-map_wrapper--zoom img {
          height: 100%;
          margin-right: 0.625rem; }
        .main-map_wrapper--zoom.disable {
          display: none; }
  .main-depositions_item {
    display: flex;
    flex-direction: column;
    padding: 0 1.25rem;
    align-items: center; }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .main-depositions_item {
        padding: 0 3.125rem;
        flex-direction: row; } }
    .main-depositions_item--person {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-around; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main-depositions_item--person {
          flex-direction: column; } }
      .main-depositions_item--person img {
        border-radius: 50%;
        width: 5.625rem !important;
        margin-right: 0.9375rem; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .main-depositions_item--person img {
            width: 13.75rem !important; } }
      .main-depositions_item--person h3 {
        margin-bottom: 0.3125rem; }
      .main-depositions_item--person ul {
        font-size: 0.75rem;
        list-style: none;
        padding: 0;
        margin: 0; }
  .main-contato {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .main-contato {
        flex-direction: row; } }
    .main-contato ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex; }
      .main-contato ul li {
        margin: 0.9375rem 2.5rem 0 0; }
        .main-contato ul li:last-child {
          margin-right: 0; }
        .main-contato ul li a {
          font-size: 1.375rem;
          color: black; }
  .main-search {
    padding-top: 6.375rem; }
  .main-logos_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center; }
    .main-logos_wrapper div {
      text-transform: uppercase;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 6rem; }
      .main-logos_wrapper div p {
        font-size: 0.75rem; }
  .main-about_int {
    color: black;
    padding: 1.25rem; }
    .main-about_int.red {
      background-color: #e94842; }
    .main-about_int.dark_blue {
      background-color: #253081;
      color: white; }
    .main-about_int.blue {
      background-color: #3bace2; }
    .main-about_int.green {
      background-color: #a7b266; }
    .main-about_int.yellow {
      background-color: #ffd98e; }
    .main-about_int.orange {
      background-color: #ec6726; }
    .main-about_int--bg {
      background-image: url(assets/img/fundo-contato-small.svg);
      background-size: 100%;
      background-repeat: no-repeat; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main-about_int--bg {
          background-image: url(assets/img/fundo-contato.svg); } }
    .main-about_int--breadcrumb_int {
      font-size: 0.75rem;
      font-weight: bold;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 0.5rem 0 0;
      margin: 0;
      list-style: none;
      height: fit-content; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main-about_int--breadcrumb_int {
          font-size: 1.0625rem;
          padding-top: 0.5rem; } }
      .main-about_int--breadcrumb_int a {
        color: black; }
    .main-about_int--title {
      font-family: "railroad-gothic-atf", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 1rem;
      line-height: 2.375rem;
      display: flex;
      justify-content: center;
      text-align: center;
      padding: 1.7rem 0 0.9rem; }
      @media screen and (min-width: 1200px) and (max-width: 1599px) {
        .main-about_int--title {
          font-size: 2.375rem;
          padding: 1.7rem 0 1.2rem; } }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .main-about_int--title {
          font-size: 2.375rem;
          padding: 2.4rem 0 1.7rem; } }
    .main-about_int img {
      display: flex;
      width: 100%; }
  .main .wp-caption-text {
    font-size: 0.75rem;
    color: white;
    background-color: black;
    padding: 0.4375rem 0.625rem;
    margin-top: -0.0625rem;
    position: relative; }
  .main-about_content--image-legend {
    font-size: 0.75rem;
    color: white;
    background-color: black;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    margin-top: -0.0625rem; }
  .main-about_content h2 {
    font-size: 1.5rem;
    margin-top: 3rem; }
  .main-about_content.page-content .owl-item {
    display: flex;
    justify-content: center; }
  .main-about_content.carousel-int .owl-item {
    display: flex;
    justify-content: center; }
    .main-about_content.carousel-int .owl-item img {
      width: 415px; }
    .main-about_content.carousel-int .owl-item p {
      font-size: 0.75rem;
      color: white;
      background-color: black;
      padding: 0.4375rem;
      margin: 0; }
  .main-about_content iframe {
    width: 100%;
    height: 467px; }
  .main-exhibitions table {
    width: 100%; }
    .main-exhibitions table.rounded-corners {
      border-spacing: 0;
      border-collapse: separate;
      border-radius: 1.25rem;
      border: 0.125rem solid black; }
      .main-exhibitions table.rounded-corners th:not(:last-child),
      .main-exhibitions table.rounded-corners td:not(:last-child) {
        border-right: 0.125rem solid black; }
      .main-exhibitions table.rounded-corners > tbody > tr:not(:last-child) > th,
      .main-exhibitions table.rounded-corners > tbody > tr:not(:last-child) > td,
      .main-exhibitions table.rounded-corners > tfoot > tr:not(:last-child) > th,
      .main-exhibitions table.rounded-corners > tfoot > tr:not(:last-child) > td,
      .main-exhibitions table.rounded-corners > tr:not(:last-child) > td,
      .main-exhibitions table.rounded-corners > tr:not(:last-child) > th,
      .main-exhibitions table.rounded-corners > tbody:not(:last-child),
      .main-exhibitions table.rounded-corners > tfoot:not(:last-child) {
        border-bottom: 0.125rem solid black;
        padding: 0; }
    .main-exhibitions table img {
      width: 100%; }
    .main-exhibitions table a {
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      color: black;
      display: block;
      text-align: center;
      padding: 0.3125rem 0; }
  .main-exhibitions_item {
    color: black;
    text-decoration: none; }
    .main-exhibitions_item:hover {
      color: black; }
    .main-exhibitions_item--number {
      font-weight: bold;
      display: inline-block;
      transform: rotate(-90deg);
      font-family: "railroad-gothic-atf", sans-serif;
      font-weight: 600;
      font-style: normal; }
    .main-exhibitions_item h1,
    .main-exhibitions_item h5 {
      margin-bottom: 0;
      padding: 0.6rem 0.5rem 0.5rem 0.9375rem;
      position: relative;
      z-index: 1; }
    .main-exhibitions_item h1 {
      font-size: 1.1rem;
      border-top-right-radius: 1.2rem; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main-exhibitions_item h1 {
          font-size: 1.375rem; } }
    .main-exhibitions_item h5 {
      font-size: 1.25rem;
      margin-top: 0; }
  .main-call-exhibitions {
    color: white;
    background-image: url(assets/img/chamada-estacoes.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 22.75rem;
    margin-bottom: -1.5625rem;
    position: relative; }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .main-call-exhibitions {
        background-position: 0 -12.5rem;
        margin-bottom: -3.125rem; } }
    .main-call-exhibitions .overlay {
      background: black;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .main-call-exhibitions_info {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      position: relative;
      z-index: 1;
      padding: 0 3.125rem; }
  .main-media-news table {
    width: 100%; }
    .main-media-news table.rounded-corners {
      border-spacing: 0;
      border-collapse: separate;
      border-radius: 1.25rem;
      border: 0.125rem solid black; }
      .main-media-news table.rounded-corners th:not(:last-child),
      .main-media-news table.rounded-corners td:not(:last-child) {
        border-right: 0.125rem solid black; }
      .main-media-news table.rounded-corners > tbody > tr:not(:last-child) > th,
      .main-media-news table.rounded-corners > tbody > tr:not(:last-child) > td,
      .main-media-news table.rounded-corners > tfoot > tr:not(:last-child) > th,
      .main-media-news table.rounded-corners > tfoot > tr:not(:last-child) > td,
      .main-media-news table.rounded-corners > tr:not(:last-child) > td,
      .main-media-news table.rounded-corners > tr:not(:last-child) > th,
      .main-media-news table.rounded-corners > tbody:not(:last-child),
      .main-media-news table.rounded-corners > tfoot:not(:last-child) {
        border-bottom: 0.125rem solid black;
        padding: 0; }
    .main-media-news table img {
      width: 100%; }
    .main-media-news table a {
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      color: black;
      display: block;
      text-align: center;
      padding: 0.3125rem 0; }
  .main-media-news_item {
    color: black;
    text-decoration: none; }
    .main-media-news_item:hover {
      color: black; }
    .main-media-news_item h1,
    .main-media-news_item h5 {
      margin-bottom: 0;
      padding: 0.6rem 0.5rem 0.5rem 0.9375rem;
      position: relative;
      z-index: 1; }
    .main-media-news_item h1 {
      font-size: 1.1rem;
      border-top-right-radius: 1.2rem; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main-media-news_item h1 {
          font-size: 1.375rem; } }
    .main-media-news_item h5 {
      font-size: 1.25rem;
      margin-top: 0; }
    .main-media-news_item img {
      width: 100%; }
    .main-media-news_item a {
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      color: black;
      display: block;
      text-align: center;
      padding: 0.3125rem 0; }
  .main-forms form label {
    font-size: 1rem;
    font-weight: bold; }
  .main-forms form input,
  .main-forms form textarea {
    font-family: "p22-underground", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    background-color: transparent;
    border: solid 0.1875rem black;
    margin-bottom: 0.9375rem;
    padding: 0.9375rem;
    border-radius: 1.25rem; }
    .main-forms form input:focus, .main-forms form input:active, .main-forms form input:visited,
    .main-forms form textarea:focus,
    .main-forms form textarea:active,
    .main-forms form textarea:visited {
      color: black;
      background-color: transparent;
      border: solid 0.1875rem black;
      margin-bottom: 0.9375rem;
      padding: 0.9375rem;
      border-radius: 1.25rem;
      outline: 0; }
  .main-doubts .accordion-item {
    background-color: transparent;
    border-top: solid 0.0625rem #999; }
    .main-doubts .accordion-item h2 {
      margin-bottom: 0; }
      .main-doubts .accordion-item h2 button {
        background-color: transparent;
        padding: 1rem 0 0.3125rem;
        align-items: self-start;
        font-family: "p22-underground", sans-serif;
        font-weight: 400;
        font-style: normal; }
        .main-doubts .accordion-item h2 button:focus {
          border: none;
          outline: none;
          box-shadow: none; }
        .main-doubts .accordion-item h2 button:not(.collapsed) {
          color: #e94842; }
    .main-doubts .accordion-item .accordion-body {
      font-size: 0.875rem;
      padding: 0.625rem;
      border: solid 0.125rem black;
      border-radius: 0.625rem;
      margin-bottom: 1.25rem; }
  .main-galleries-content {
    margin-top: 6.25rem; }
    .main-galleries-content h1 {
      font-size: 2.125rem; }
    .main-galleries-content img {
      width: 100%;
      height: auto; }
    .main-galleries-content iframe {
      width: 340px;
      height: 192px; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main-galleries-content iframe {
          width: 600px;
          height: 340px; } }
    .main-galleries-content_tag {
      font-family: "p22-underground", sans-serif;
      font-weight: 900;
      font-style: normal;
      font-size: 0.8125rem;
      text-transform: uppercase;
      color: black;
      padding: 0.4375rem 0.9375rem 0.3125rem;
      width: fit-content; }
      .main-galleries-content_tag.red {
        background-color: #e94842; }
      .main-galleries-content_tag.dark_blue {
        background-color: #253081;
        color: white; }
      .main-galleries-content_tag.blue {
        background-color: #3bace2; }
      .main-galleries-content_tag.green {
        background-color: #a7b266; }
      .main-galleries-content_tag.yellow {
        background-color: #ffd98e; }
      .main-galleries-content_tag.orange {
        background-color: #ec6726; }
    .main-galleries-content_guidance p span {
      font-size: 20px;
      margin-right: 10px;
      font-family: "railroad-gothic-atf", sans-serif;
      font-weight: 600;
      font-style: normal; }
    .main-galleries-content_congrats {
      background-color: #253080;
      margin: 0;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 20;
      display: none; }
      .main-galleries-content_congrats--close {
        font-size: 2.5rem;
        line-height: 0;
        color: white;
        position: absolute;
        top: 2.5rem;
        right: 2.5rem;
        cursor: pointer; }
      .main-galleries-content_congrats > div {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        align-items: center;
        z-index: 21; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .main-galleries-content_congrats > div {
            width: 40%; } }
      .main-galleries-content_congrats h1 {
        color: white; }
      .main-galleries-content_congrats h2 span {
        color: #253080;
        background-color: white; }
      .main-galleries-content_congrats p {
        font-size: 1rem;
        text-align: center;
        color: white; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .main-galleries-content_congrats p {
            font-size: 1.375rem; } }
  .main-datasheet--list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 1.25rem;
    padding: 0 0 1.25rem;
    list-style: none;
    border-bottom: solid 0.1875rem #888; }
    .main-datasheet--list li {
      font-size: 1.125rem; }
      .main-datasheet--list li:first-child {
        font-weight: bold; }
      .main-datasheet--list li:last-child {
        text-align: right;
        display: flex;
        flex-direction: column; }
    .main-datasheet--list:last-child {
      border-bottom: none; }
  .main--audio-wrapper {
    background-image: url(assets/img/fundo-personagem.svg);
    background-repeat: no-repeat;
    background-position-x: 18.75rem;
    height: 17.8rem;
    justify-content: flex-start;
    overflow: hidden; }
    .main--audio-wrapper.red {
      background-color: #e94842; }
    .main--audio-wrapper.dark_blue {
      background-color: #253081; }
      .main--audio-wrapper.dark_blue a,
      .main--audio-wrapper.dark_blue span {
        color: white; }
    .main--audio-wrapper.blue {
      background-color: #3bace2; }
    .main--audio-wrapper.green {
      background-color: #a7b266; }
    .main--audio-wrapper.yellow {
      background-color: #ffd98e; }
    .main--audio-wrapper.orange {
      background-color: #ec6726; }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .main--audio-wrapper {
        height: 16.5625rem;
        background-position-x: right; } }
    .main--audio-wrapper_image {
      position: absolute;
      right: -5.5rem;
      top: -1.7rem;
      z-index: 10;
      height: 19.5rem;
      height: 19.5rem; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main--audio-wrapper_image {
          right: 20%;
          top: -1.9rem;
          height: 18.4375rem;
          max-height: 18.4375rem; } }
    .main--audio-wrapper_content {
      padding-top: 1.1875rem;
      height: 16.8rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      z-index: 11;
      position: relative; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main--audio-wrapper_content {
          height: 15rem; } }
      .main--audio-wrapper_content h1 {
        font-size: 0.72rem;
        margin-bottom: 0;
        width: 95%;
        font-family: "railroad-gothic-atf", sans-serif;
        font-weight: 600;
        font-style: normal; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .main--audio-wrapper_content h1 {
            font-size: 1rem;
            width: 60%; } }
      .main--audio-wrapper_content p {
        font-family: "p22-underground", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.75rem; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .main--audio-wrapper_content p {
            width: 37.5rem; } }
      .main--audio-wrapper_content a {
        display: block;
        font-size: 0.875rem;
        font-weight: 600;
        text-decoration: none;
        color: black;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s; }
        .main--audio-wrapper_content a:hover {
          color: #1ed760; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .main--audio-wrapper_content a {
            margin: 1rem 0 0 0.625rem; } }
      .main--audio-wrapper_content audio {
        width: 10rem; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .main--audio-wrapper_content audio {
            width: 18.75rem; } }
  .main-sharing ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .main-sharing ul li:nth-child(1) a:hover {
      color: #666; }
    .main-sharing ul li:nth-child(2) a:hover {
      color: #4267b2; }
    .main-sharing ul li:nth-child(3) a:hover {
      color: #ff0000; }
    .main-sharing ul li a {
      font-size: 1.375rem;
      color: black;
      margin: 0 0.9375rem;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s; }
  .main-how-start {
    position: relative; }
    .main-how-start h2 {
      font-size: 0.8rem !important; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main-how-start h2 {
          font-size: 1.1rem !important; } }
    .main-how-start_bullet {
      position: relative;
      margin: 5rem 0 -130px; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main-how-start_bullet {
          margin: 5rem 0 -140px; } }
      .main-how-start_bullet ul {
        display: flex;
        padding: 0;
        margin: 0; }
        .main-how-start_bullet ul::after {
          content: "";
          height: 0.1875rem;
          width: 100%;
          background-color: black;
          position: absolute;
          transform: translateY(-50%);
          top: 50%; }
        .main-how-start_bullet ul li {
          list-style: none; }
          .main-how-start_bullet ul li:first-child {
            margin-left: 0.1937rem; }
          .main-how-start_bullet ul li:before {
            content: '';
            background-color: black;
            margin-right: 0.5rem;
            display: block;
            width: 0.5rem;
            height: 0.5rem;
            border-radius: 50%; }
            @media screen and (min-width: 1200px) and (max-width: 1920px) {
              .main-how-start_bullet ul li:before {
                margin-right: 1.875rem; } }
      .main-how-start_bullet span {
        background-color: #e94842;
        width: 0.9375rem;
        height: 0.9375rem;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1; }
    .main-how-start_item img {
      width: 100% !important; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .main-how-start_item img {
          width: 465px !important; } }

.footer {
  background-color: black; }
  .footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .footer-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: self-start; } }
    .footer-wrapper_contact {
      color: white;
      text-align: center;
      width: 100%;
      overflow: hidden; }
      @media screen and (min-width: 1200px) and (max-width: 1920px) {
        .footer-wrapper_contact {
          text-align: left; } }
      .footer-wrapper_contact--medias h4 {
        font-weight: 600;
        color: white; }
      .footer-wrapper_contact--medias.contact_page ul li a {
        color: black; }
      .footer-wrapper_contact--medias ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-flex; }
        .footer-wrapper_contact--medias ul li {
          margin-right: 1.875rem; }
          .footer-wrapper_contact--medias ul li:nth-child(1) a:hover {
            color: #833ab4; }
          .footer-wrapper_contact--medias ul li:nth-child(2) a:hover {
            color: #666; }
          .footer-wrapper_contact--medias ul li:nth-child(3) a:hover {
            color: #4267b2; }
          .footer-wrapper_contact--medias ul li:nth-child(4) a:hover {
            color: #ff0000; }
          .footer-wrapper_contact--medias ul li a {
            font-size: 1.25rem;
            color: white;
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s; }
          .footer-wrapper_contact--medias ul li:last-child {
            margin-right: 0; }
      .footer-wrapper_contact--button-wrapper {
        justify-content: center;
        padding-left: 0.5rem;
        margin: 1.25rem 0; }
        @media screen and (min-width: 1200px) and (max-width: 1920px) {
          .footer-wrapper_contact--button-wrapper {
            justify-content: flex-start; } }
      .footer-wrapper_contact p {
        font-size: 0.625rem;
        color: white; }
    .footer-wrapper_links {
      padding: 0;
      margin: 0; }
      .footer-wrapper_links a {
        font-weight: bold;
        display: block;
        color: white;
        margin-bottom: 0.625rem;
        text-decoration: none;
        text-wrap: nowrap; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination-prev, .pagination-next, .pagination-body {
    display: flex; }
    .pagination-prev span, .pagination-next span, .pagination-body span {
      font-weight: bold;
      color: white;
      background-color: black;
      border: solid 0.0625rem black;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 0.125rem;
      width: 1.875rem;
      height: 1.875rem;
      cursor: pointer; }
      .pagination-prev span.active, .pagination-prev span:hover, .pagination-prev span:visited, .pagination-prev span:focus, .pagination-next span.active, .pagination-next span:hover, .pagination-next span:visited, .pagination-next span:focus, .pagination-body span.active, .pagination-body span:hover, .pagination-body span:visited, .pagination-body span:focus {
        color: black;
        background-color: #e5e4dd; }
      .pagination-prev span.active, .pagination-next span.active, .pagination-body span.active {
        background-color: white; }
  .pagination-body {
    margin: 0 0.625rem; }

.open-modal {
  font-size: 24px;
  align-self: end;
  cursor: pointer;
  width: fit-content;
  display: none; }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .open-modal {
      display: flex; } }

.image-modal {
  background-color: #252525;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  align-items: center; }
  .image-modal .close-modal {
    font-size: 26px;
    color: #252525;
    background-color: white;
    padding: 8px 13px 1px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s; }
    .image-modal .close-modal:hover {
      color: white;
      background-color: #666; }
  .image-modal .owl-item div {
    width: min-content; }
    .image-modal .owl-item div img {
      width: auto !important;
      height: 480px !important; }
    .image-modal .owl-item div p {
      width: auto; }
  .image-modal .owl-nav {
    top: 30% !important; }
    .image-modal .owl-nav button {
      color: white !important; }
    .image-modal .owl-nav .owl-prev {
      left: 5% !important; }
    .image-modal .owl-nav .owl-next {
      right: 5% !important; }

.owl-carousel_default .owl-item {
  display: flex;
  justify-content: center; }
  .owl-carousel_default .owl-item div,
  .owl-carousel_default .owl-item figure {
    width: 100%; }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .owl-carousel_default .owl-item div,
      .owl-carousel_default .owl-item figure {
        width: min-content !important; } }
    @media screen and (min-width: 1200px) and (max-width: 1920px) {
      .owl-carousel_default .owl-item div img,
      .owl-carousel_default .owl-item figure img {
        width: 350px;
        height: auto; } }
    .owl-carousel_default .owl-item div p,
    .owl-carousel_default .owl-item figure p {
      font-size: 0.75rem;
      color: white;
      background-color: black;
      padding: 0.4375rem;
      margin: 0;
      width: auto; }
.owl-carousel_default .owl-nav {
  padding: 0 2.125rem;
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .owl-carousel_default .owl-nav {
      position: absolute;
      top: 10%;
      width: 100%; } }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .owl-carousel_default .owl-nav button.owl-prev {
      position: relative;
      left: -15%; } }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .owl-carousel_default .owl-nav button.owl-next {
      position: relative;
      right: -15%; } }
  .owl-carousel_default .owl-nav button span {
    font-size: 5rem;
    line-height: 4.125rem; }
.owl-carousel_default .owl-dots {
  padding: 0 2.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2.125rem; }
  .owl-carousel_default .owl-dots .owl-dot.active span {
    opacity: 1; }
  .owl-carousel_default .owl-dots .owl-dot span {
    background-color: black;
    display: block;
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 50%;
    margin-right: 0.625rem;
    opacity: 0.5; }

.owl-carousel_timeline0 h2,
.owl-carousel_timeline1 h2,
.owl-carousel_timeline2 h2,
.owl-carousel_timeline3 h2,
.owl-carousel_timeline4 h2,
.owl-carousel_timeline5 h2,
.owl-carousel_timeline6 h2,
.owl-carousel_timeline7 h2,
.owl-carousel_timeline8 h2,
.owl-carousel_timeline9 h2,
.owl-carousel_timeline10 h2,
.owl-carousel_timeline11 h2,
.owl-carousel_timeline12 h2 {
  font-size: 1rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem; }
.owl-carousel_timeline0 .owl-nav,
.owl-carousel_timeline1 .owl-nav,
.owl-carousel_timeline2 .owl-nav,
.owl-carousel_timeline3 .owl-nav,
.owl-carousel_timeline4 .owl-nav,
.owl-carousel_timeline5 .owl-nav,
.owl-carousel_timeline6 .owl-nav,
.owl-carousel_timeline7 .owl-nav,
.owl-carousel_timeline8 .owl-nav,
.owl-carousel_timeline9 .owl-nav,
.owl-carousel_timeline10 .owl-nav,
.owl-carousel_timeline11 .owl-nav,
.owl-carousel_timeline12 .owl-nav {
  padding: 0 2.125rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10; }
  .owl-carousel_timeline0 .owl-nav button,
  .owl-carousel_timeline1 .owl-nav button,
  .owl-carousel_timeline2 .owl-nav button,
  .owl-carousel_timeline3 .owl-nav button,
  .owl-carousel_timeline4 .owl-nav button,
  .owl-carousel_timeline5 .owl-nav button,
  .owl-carousel_timeline6 .owl-nav button,
  .owl-carousel_timeline7 .owl-nav button,
  .owl-carousel_timeline8 .owl-nav button,
  .owl-carousel_timeline9 .owl-nav button,
  .owl-carousel_timeline10 .owl-nav button,
  .owl-carousel_timeline11 .owl-nav button,
  .owl-carousel_timeline12 .owl-nav button {
    position: absolute; }
    .owl-carousel_timeline0 .owl-nav button span,
    .owl-carousel_timeline1 .owl-nav button span,
    .owl-carousel_timeline2 .owl-nav button span,
    .owl-carousel_timeline3 .owl-nav button span,
    .owl-carousel_timeline4 .owl-nav button span,
    .owl-carousel_timeline5 .owl-nav button span,
    .owl-carousel_timeline6 .owl-nav button span,
    .owl-carousel_timeline7 .owl-nav button span,
    .owl-carousel_timeline8 .owl-nav button span,
    .owl-carousel_timeline9 .owl-nav button span,
    .owl-carousel_timeline10 .owl-nav button span,
    .owl-carousel_timeline11 .owl-nav button span,
    .owl-carousel_timeline12 .owl-nav button span {
      font-size: 4rem;
      line-height: 2.5; }
    .owl-carousel_timeline0 .owl-nav button.disabled,
    .owl-carousel_timeline1 .owl-nav button.disabled,
    .owl-carousel_timeline2 .owl-nav button.disabled,
    .owl-carousel_timeline3 .owl-nav button.disabled,
    .owl-carousel_timeline4 .owl-nav button.disabled,
    .owl-carousel_timeline5 .owl-nav button.disabled,
    .owl-carousel_timeline6 .owl-nav button.disabled,
    .owl-carousel_timeline7 .owl-nav button.disabled,
    .owl-carousel_timeline8 .owl-nav button.disabled,
    .owl-carousel_timeline9 .owl-nav button.disabled,
    .owl-carousel_timeline10 .owl-nav button.disabled,
    .owl-carousel_timeline11 .owl-nav button.disabled,
    .owl-carousel_timeline12 .owl-nav button.disabled {
      color: gray;
      pointer-events: none; }
    .owl-carousel_timeline0 .owl-nav button.owl-prev,
    .owl-carousel_timeline1 .owl-nav button.owl-prev,
    .owl-carousel_timeline2 .owl-nav button.owl-prev,
    .owl-carousel_timeline3 .owl-nav button.owl-prev,
    .owl-carousel_timeline4 .owl-nav button.owl-prev,
    .owl-carousel_timeline5 .owl-nav button.owl-prev,
    .owl-carousel_timeline6 .owl-nav button.owl-prev,
    .owl-carousel_timeline7 .owl-nav button.owl-prev,
    .owl-carousel_timeline8 .owl-nav button.owl-prev,
    .owl-carousel_timeline9 .owl-nav button.owl-prev,
    .owl-carousel_timeline10 .owl-nav button.owl-prev,
    .owl-carousel_timeline11 .owl-nav button.owl-prev,
    .owl-carousel_timeline12 .owl-nav button.owl-prev {
      left: 0; }
    .owl-carousel_timeline0 .owl-nav button.owl-next,
    .owl-carousel_timeline1 .owl-nav button.owl-next,
    .owl-carousel_timeline2 .owl-nav button.owl-next,
    .owl-carousel_timeline3 .owl-nav button.owl-next,
    .owl-carousel_timeline4 .owl-nav button.owl-next,
    .owl-carousel_timeline5 .owl-nav button.owl-next,
    .owl-carousel_timeline6 .owl-nav button.owl-next,
    .owl-carousel_timeline7 .owl-nav button.owl-next,
    .owl-carousel_timeline8 .owl-nav button.owl-next,
    .owl-carousel_timeline9 .owl-nav button.owl-next,
    .owl-carousel_timeline10 .owl-nav button.owl-next,
    .owl-carousel_timeline11 .owl-nav button.owl-next,
    .owl-carousel_timeline12 .owl-nav button.owl-next {
      right: 0; }

.collapse-mapinfo {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 20;
  overflow-y: scroll; }
  @media screen and (min-width: 1200px) and (max-width: 1920px) {
    .collapse-mapinfo {
      width: 60%;
      left: -60%; } }
  .collapse-mapinfo h1,
  .collapse-mapinfo h4,
  .collapse-mapinfo p {
    padding: 0 2.5rem; }
  .collapse-mapinfo h1 {
    font-family: "railroad-gothic-atf", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.125rem;
    padding-top: 2.5rem;
    margin: 0; }
  .collapse-mapinfo h4 {
    font-weight: bold;
    font-size: 1.125rem;
    margin: 0; }
  .collapse-mapinfo p {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 0;
    padding-bottom: 2.5rem; }
  .collapse-mapinfo.red {
    background-color: #e94842; }
  .collapse-mapinfo.dark_blue {
    background-color: #253081; }
    .collapse-mapinfo.dark_blue a,
    .collapse-mapinfo.dark_blue span {
      color: white; }
  .collapse-mapinfo.blue {
    background-color: #3bace2; }
  .collapse-mapinfo.green {
    background-color: #a7b266; }
  .collapse-mapinfo.yellow {
    background-color: #ffd98e; }
  .collapse-mapinfo.orange {
    background-color: #ec6726; }
  .collapse-mapinfo::-webkit-scrollbar {
    width: 0.3125rem; }
  .collapse-mapinfo::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.3125rem #c9c9c9;
    border-radius: 0; }
  .collapse-mapinfo::-webkit-scrollbar-thumb {
    background: #252525;
    border-radius: 0; }
  .collapse-mapinfo_exit {
    font-size: 1.625rem;
    color: black;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s; }
    .collapse-mapinfo_exit:hover {
      color: white; }
  .collapse-mapinfo img {
    width: 100%; }

.audio-description {
  font-size: 14px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center; }
  .audio-description img {
    width: 2.25rem !important;
    height: 2.25rem; }

/* ini: Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  /* z-index para jogar para frente e sobrepor tudo */ }
  #preloader.red {
    background-color: #e94842; }
  #preloader.dark_blue {
    background-color: #253081; }
    #preloader.dark_blue a,
    #preloader.dark_blue span {
      color: white; }
  #preloader.blue {
    background-color: #3bace2; }
  #preloader.green {
    background-color: #a7b266; }
  #preloader.yellow {
    background-color: #ffd98e; }
  #preloader.orange {
    background-color: #ec6726; }

#preloader .inner {
  position: absolute;
  top: 50%;
  /* centralizar a parte interna do preload (onde fica a animação)*/
  left: 50%;
  transform: translate(-50%, -50%); }

.bolas > div {
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.bolas > div:nth-child(1) {
  animation-duration: 0.75s;
  animation-delay: 0; }

.bolas > div:nth-child(2) {
  animation-duration: 0.75s;
  animation-delay: 0.12s; }

.bolas > div:nth-child(3) {
  animation-duration: 0.75s;
  animation-delay: 0.24s; }

@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
/* end: Preloader */

/*# sourceMappingURL=style.css.map */
