/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'cabinmedium_italic';
  src: url('../fonts/cabin-mediumitalic-webfont.eot');
  src: url('../fonts/cabin-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cabin-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/cabin-mediumitalic-webfont.woff') format('woff'), url('../fonts/cabin-mediumitalic-webfont.ttf') format('truetype'), url('../fonts/cabin-mediumitalic-webfont.svg#cabinmedium_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinregular';
  src: url('../fonts/cabin-regular-webfont.eot');
  src: url('../fonts/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cabin-regular-webfont.woff2') format('woff2'), url('../fonts/cabin-regular-webfont.woff') format('woff'), url('../fonts/cabin-regular-webfont.ttf') format('truetype'), url('../fonts/cabin-regular-webfont.svg#cabinregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinsemibold';
  src: url('../fonts/cabin-semibold-webfont.eot');
  src: url('../fonts/cabin-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cabin-semibold-webfont.woff2') format('woff2'), url('../fonts/cabin-semibold-webfont.woff') format('woff'), url('../fonts/cabin-semibold-webfont.ttf') format('truetype'), url('../fonts/cabin-semibold-webfont.svg#cabinsemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinsemibold_italic';
  src: url('../fonts/cabin-semibolditalic-webfont.eot');
  src: url('../fonts/cabin-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cabin-semibolditalic-webfont.woff2') format('woff2'), url('../fonts/cabin-semibolditalic-webfont.woff') format('woff'), url('../fonts/cabin-semibolditalic-webfont.ttf') format('truetype'), url('../fonts/cabin-semibolditalic-webfont.svg#cabinsemibold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinbold';
  src: url('../fonts/cabin-bold-webfont.eot');
  src: url('../fonts/cabin-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cabin-bold-webfont.woff2') format('woff2'), url('../fonts/cabin-bold-webfont.woff') format('woff'), url('../fonts/cabin-bold-webfont.ttf') format('truetype'), url('../fonts/cabin-bold-webfont.svg#cabinbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinbold_italic';
  src: url('../fonts/cabin-bolditalic-webfont.eot');
  src: url('../fonts/cabin-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cabin-bolditalic-webfont.woff2') format('woff2'), url('../fonts/cabin-bolditalic-webfont.woff') format('woff'), url('../fonts/cabin-bolditalic-webfont.ttf') format('truetype'), url('../fonts/cabin-bolditalic-webfont.svg#cabinbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinitalic';
  src: url('../fonts/cabin-italic-webfont.eot');
  src: url('../fonts/cabin-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cabin-italic-webfont.woff2') format('woff2'), url('../fonts/cabin-italic-webfont.woff') format('woff'), url('../fonts/cabin-italic-webfont.ttf') format('truetype'), url('../fonts/cabin-italic-webfont.svg#cabinitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinmedium';
  src: url('../fonts/cabin-medium-webfont.eot');
  src: url('../fonts/cabin-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cabin-medium-webfont.woff2') format('woff2'), url('../fonts/cabin-medium-webfont.woff') format('woff'), url('../fonts/cabin-medium-webfont.ttf') format('truetype'), url('../fonts/cabin-medium-webfont.svg#cabinmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  display: block;
  text-indent: -99999px;
}
.pull-left {
  clear: none;
  float: left !important;
}
.pull-right {
  clear: none;
  float: right !important;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  background: #000;
  font-family: 'cabinmedium';
  font-size: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
}
body,
main,
section,
article,
h1,
h2,
h3,
h4,
p,
a,
strong {
  box-sizing: border-box;
  line-height: auto;
  margin: 0;
  padding: 0;
}
h1 {
  background: url(../img/logo_porque_tambem.png) 0 0 no-repeat;
  width: 216px;
  height: 104px;
  top: 20px;
  left: 40px;
  position: absolute;
  z-index: 5;
}
section {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  position: absolute;
  z-index: 2;
}
section.fixed {
  position: fixed;
}
section h3 {
  font-size: 174px;
  color: #fff;
  top: 0;
  left: 0;
  position: absolute;
}
section h3 span {
  color: #1e1e1e;
}
section h3:before,
section h3:after {
  background: #fff;
  content: " ";
  display: block;
  width: 94px;
  height: 3px;
  margin: 0 0 0 280px;
}
section h3:before {
  margin-bottom: 120px;
}
section h3:after {
  margin-top: 120px;
}
.background {
  background: #000000;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.background img.layer,
.background iframe {
  top: 50% !important;
  left: 50% !important;
  position: absolute !important;
  z-index: 1;
}
nav .ico {
  width: 60px;
  height: 50px;
  top: 10px;
  right: 40px;
  position: absolute;
}
nav .ico.voltar {
  background: url(../img/ico-voltar.png) 0 0 no-repeat;
  display: none;
  z-index: 5;
}
nav .ico.menu {
  background: url(../img/ico-menu.png) 0 0 no-repeat;
  z-index: 3;
}
nav ul {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 4;
}
nav ul:after {
  content: " ";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
}
nav ul .item {
  box-sizing: border-box;
  display: block;
  height: 93px;
  margin: 0;
  padding: 37px 0 0 25px;
  list-style: none;
  position: absolute;
  z-index: 3;
}
nav ul .item:before {
  content: " ";
  background: #a2a2a2;
  display: block;
  width: 3px;
  height: 93px;
  top: 0;
  left: 0;
  position: absolute;
}
nav ul .item.active {
  z-index: 1;
}
nav ul .item.manifesto {
  top: 150px;
  left: 150px;
}
nav ul .item.colaboram {
  width: 120px;
  margin-top: -31px;
  margin-left: -60px;
  top: 50%;
  left: 50%;
}
nav ul .item.institucional {
  bottom: 90px;
  left: 20px;
}
nav ul .item.ficha {
  bottom: 20px;
  right: 70px;
}
nav ul .item a {
  color: #a2a2a2;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
#videos {
  display: none;
  width: 362px;
  padding: 60px 0 0 23px;
  margin: 70px 0 0 -210px;
  left: 50%;
  position: absolute;
  z-index: 999;
}
#videos:before {
  content: " ";
  background: #ffffff;
  display: block;
  width: 3px;
  height: 792px;
  top: 0;
  left: 0;
  position: absolute;
}
#videos .video-content {
  width: 362px;
  height: 672px;
  overflow: hidden;
  position: relative;
}
#videos .video-content .video-list {
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  position: absolute;
}
#videos .video-content .video-list li {
  margin: 0 0 20px;
  padding: 0;
}
#videos .video-content .video-list li a {
  display: block;
  width: 362px;
  height: 204px;
  overflow: hidden;
  position: relative;
}
#videos .video-content .video-list li a:before {
  content: " ";
  background: url(../img/btn-video-thumb.png) 0 0 no-repeat;
  display: block;
  width: 362px;
  height: 264px;
  position: absolute;
  z-index: 2;
}
#videos .video-content .video-list li a img {
  position: absolute;
  z-index: 1;
}
#videos .video-nav {
  background: url(../img/btn-video-nav.png) no-repeat;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 14px;
  width: 158px;
  height: 42px;
  padding: 13px 0 0;
  text-decoration: none;
  position: absolute;
}
#videos .video-nav.prev {
  background-position: top left;
  padding-left: 12px;
}
#videos .video-nav.next {
  background-position: top right;
  padding-left: 44px;
  right: 0;
}
@media (max-height: 882px) {
  #videos {
    margin-top: 70px;
  }
  #videos:before {
    height: 568px;
  }
  #videos .video-content {
    height: 448px;
  }
}
section#colaboram {
  display: none;
  height: auto;
}
section#colaboram.modal {
  width: 100%;
}
section#colaboram.modal .videos {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
section#colaboram.modal .videos .ico {
  width: 60px;
  height: 50px;
  top: 10px;
  right: 40px;
  position: absolute;
}
section#colaboram.modal .videos .ico.voltar {
  background: url(../img/ico-voltar.png) 0 0 no-repeat;
  display: block;
  z-index: 5;
}
section#colaboram a.nav {
  background: url(../img/nav-colaboram.png) no-repeat;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 28px;
  line-height: 28px;
  text-decoration: none;
  width: 177px;
  height: 111px;
  margin-top: -55px;
  top: 50%;
  padding: 41px 0 0 0;
  position: fixed;
  z-index: 1;
}
section#colaboram a.nav.prev {
  background-position: top left;
  text-align: left;
  padding-left: 18px;
  left: 40px;
}
section#colaboram a.nav.next {
  background-position: top right;
  text-align: right;
  padding-right: 18px;
  right: 40px;
}
@media (max-width: 1490px) {
  section#colaboram {
    margin-left: 0;
    left: auto;
  }
}
section#colaboram h3 {
  top: 0;
  left: 0;
}
section#colaboram article {
  bottom: 0;
  right: 0;
  width: 838px;
  height: 400px;
  overflow: auto;
  display: block;
  position: absolute;
}
section#colaboram article h4 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 24px;
}
section#colaboram article p {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 20px;
}
section#manifesto {
  display: none;
  max-width: 1490px;
  height: 800px;
  margin-top: -400px;
  margin-left: -745px;
  left: 50%;
  top: 50%;
}
@media (max-width: 1490px) {
  section#manifesto {
    margin-left: 0;
    left: auto;
  }
}
@media (max-height: 720px) {
  section#manifesto {
    margin-top: 0;
    top: auto;
    position: relative;
  }
}
section#manifesto h3 {
  top: 20px;
  left: 0;
}
@media (max-width: 1280px) {
  section#manifesto h3:before,
  section#manifesto h3:after {
    width: 0;
    height: 0;
  }
}
section#manifesto article {
  top: 360px;
  left: 420px;
  width: calc(100% - 440px);
  height: auto;
  max-width: 700px;
  display: block;
  position: absolute;
}
section#manifesto article h4 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 24px;
}
section#manifesto article p {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 20px;
}
section#ficha {
  display: none;
  min-width: 1220px;
  height: auto;
}
section#ficha h3 {
  width: 500px;
  top: auto;
  left: auto;
  margin: 142px 0 0 20px;
  float: left;
  position: relative;
}
section#ficha aside {
  float: right;
  width: 680px;
  margin: 0 20px 0 0;
}
section#ficha aside article {
  right: 0;
  overflow: auto;
  display: block;
  margin: 20px 0;
  position: relative;
}
section#ficha aside article:before {
  content: ' ';
  background: #ffffff;
  display: block;
  width: 3px;
  left: 0;
  top: 0;
  position: absolute;
}
section#ficha aside article.ficha-tecnica {
  width: auto;
  padding: 20px 0 0 58px;
}
section#ficha aside article.ficha-tecnica:before {
  height: 833px;
}
section#ficha aside article.apoio {
  bottom: 0;
  right: 0;
  width: auto;
  padding: 0 0 0 58px;
  overflow: hidden;
}
section#ficha aside article.apoio:before {
  height: 52px;
}
section#ficha aside article h4 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 24px;
}
section#ficha aside article p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 18px;
}
section#ficha aside article p em {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  h1 {
    background-size: contain;
    width: 108px;
    height: 52px;
    top: 10px;
    left: 20px;
  }
  .background.manifesto {
    background: url(../img/bg-manifesto.jpg) center no-repeat;
    background-size: cover;
  }
  .background.ficha {
    background: url(../img/bg-ficha.jpg) center no-repeat;
    background-size: cover;
  }
  .background img.layer {
    display: none !important;
  }
  .background iframe {
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100%;
  }
  section {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  section h3 {
    font-size: 134px;
    color: #fff;
    top: 0;
    left: 0;
    position: absolute;
  }
  section h3:before,
  section h3:after {
    width: 90px;
    height: 2px;
    margin: 0 0 0 80px;
  }
  section h3:before {
    margin-bottom: 100px;
  }
  section h3:after {
    margin-top: 100px;
  }
  section#manifesto {
    width: 100%;
    height: auto;
  }
  section#manifesto h3 {
    margin: 200px 0 20px 80px;
    top: auto;
    left: auto;
    position: relative;
  }
  section#manifesto h3:before,
  section#manifesto h3:after {
    display: none;
  }
  section#manifesto article {
    margin: 0 0 0 265px;
    top: auto;
    left: auto;
    width: calc(100% - 360px);
    height: auto;
    display: block;
    position: relative;
  }
  section#manifesto article h4 {
    font-size: 18px;
    margin: 0 0 18px;
  }
  section#manifesto article p {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 16px;
  }
  #videos {
    padding: 35px 0 0 12px;
    margin: 100px 0 0 340px;
    position: absolute;
    z-index: 999;
  }
  #videos:before {
    width: 2px;
    height: 628px;
  }
  #videos .video-content {
    width: 240px;
    height: 558px;
  }
  #videos .video-content .video-list li {
    margin: 0 0 10px;
  }
  #videos .video-content .video-list li a {
    display: block;
    width: 240px;
    height: 176px;
    overflow: hidden;
    position: relative;
    background: green;
  }
  #videos .video-content .video-list li a:before {
    background: url(../img/btn-video-thumb.png) center no-repeat;
    background-size: cover;
    width: 240px;
    height: 176px;
  }
  #videos .video-content .video-list li a img {
    width: 240px;
    height: 176px;
    position: absolute;
    z-index: 1;
  }
  #videos .video-nav {
    background-size: cover;
    font-size: 10px;
    line-height: 10px;
    width: 110px;
    height: 29px;
    padding: 9px 0 0;
  }
  #videos .video-nav.prev {
    padding-left: 7px;
  }
  #videos .video-nav.next {
    padding-left: 31px;
  }
  section#colaboram a.nav {
    background-size: cover;
    font-size: 26px;
    line-height: 26px;
    width: 169px;
    height: 106px;
    margin-top: -53px;
    padding: 40px 0 0 0;
  }
  section#colaboram a.nav.prev {
    padding-left: 32px;
    left: 20px;
  }
  section#colaboram a.nav.next {
    padding-right: 28px;
    right: 20px;
  }
  section#ficha {
    display: none;
    min-width: 1020px;
    height: auto;
  }
  section#ficha h3 {
    margin: 180px 0 0 60px;
    width: 400px;
  }
  section#ficha aside {
    float: right;
    margin-right: 40px;
    width: calc(100% - 520px);
  }
  section#ficha aside article h4 {
    font-size: 20px;
    margin: 0 0 22px;
  }
  section#ficha aside article p {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 17px;
  }
  section#ficha aside article p em {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    background-size: contain;
    width: 108px;
    height: 52px;
    top: 10px;
    left: 20px;
  }
  nav .ico {
    width: 30px;
    height: 25px;
    top: 5px;
    right: 20px;
  }
  nav .ico.voltar,
  nav .ico.menu {
    background-size: contain;
  }
  nav ul .item {
    height: 46px;
    padding: 14px 0 0 12px;
  }
  nav ul .item:before {
    width: 1px;
    height: 46px;
  }
  nav ul .item.manifesto {
    top: 75px;
    left: 75px;
  }
  nav ul .item.colaboram {
    width: 60px;
    margin-top: -16px;
    margin-left: -30px;
    top: 50%;
    left: 50%;
  }
  nav ul .item.institucional {
    bottom: 45px;
    left: 10px;
  }
  nav ul .item.ficha {
    bottom: 10px;
    right: 35px;
  }
  nav ul .item a {
    font-size: 9px;
    line-height: 9px;
  }
  .background.manifesto {
    background: url(../img/bg-manifesto.jpg) center no-repeat;
    background-size: cover;
  }
  .background.ficha {
    background: url(../img/bg-ficha.jpg) center no-repeat;
    background-size: cover;
  }
  .background img.layer {
    display: none !important;
  }
  .background iframe {
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100%;
  }
  section {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  section h3 {
    font-size: 67px;
    color: #fff;
    top: 0;
    left: 0;
    position: absolute;
  }
  section h3:before,
  section h3:after {
    width: 47px;
    height: 1px;
    margin: 0 0 0 60px;
  }
  section h3:before {
    margin-bottom: 26px;
  }
  section h3:after {
    margin-top: 26px;
  }
  section#manifesto {
    width: 100%;
    height: auto;
  }
  section#manifesto h3 {
    margin: 70px 0 0 25px;
    top: auto;
    left: auto;
    position: relative;
  }
  section#manifesto h3:before,
  section#manifesto h3:after {
    display: none;
  }
  section#manifesto article {
    margin: 0 0 0 115px;
    top: auto;
    left: auto;
    width: calc(100% - 135px);
    height: auto;
    display: block;
    position: relative;
  }
  section#manifesto article h4 {
    font-size: 9px;
    margin: 0 0 14px;
  }
  section#manifesto article p {
    font-size: 9px;
    line-height: 11px;
    margin: 0 0 10px;
  }
  #videos {
    padding: 5px 0 0 10px;
    margin: 48px 0 0 178px;
    position: absolute;
    z-index: 999;
  }
  #videos:before {
    width: 1px;
    height: 222px;
  }
  #videos .video-content {
    width: 128px;
    height: 192px;
  }
  #videos .video-content .video-list li {
    margin: 0 0 8px;
  }
  #videos .video-content .video-list li a {
    display: block;
    width: 118px;
    height: 88px;
    overflow: hidden;
    position: relative;
  }
  #videos .video-content .video-list li a:before {
    background: url(../img/btn-video-thumb.png) center no-repeat;
    background-size: cover;
    width: 118px;
    height: 88px;
  }
  #videos .video-content .video-list li a img {
    width: 118px;
    height: 88px;
    position: absolute;
    z-index: 1;
  }
  #videos .video-nav {
    background-size: cover;
    font-size: 6px;
    line-height: 8px;
    width: 58px;
    height: 16px;
    padding: 4px 0 0;
  }
  #videos .video-nav.prev {
    padding-left: 3px;
  }
  #videos .video-nav.next {
    padding-left: 13px;
  }
  section#colaboram a.nav {
    background-size: cover;
    font-size: 12px;
    line-height: 12px;
    width: 68px;
    height: 42px;
    margin-top: -21px;
    padding: 15px 0 0 0;
  }
  section#colaboram a.nav.prev {
    padding-left: 10px;
    left: 20px;
  }
  section#colaboram a.nav.next {
    padding-right: 10px;
    right: 20px;
  }
  section#ficha {
    display: none;
    min-width: 480px;
    height: auto;
  }
  section#ficha h3 {
    margin: 85px 0 0 20px;
    width: 200px;
  }
  section#ficha aside {
    float: right;
    margin-right: 20px;
    width: calc(100% - 250px);
  }
  section#ficha aside article {
    right: 0;
    overflow: auto;
    display: block;
    margin: 20px 0;
    position: relative;
  }
  section#ficha aside article:before {
    width: 1px;
  }
  section#ficha aside article.ficha-tecnica {
    width: auto;
    padding: 8px 0 0 20px;
  }
  section#ficha aside article.ficha-tecnica:before {
    height: 100%;
  }
  section#ficha aside article.apoio {
    bottom: 0;
    right: 0;
    width: auto;
    padding: 0 0 0 20px;
  }
  section#ficha aside article.apoio:before {
    height: 100%;
  }
  section#ficha aside article.apoio img {
    width: 100px;
  }
  section#ficha aside article p {
    font-size: 8px;
    line-height: 11px;
    margin: 0 0 8px;
  }
  section#ficha aside article p em {
    font-size: 8px;
  }
}
