@font-face {
    font-family: 'bitterbold';
    src: url('../fonts/bitterbold.eot');
    src: url('../fonts/bitterbold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bitterbold.woff') format('woff'),
         url('../fonts/bitterbold.ttf') format('truetype'),
         url('../fonts/bitterbold.svg#bitterbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bitteritalic';
    src: url('../fonts/bitteritalic.eot');
    src: url('../fonts/bitteritalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bitteritalic.woff') format('woff'),
         url('../fonts/bitteritalic.ttf') format('truetype'),
         url('../fonts/bitteritalic.svg#bitteritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bitterregular';
    src: url('../fonts/bitterregular.eot');
    src: url('../fonts/bitterregular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bitterregular.woff') format('woff'),
         url('../fonts/bitterregular.ttf') format('truetype'),
         url('../fonts/bitterregular.svg#bitterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset 'utf-8';
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
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.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.stage {
  position: absolute;
  width: 1024px;
  height: 768px;
  overflow: hidden;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.horizontal,
.group::after {
  content: "";
  display: table;
  clear: both;
}
ul.horizontal .push-left,
.group::after .push-left {
  float: left;
}
ul.horizontal .push-right,
.group::after .push-right {
  float: right;
}
.interactive,
.btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.interactive.disabled,
.btn.disabled {
  cursor: default;
  pointer-events: none;
}
.hidden {
  visibility: hidden;
  opacity: 0;
}
body {
  text-shadow: rgba(0,0,0,0.01) 0 0 1px;
}
img {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}
.stage {
  background: #84bf41;
  color: #000;
  font-family: bitterregular;
  font-size: 19px;
}
.stage .boldy,
.stage .sections > .section.maps.double > .box > .column > h6,
.stage .sections > .section.maps.single > .legend h5 {
  font-family: bitterbold;
}
.stage > .popups {
  position: absolute;
  width: 100%;
  height: 100%;
}
.stage > .popups > .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #84bf41;
}
.stage > .popups > .popup.intro {
  position: absolute;
  font-size: 33px;
  width: 526px;
  height: 288px;
  background: url("../imgs/img_inicial_v2.png");
  left: 249px;
  top: 240px;
}
.stage > .popups > .popup.intro > .content {
  position: absolute;
  margin: 100px 50px 50px 50px;
}
.stage > .popups > .popup.intro > .start {
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 66px;
  width: 170px;
  height: 63px;
  left: 178px;
  top: 256.5px;
  background: #000;
}
.stage > .popups > .popup.intro > .start:hover {
  background: #4d4d4d;
}
.stage ul.zoom-controls > .zoom {
  display: block;
  width: 40px;
  height: 40px;
}
.stage ul.zoom-controls > .zoom:first-child {
  margin: 0 0 10px 0;
}
.stage ul.zoom-controls > .zoom.plus {
  background: url("../imgs/btn_zoom_in_up.png");
}
.stage ul.zoom-controls > .zoom.plus:hover {
  background: url("../imgs/btn_zoom_in_down.png");
}
.stage ul.zoom-controls > .zoom.minus {
  background: url("../imgs/btn_zoom_out_up.png");
}
.stage ul.zoom-controls > .zoom.minus:hover {
  background: url("../imgs/btn_zoom_out_down.png");
}
.stage ul.zoom-controls.inverse > .plus {
  background: url("../imgs/btn_zoom_in_down.png");
}
.stage ul.zoom-controls.inverse > .plus:hover {
  background: url("../imgs/btn_zoom_in_up.png");
}
.stage ul.zoom-controls.inverse > .minus {
  background: url("../imgs/btn_zoom_out_down.png");
}
.stage ul.zoom-controls.inverse > .minus:hover {
  background: url("../imgs/btn_zoom_out_up.png");
}
.stage ul.zoom-controls.horizontal > .zoom {
  display: inline-block;
}
.stage ul.zoom-controls.horizontal > .zoom:first-child {
  margin: 0 10px 0 0;
}
.stage .sections {
  position: absolute;
  width: 100%;
  height: 100%;
}
.stage .sections > .section {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.stage .sections > .section > .title {
  position: absolute;
  padding: 12px 0;
  padding-left: 12px;
  padding-right: 60px;
  width: 878px;
  top: 2px;
  background: #fff;
  background: rgba(255,255,255,0.99);
}
.stage .sections > .section.swiffy {
  position: absolute;
  width: 100%;
  height: 100%;
}
.stage .sections > .section.picture > .title {
  font-size: 18px;
}
.stage .sections > .section.picture > .picture {
  position: absolute;
  top: 110px;
  left: 70px;
}
.stage .sections > .section.picture > .picture > .container {
  position: absolute;
  width: 783px;
  height: 633px;
}
.stage .sections > .section.picture > .picture > .container::before,
.stage .sections > .section.picture > .picture > .container::after {
  content: url("../imgs/img_barra_fotos.png");
  position: absolute;
}
.stage .sections > .section.picture > .picture > .container::after {
  right: -35px;
}
.stage .sections > .section.picture > .picture > .container > * {
  position: absolute;
}
.stage .sections > .section.picture > .picture > .container > img {
  left: 17px;
}
.stage .sections > .section.picture > .picture > .container > .credit {
  right: -10px;
  top: 4px;
  text-align: right;
  font-size: 13px;
  width: 100%;
}
.stage .sections > .section.picture > .picture > .container > .credit.light {
  color: #fff;
}
.stage .sections > .section.picture > .picture > .container > .credit.left {
  left: -366px;
  top: 394px;
  -webkit-transform: rotate(-90deg);
}
.stage .sections > .section.picture > .picture > .container > .caption {
  left: 25px;
  bottom: 4px;
  font-size: 18px;
  color: #fff;
}
.stage .sections > .section.maps.double > .box {
  position: absolute;
  color: #fff;
  background: #0a8943;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 929px;
  height: 640px;
  top: 106px;
  left: 23px;
}
.stage .sections > .section.maps.double > .box::after {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.stage .sections > .section.maps.double > .box > .column {
  position: absolute;
  width: 430px;
  top: 28px;
}
.stage .sections > .section.maps.double > .box > .column:nth-child(1) {
  left: 20px;
}
.stage .sections > .section.maps.double > .box > .column:nth-child(2) {
  right: 20px;
}
.stage .sections > .section.maps.double > .box > .column > h6 {
  font-size: 17px;
  margin: 0;
  text-transform: uppercase;
}
.stage .sections > .section.maps.double > .box > .column > p {
  font-size: 17px;
  margin: 5px 0 0 0;
}
.stage .sections > .section.maps.double > .box > .column > .map-container {
  position: absolute;
  z-index: 1;
  width: 426px;
  height: 391px;
  overflow: hidden;
  top: 203px;
  background: #333;
}
.stage .sections > .section.maps.double > .box > .column > ul.zoom-controls {
  position: absolute;
  z-index: 2;
  top: 207px;
  right: 9px;
}
.stage .sections > .section.maps.double > .credit {
  position: absolute;
  color: #fff;
  font-size: 11px;
  padding: 5px;
  left: 42px;
  top: 734px;
  background: #000;
}
.stage .sections > .section.maps.single > .title {
  padding: 5px;
  width: 652px;
  left: 30px;
  top: 23px;
}
.stage .sections > .section.maps.single > .map-container {
  position: absolute;
  overflow: hidden;
  left: 30px;
  top: 83px;
}
.stage .sections > .section.maps.single > ul.zoom-controls {
  position: absolute;
  top: 110px;
  left: 640px;
}
.stage .sections > .section.maps.single.tighter > ul.zoom-controls {
  left: 600px;
}
.stage .sections > .section.maps.single > .credit {
  position: absolute;
  font-size: 14px;
  left: 32px;
  top: 695px;
}
.stage .sections > .section.maps.single > .legend {
  position: absolute;
  color: #fff;
  padding: 16px;
  width: 238px;
  right: 55px;
  bottom: 80px;
  background: #498dbe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.stage .sections > .section.maps.single > .legend::after {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.stage .sections > .section.maps.single > .legend.lower {
  bottom: 12px;
}
.stage .sections > .section.maps.single > .legend h5 {
  font-size: 17px;
  font-weight: normal;
  margin: 0;
}
.stage .sections > .section.maps.single > .legend h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 5px 0 0 0;
}
.stage .sections > .section.maps.single > .legend .note h6 {
  margin: 5px 0 -8px 0;
}
.stage .sections > .section.maps.single > .legend .note > span {
  font-size: 13px;
  color: #fff;
  margin: -10px 0 0 0;
}
.stage .sections > .section.maps.single > .legend ul {
  font-size: 17px;
  margin: 15px 0 0 0;
}
.stage .sections > .section.maps.single > .legend ul::before {
  content: '';
  display: block;
  position: relative;
  left: -8px;
  width: 254px;
  top: -7.5px;
  border: 1px solid #fff;
}
.stage .sections > .section.maps.single > .legend ul li {
  margin: 0 0 13px 38px;
}
.stage .sections > .section.maps.single > .legend ul li:first-child {
  margin-top: 6px;
}
.stage .sections > .section.maps.single > .legend ul li::before {
  vertical-align: middle;
  margin: 0 0 0 -38px;
}
.stage .sections > .section.maps.single > .legend ul li.paved::before {
  content: url("../imgs/paved.png");
}
.stage .sections > .section.maps.single > .legend ul li.unpaved::before {
  content: url("../imgs/unpaved.png");
}
.stage .sections > .section.maps.single > .legend ul li.rails::before {
  content: url("../imgs/rails.png");
}
.stage .sections > .section.maps.single > .legend ul li.airport::before {
  content: url("../imgs/airport.png");
}
.stage .sections > .section.maps.single > .legend ul li.harbor::before {
  content: url("../imgs/harbor.png");
}
.stage .sections > .section.maps.single > .legend ul li.waterway::before {
  content: url("../imgs/waterway.png");
}
.stage .sections > .section.maps.single > .legend ul li.stretch::before {
  content: url("../imgs/stretch.png");
}
.stage .sections > .section.maps.single > .legend ul li.capital::before {
  content: url("../imgs/capital.png");
}
.stage .sections > .section.maps.single > .legend ul li.capital.country::before {
  content: url("../imgs/capital.country.png");
}
.stage .sections > .section.maps.single > .legend ul li.location::before {
  content: url("../imgs/location.png");
}
.stage .sections > .section.maps.single > .legend ul li.circle.tiny::before {
  content: url("../imgs/circle.tiny.png");
}
.stage .sections > .section.maps.single > .legend ul li.circle.small::before {
  content: url("../imgs/circle.small.png");
}
.stage .sections > .section.maps.single > .legend ul li.circle.medium::before {
  content: url("../imgs/circle.medium.png");
}
.stage .sections > .section.maps.single > .legend ul li.circle.large::before {
  content: url("../imgs/circle.large.png");
}
.stage .sections > .section.maps.single > .legend ul.section > h5 {
  margin: 0 0 10px 28px;
}
.stage .sections > .section.maps.single > .legend ul.section li {
  margin: 0 0 0 30px;
}
.stage .sections > .section.maps.single > .legend ul.section li::before {
  margin: 0 6px 0 -30px;
}
.stage .sections > .section.maps.single > .legend ul.section.red li.hexagon::before {
  content: url("../imgs/red.hexagon.png");
}
.stage .sections > .section.maps.single > .legend ul.section.red li.rectangle::before {
  content: url("../imgs/red.rectangle.png");
}
.stage .sections > .section.maps.single > .legend ul.section.red li.square::before {
  content: url("../imgs/red.square.png");
}
.stage .sections > .section.maps.single > .legend ul.section.red li.triangle::before {
  content: url("../imgs/red.triangle.png");
}
.stage .sections > .section.maps.single > .legend ul.section.red li.diamond::before {
  content: url("../imgs/red.diamond.png");
}
.stage .sections > .section.maps.single > .legend ul.section.red li.circle::before {
  content: url("../imgs/red.circle.png");
}
.stage .sections > .section.maps.single > .legend ul.section.green li.triangle::before {
  content: url("../imgs/green.triangle.png");
}
.stage .sections > .section.maps.single > .legend ul.section.green li.circle::before {
  content: url("../imgs/green.circle.png");
}
.stage .sections > .section.maps.single > .legend ul.section.green li.square::before {
  content: url("../imgs/green.square.png");
}
.stage .sections > .section.maps.single > .legend ul.section.blue li.circle::before {
  content: url("../imgs/blue.circle.png");
}
.stage .sections > .section.maps.single > .legend ul.section.blue li.triangle::before {
  content: url("../imgs/blue.triangle.png");
}
.stage .sections > .section.maps.single > .legend ul.section.blue li.square::before {
  content: url("../imgs/blue.square.png");
}
.stage .sections > .section.maps.single > .legend ul.section.blue li.rectangle::before {
  content: url("../imgs/blue.rectangle.png");
}
.stage > .navbar {
  position: absolute;
  right: 0;
  top: 84px;
}
.stage > .navbar > .logo {
  width: 40px;
  height: 195px;
  background: url("../imgs/img_logo.png");
  margin: 0 0 12px 0;
}
.stage > .navbar > ul.nav li {
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0 0 12px 0;
  background: #000;
  color: #fff;
}
.stage > .navbar > ul.nav li.active {
  background: #fff;
  color: #000;
}
/*


 */
