body {
  font-family: 'myriad-pro', sans-serif;
  background-color: #000;
}

.hidden {
  display: none !important;
}


/* SVG - Início
/* ******************************************** */

  .svg {
    display: block;
    position: relative;
    width: auto;
    height: 100%;
  }

  .svg svg {
    display: block;
    position: relative;
    width: auto;
    height: 100%;
    pointer-events: none;
  }

/* SVG - Fim
/* ******************************************** */


/* Loading - Início
/* ******************************************** */

  .loading {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -1;
  }

  .load8 .loader,
  .load8 .loader:after {
    width: 50px;
    height: 50px;
  }

/* Loading - Fim
/* ******************************************** */


/* Unsupported - Início
/* ******************************************** */

  .unsupported-wrapper {
    display: none;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .unsupported {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 100px 75px;
    width: 900px;
    height: auto;
    background-color: rgba(255, 255, 255, 1);
  }

  .unsupported p {
    color: #464646;
    font-size: 24px;
    font-weight: 300;
  }

  .unsupported .title {
    font-size: 32px;
  }

/* Unsupported - Fim
/* ******************************************** */


/* Navbar - Início
/* ******************************************** */

  .navbar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    padding: 50px 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 700;
  }

  .navbar ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 0;
    list-style-type: none;
  }

  .navbar-left,
  .navbar-center,
  .navbar-right {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: static;
    height: 100%;
  }

  .navbar-left {
    margin-left: 50px;
  }

  .navbar-center {
    position: absolute;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .navbar-right {
    margin-right: 50px;
  }

/* Navbar - Fim
/* ******************************************** */


/* Main Menu - Início
/* ******************************************** */

  .main-menu-toggle {
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
  }

  .main-menu-toggle .icon {
    height: 60px;
    margin-left: 20px;
    order: 1;
  }

  .main-menu-close {
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 50px;
    height: auto;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 1;
  }

  .main-menu-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    perspective: 1000px;
  }

  .main-menu {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    transform: translateX(100vw);
  }

  .main-menu-block {
    display: block;
    position: relative;
    margin: 0 auto;
    transform: translateX(100vw);
  }

  .main-menu-block.active {
    position: absolute;
    transform: translateX(0);
  }

  .main-menu ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    perspective: 1000px;
  }

  .main-menu li {
    transition: all 160ms ease;}

  .main-menu li a {
    display: block; 
    padding: 3px 0;
    margin: 15px 0;
    width: 300px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 160ms ease;
  }

  .main-menu li a:hover {
    color: #000;
    background-color: #fff;
  }

  .main-menu-footer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: auto;
    margin-top: 40px;
  }

  .main-menu-footer > .left,
  .main-menu-footer > .right {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .main-menu-footer > .right {
    margin-top: 25px;
  }

  .main-menu-footer a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
  }

  .main-menu-footer a:not(:nth-last-child(1)) {
    margin-right: 15px;
  }

  .main-menu-footer .icon {
    height: 16px;
    margin-right: 6px;
  }

  .main-menu-footer .icon {
    height: 18px;
  }

  .main-menu .form {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .main-menu .input {
    display: block;
    position: relative;
    width: 300px;
    margin-top: 15px;
  }

  .main-menu .input .options {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    flex-shrink: 0;
  }

  .main-menu .input > span {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    color: #fff;
    font-size: 13px;
    text-transform: lowercase;
    float: left;
  }

  .main-menu .input > span:not(:nth-last-child(1)) {
    margin-right: 10px;
  }

  .main-menu .input input {
    padding: 10px 0;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-align: center;
  }


  .main-menu .input [type="checkbox"] {
    width: 20px;
  }

  .main-menu .input textarea {
    padding: 10px 0;
    width: 100%;
    height: 175px;
    background-color: transparent;
    border: none;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-align: center;
    resize: none;
  }

  .main-menu .input input,
  .main-menu .input textarea {
    color: #fff;
  }

  .main-menu .options input {
    padding: 0;
    width: auto;
    margin-right: 8px;
    text-align: left;
  }

  .main-menu .form .btn {
    padding: 3px 0;
    width: 160px;
    margin: 25px auto 0 auto;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #000;
    background-color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
  }

  .main-menu .form .btn:hover {}

  .main-menu .form ::placeholder {
    color: rgba(255, 255, 255, 0.9);
    text-transform: lowercase;
  }

  /* DEFAULT (>1023px) */
  @media only screen and (min-width: 1023px) {
    .main-menu-toggle {
      position: relative; 
      top: initial;
      right: initial;
      font-size: 14px;
    }

    .main-menu-toggle .icon {
      height: 85px;
      margin-left: initial;
      margin-right: 20px;
      order: initial;
    }

    .main-menu-close {
      left: 50px;
      right: initial;
    }

    .main-menu-wrapper {
      display: block;
    }

    .main-menu li a {
      width: 550px;
      font-size: 24px;
    }

    .main-menu-footer {
      flex-flow: row nowrap;
      justify-content: space-between;
      width: 550px;
      margin-top: 75px;
    }

    .main-menu-footer > .right {
      margin-top: 0;
    }

    .main-menu-footer a {
      font-size: 16px;
    }

    .main-menu-footer .icon {
      height: 20px;
    }

    .main-menu .input {
      width: 550px;
    }

    .main-menu .input .options {
      flex-flow: row nowrap;
    }

    .main-menu .input input {
      font-size: 16px;
    }

    .main-menu .input textarea {
      font-size: 16px;
    }
  }

  /* DEFAULT (>1400px) */
  @media only screen and (min-width: 1400px) {
    .main-menu-toggle {
      position: relative; 
      top: initial;
      right: initial;
      font-size: 14px;
    }

    .main-menu-toggle .icon {
      height: 85px;
      margin-left: initial;
      margin-right: 20px;
      order: initial;
    }

    .main-menu-wrapper {
      display: block;
    }
  }

/* Main Menu - Fim
/* ******************************************** */


/* Ace3d - Início
/* ******************************************** */

  .ace3d {
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
  	padding: 0;
  	width: 100%;
  	height: 100vh;
  	margin: 0;
  	overflow: hidden;
    z-index: 10;
  }

/* Ace3d - Fim
/* ******************************************** */


/* Storyline - Início
/* ******************************************** */

  .storyline-container {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    perspective: 1000px;
  }

  .storyline {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .storyline-controls {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .storyline-arrows {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 50px;
    width: calc(100% - 100px);
    height: 100%;
  }

  .storyline-arrows .arrow {
    cursor: pointer;
    height: 28px;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 100;
  }

  .storyline-arrows .arrow svg * {
    fill: #fff;
  }

  .storyline-arrows .arrow-left {}
  .storyline-arrows .arrow-right {}

  .storyline-status {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
  }

  .storyline-status .status-message-desktop {
    display: none;
    z-index: 100;
  }

  .storyline-status .status-bar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 600px;
    margin: 0 auto;
    z-index: 100;
  }

  .middle-circle {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    opacity: 0;
    background-color: #fff;
  }

  .circle {
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 30px;
  }
   
  .qc-bottom-right {
    width: 14px;
    height: 14px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0 0 14px 0;
    -moz-border-radius: 0 0 14px 0;
    -webkit-border-radius: 0 0 14px 0;
  }

  .qc-bottom-left {
    width: 14px;
    height: 14px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0 0 0 14px;
    -moz-border-radius: 0 0 0 14px;
    -webkit-border-radius: 0 0 0 14px;
  }

  .qc-top-right {
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 0 14px 0 0;
    -moz-border-radius: 0 14px 0 0;
    -webkit-border-radius: 0 14px 0 0;
  }

  .qc-top-left {
    width: 15px;
    height: 15px;
    border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
    -webkit-border-radius: 15px 0 0 0;
  }

  /* DEFAULT (>1023px) */
  @media only screen and (min-width: 1023px) {
    .storyline {
      display: block;
      height: 100vh;
      overflow: hidden;
    }

    .storyline-controls {
      display: block;
    }

    .storyline-status .status-message-desktop {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      color: rgba(255, 255, 255, 0.75);
      font-size: 18px;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .storyline-status .status-message-desktop .icon {
      height: 35px;
      margin-left: 20px;
    }

    .storyline-status .status-message-desktop .icon svg * {
      fill: #fff;
    }

    /* DEFAULT (>1400px) */
    @media only screen and (min-width: 1400px) {
      .storyline {
        display: block;
        height: 100vh;
        overflow: hidden;
      }
    }
  }
    
/* Storyline - Fim
/* ******************************************** */


/* Scroll Down - Início
/* ******************************************** */

  .scroll__down {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    border: none;
    margin-right: 30px;
  }

  .scroll__mouse {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 44px;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 20px;
  }

  .scroll__wheel {
    position: absolute;
    top: 14px;
    left: 11px;
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    -webkit-animation: scrollDown 2.5s infinite;
            animation: scrollDown 2.5s infinite;
  }

  @-webkit-keyframes scrollDown {
    0% {
      top: 12px;
      opacity: 0;
    }
    15% {
      top: 12px;
      opacity: 1;
    }
    30% {
      top: 12px;
      opacity: 1;
    }
    45% {
      top: 32px;
      opacity: 1;
    }
    100% {
      top: 32px;
      opacity: 0;
    }
  }

  @keyframes scrollDown {
    0% {
      top: 12px;
      opacity: 0;
    }
    15% {
      top: 12px;
      opacity: 1;
    }
    30% {
      top: 12px;
      opacity: 1;
    }
    45% {
      top: 32px;
      opacity: 1;
    }
    100% {
      top: 32px;
      opacity: 0;
    }
  }

/* Scroll Down - Fim
/* ******************************************** */


/* Status Message - Início
/* ******************************************** */

  .status-message-mobile {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 125px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 1;
  }

  .status-message-mobile .icon {
    height: 24px;
    margin-top: 20px;
  }

  .status-message-mobile .icon svg * {
    fill: #fff;
  }

  /* DEFAULT (>1023px) */
  @media only screen and (min-width: 1023px) {
    .status-message-mobile {
      display: none;
    }
  }

/* Status Message - Fim
/* ******************************************** */


/* Collapse Indicator - Início
/* ******************************************** */

  .collapse-indicator {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 10px;
    height: 10px;
    z-index: 1;
  }

  .collapse-indicator svg * {
    fill: #fff;
  }

/* Collapse Indicator - Fim
/* ******************************************** */


/* Chapter - Início
/* ******************************************** */

  .chapter {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 250px;
    overflow: hidden;
  }

  .chapter-background {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }

  .chapter-background-base {
    display: block;
    position: absolute;
    top: 0;
    left: -2%;
    width: 104%;
    height: 100%;
    background-size: 120%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .chapter-background-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2;
  }

  .chapter-background-addon {
    display: block;
    position: absolute;
    left: 30px;
    bottom: -14px;
    width: 225px;
    height: 225px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
  }

  .chapter-panel {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 10;
  }

  .chapter-leftpanel {
    justify-content: center;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }

  .chapter-leftpanel-top {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 50px 50px 0 50px;
    width: calc(100% - 100px);
    order: 2;
  }

  .chapter-video {
    padding: 25px 0;
    height: auto;
    max-height: none;
  }

  .chapter-mobile-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 0 20px;
    width: calc(100% - 40px);
    height: 100px;
  }

  .chapter-mobile-header .cam-title {
    max-width: none;
    font-size: 16px;
  }

  .chapter-video .chapter-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  .chapter-inicio .chapter-background-base,
  .chapter-video .chapter-background-base {
    background-color: rgba(35,133,179,1);
    background-blend-mode: luminosity;
  }

  .chapter-representatividade .chapter-background-base {
    background-color: rgba(180,108,0,1);
    background-blend-mode: luminosity;
  }

  .chapter-educacao .chapter-background-base {
    background-color: rgba(13,75,111,1);
    background-blend-mode: luminosity;
  }

  .chapter-inovacao .chapter-background-base {
    background-color: rgba(86,25,140,1);
    background-blend-mode: luminosity;
  }

  .chapter-seguranca .chapter-background-base {
    background-color: rgba(41,94,37,1);
    background-blend-mode: luminosity;
  }

  .chapter-especial-g1 .chapter-background-base {
    background-size: cover;
  }

  .chapter-representatividade .chapter-background-addon::after {}

  .chapter-educacao .chapter-background-addon::after {
    content: 'E CAPACITAÇÃO';
    display: block;
    position: absolute;
    left: 95px;
    bottom: 50px;
    width: 150px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .chapter-inovacao .chapter-background-addon::after {
    content: 'E TECNOLOGIA';
    display: block;
    position: absolute;
    left: 95px;
    bottom: 50px;
    width: 150px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .chapter-seguranca .chapter-background-addon::after {
    content: 'E SAÚDE';
    display: block;
    position: absolute;
    left: 80px;
    bottom: 55px;
    width: 150px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .chapter-especial-g1 .chapter-mobile-header {
    background: rgb(13,75,111);
    background: linear-gradient(90deg, rgba(13,75,111,1) 0%, rgba(5,162,152,1) 100%);
  }

  .chapter-representatividade .chapter-leftpanel-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(231,108,0);
    background: linear-gradient(90deg, rgba(231,108,0,1) 0%, rgba(255,201,0,1) 100%);
    opacity: 0.65;
  }

  .chapter-educacao .chapter-leftpanel-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(13,75,111);
    background: linear-gradient(90deg, rgba(13,75,111,1) 0%, rgba(5,162,152,1) 100%);
    opacity: 0.65;
  }

  .chapter-inovacao .chapter-leftpanel-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(76,25,140);
    background: linear-gradient(90deg, rgba(76,25,140,1) 0%, rgba(146,64,189,1) 100%);
    opacity: 0.65;
  }

  .chapter-seguranca .chapter-leftpanel-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(61,94,37);
    background: linear-gradient(90deg, rgba(41,94,37,1) 0%, rgba(65,138,24,1) 100%);
    opacity: 0.65;
  }

  .chapter-especial-g1 {
    height: 100px;
  }

  .chapter-especial-g1 .chapter-leftpanel-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(13,75,111);
    background: linear-gradient(90deg, rgba(13,75,111,1) 0%, rgba(5,162,152,1) 100%);
    opacity: 0.65;
  }

  .chapter-especial-g1 .chapter-panel .cam-titles {
    display: none;
  }

  .chapter-representatividade .chapter-transition {
    background: rgb(231,108,0);
    background: linear-gradient(90deg, rgba(231,108,0,1) 0%, rgba(255,201,0,1) 100%);
  }

  .chapter-educacao .chapter-transition {
    background: rgb(13,75,111);
    background: linear-gradient(90deg, rgba(13,75,111,1) 0%, rgba(5,162,152,1) 100%);
  }

  .chapter-inovacao .chapter-transition {
    background: rgb(76,25,140);
    background: linear-gradient(90deg, rgba(76,25,140,1) 0%, rgba(146,64,189,1) 100%);
  }

  .chapter-seguranca .chapter-transition {
    background: rgb(61,94,37);
    background: linear-gradient(90deg, rgba(61,94,37,1) 0%, rgba(95,138,24,1) 100%);
  }

  .chapter-leftpanel-main .btn {
    margin-top: 25px;
    margin-left: 50px;
    margin-bottom: 50px;
  }

  .chapter-leftpanel-video {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    order: 1;
  }

  .chapter-transition {
    display: block;
    position: absolute;
    top: 0;
    right: -45%;
    width: 45%;
    height: 100%;
    z-index: 10;
  }

  .chapter-inicio {
    height: 100vh;
  }

  .chapter-inicio .chapter-background {
    position: absolute;
    height: 100vh;
  }

  .chapter-inicio .chapter-background-base {
    background-size: cover;
  }

  /* IPHONE 6 (>370px) */
  @media only screen and (min-width: 370px) {
    .chapter-especial-g1 .chapter-background-base {
      background-image: url('../img/bg_mapa_x2.jpg') !important;
    }
  }

  /* ANDROID 1080p (>420px) */
  @media only screen and (min-width: 420px) {
    .chapter-especial-g1 .chapter-background {
      height: 300px;
    }

    .chapter-especial-g1 .chapter-background-base {
      background-image: url('../img/bg_mapa_x3.jpg') !important;
    }
  }

  /* SMARTPHONE (>520px) */
  @media only screen and (min-width: 520px) {
    .chapter-especial-g1 .chapter-background {
      display: none;
    }
  }

  /* DEFAULT (>1023px) */
  @media only screen and (min-width: 1023px) {
    .chapter {
      position: absolute;
      top: 0;
      left: 0;
      height: 100vh;
      overflow: hidden;
      z-index: 0;
    }

    .chapter.past {
      transform: translateX(-100%);
    }

    .chapter.future {
      transform: translateX(100%);
    }

    .chapter-background {
      position: absolute;
      top: 0;
      left: 0;
      height: 100vh;
      z-index: 0;
    }

    .chapter-background-base {
      background-size: 100% auto;
    }

    .chapter-background-addon {
      left: 80px;
      bottom: 0;
      width: 500px;
      height: 500px;
    }

    .chapter-background .collapse-indicator {
      display: none;
    }

    .chapter-panel {
      position: absolute;
    }

    .chapter-leftpanel {
      width: 45%;
      height: 100vh;
    }

    .chapter-educacao .chapter-background-addon::after {
      left: initial;
      right: 40px;
      bottom: 120px;
      width: auto;
      font-size: 34px;
    }

    .chapter-inovacao .chapter-background-addon::after {
      left: initial;
      right: 40px;
      bottom: 100px;
      width: auto;
      font-size: 34px;
    }

    .chapter-seguranca .chapter-background-addon::after {
      left: initial;
      right: 160px;
      bottom: 130px;
      width: auto;
      font-size: 38px;
    }

    .chapter-leftpanel-top {
      order: initial;
    }

    .chapter-leftpanel-main {
      padding: 0 50px 50px 50px;
      width: calc(100% - 100px);
      order: initial;
    }

    .chapter-leftpanel-main .btn {
      margin-top: 25px;
      margin-left: initial;
      margin-bottom: initial;
    }

    .chapter-leftpanel-main .btn-one {
      padding: 7px 26px;
      font-size: 14px;
      margin-top: 20px;
    }

    .chapter-leftpanel-video {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0;
      transform: translateX(100%);
      order: initial;
    }

    .chapter-mobile-header {
      display: none;
    }

    .chapter-especial-g1 .chapter-background {
      display: block;
      width: 100%;
      height: 100%;
    }

    .chapter-especial-g1 .chapter-background-base {
      background-image: url('../img/bg_mapa_x4.jpg') !important;
      background-position: 40%;
    }
  
    .chapter-especial-g1 .chapter-leftpanel {
      width: 55%;
    }

    .chapter-especial-g1 .chapter-panel .cam-titles {
      display: block;
      margin-bottom: 45px;
    }

    .chapter-especial-g1 .cam-title {
      max-width: 400px;
    }
  }

  /* DEFAULT (>1400px) */
  @media only screen and (min-width: 1400px) {
    .chapter {
      position: absolute;
      top: 0;
      left: 0;
      height: 100vh;
      overflow: hidden;
    }

    .chapter.past {
      transform: translateX(-100%);
    }

    .chapter.future {
      transform: translateX(100%);
    }

    .chapter-background {
      position: absolute;
      top: 0;
      left: 0;
      height: 100vh;
    }

    .chapter-background-base {
      background-size: 100% auto;
    }

    .chapter-background-addon {
      left: 160px;
      bottom: 0;
      width: 625px;
      height: 665px;
    }

    .chapter-panel {
      position: absolute;
    }

    .chapter-leftpanel {
      width: 45%;
      height: 100vh;
    }

    .chapter-educacao .chapter-background-addon::after {
      right: 205px;
      bottom: 145px;
      font-size: 38px;
    }

    .chapter-inovacao .chapter-background-addon::after {
      right: 245px;
      bottom: 150px;
      font-size: 38px;
    }

    .chapter-seguranca .chapter-background-addon::after {
      right: 300px;
      bottom: 185px;
      font-size: 38px;
    }

    .chapter-leftpanel-main {
      padding: 25px 50px;
    }

    .chapter-leftpanel-main .btn-one {
      padding: 8px 32px;
      font-size: 15px;
      margin-top: 25px;
    }
  
    .chapter-especial-g1 .chapter-leftpanel {
      width: 50%;
    }
  
    .chapter-especial-g1 .chapter-leftpanel-main {
      padding: 0 50px;
    }

    .chapter-especial-g1 .chapter-panel .cam-titles {
      margin-bottom: 30px;
    }
  }

/* Chapter - Fim
/* ******************************************** */


/* Video - Início
/* ******************************************** */

  .video-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
  }

  .video-wrapper iframe {
    width: 304px;
    height: 171px;
  }

  /* IPHONE 6 (>370px) */
  @media only screen and (min-width: 370px) {
    .video-wrapper iframe {
      width: 304px;
      height: 171px;
    }
  }

  /* ANDROID 1080p (>420px) */
  @media only screen and (min-width: 420px) {
    .video-wrapper iframe {
      width: 400px;
      height: 225px;
    }
  }

  /* SMARTPHONE (>520px) */
  @media only screen and (min-width: 520px) {
    .video-wrapper iframe {
      width: 496px;
      height: 279px;
    }
  }

  /* TABLET (>767px) */
  @media only screen and (min-width: 767px) {
    .video-wrapper iframe {
      width: 640px;
      height: 360px;
    }
  }

  /* DEFAULT (>1023px) */
  @media only screen and (min-width: 1023px) {
    .video-wrapper iframe {
      width: 704px;
      height: 396px;
    }
  }

/* Video - Fim
/* ******************************************** */


/* Cam elements - Início
/* ******************************************** */

  .cam-titles {
    color: #fff;
  }

  .cam-title {
    position: relative;
    margin: 0;
    max-width: 235px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .cam-title::after {
    content: '';
    display: block;
    position: absolute;
    left: -130px;
    bottom: -20px;
    width: 175px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
  }

  .cam-subtitle {
    position: relative;
    margin: 40px 0 10px 0;
    max-width: 320px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 2px;
  }

  .cam-titles .bold {
    font-weight: 700;
  }

  .chapter-leftpanel-main {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: calc(100%);
    perspective: 1000px;
    order: 3;
  }

  .cam-links {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0;
    list-style-type: none;
  }

  .cam-links li {
    padding: 0 50px;
    width: calc(100% - 100px);
    height: 60px;
    overflow: hidden;
  }

  .cam-links a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
  }

  .cam-links .icon {
    width: 35px;
    height: auto;
    margin-right: 18px;
  }

  .cam-links .icon svg {
    width: 100%;
    max-height: 40px;
    height: auto;
  }

  .cam-links .icon svg * {
    fill: #fff;
  }

  .cam-links .collapse-indicator {
    display: block;
    position: absolute;
    right: 0;
    bottom: 29px;
    width: 6px;
    height: 6px;
  }

  .cam-links .collapse-indicator svg * {
    fill: #fff;
  }

  .cam-links .link-content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    width: calc(100% + 100px);
    height: calc(100%);
    background-color: #F2F2F2;
    z-index: -1;
  }

  .cam-links .link-content {
    position: relative;
    padding: 20px 0;
    background-color: transparent;
    z-index: 100;
  }

  .cam-links .link-content p {
    margin: 0;
    color: #464646;
    font-weight: 300;
  }

  .cam-links .link-content-actions {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .cam-links .link-content-actions a,
  .cam-links .link-content-actions .btn {
    position: relative;
    padding: 0 10px 0 0;
    margin: 0;
    margin-top: 15px;
    width: auto;
    background-color: transparent;
    border: none;
    color: #464646;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    text-transform: none;
    letter-spacing: initial;
  }

  .cam-links .link-content-actions a::after,
  .cam-links .link-content-actions .btn::after {
    content: '';
    display: block;
    position: absolute;
    left: -5%;
    bottom: -5px;
    width: 110%;
    height: 1px;
    background-color: #464646;
  }

  .cam-links .link-content-actions a:not(:nth-last-child(1)),
  .cam-links .link-content-actions .btn:not(:nth-last-child(1)) {
    margin-bottom: 15px;
  }

  .cam-links .link-content-actions [data-action] {
    display: none;
  }

  /* DEFAULT (>1023px) */
  @media only screen and (min-width: 1023px) {
    .cam-title {
      font-size: 20px;
    }

    .cam-subtitle {
      max-width: 400px;
      font-size: 12px;
    }

    .cam-links li {
      padding: 0;
      width: auto;
      height: auto;
      margin: 13px 0;
      overflow: visible;
    }

    .cam-links a {
      padding: 0;
      width: 350px;
      font-size: 13px;
    }

    .cam-links .icon {
      width: 25px;
    }

    .cam-links .collapse-indicator {
      display: none;
    }

    .cam-links .link-content::before {
      display: none;
    }

    .cam-links .link-content {
      position: absolute;
      left: 0;
      padding: 0;
      width: auto;
      height: auto;
      opacity: 0;
      background-color: transparent;
      transform: translateY(50vh);
      z-index: 100;
    }

    .cam-links .link-content p {
      margin: 16px 0;
      color: rgba(255, 255, 255, 1);
      font-size: 14px;
    }

    .cam-links .link-content-actions a,
    .cam-links .link-content-actions .btn {
      margin: 0;
      color: rgba(255, 255, 255, 1);
      font-size: 14px;
    }

    .cam-links .link-content-actions a::after,
    .cam-links .link-content-actions .btn::after {
      background-color: rgba(255, 255, 255, 1);
    }

    .cam-links .link-content-actions [data-action] {
      display: block;
    }
  }

  /* DEFAULT (>1400px) */
  @media only screen and (min-width: 1400px) {
    .cam-title {
      font-size: 24px;
    }

    .cam-subtitle {
      max-width: 400px;
      font-size: 15px;
    }

    .cam-links li {
      margin: 15px 0;
    }

    .cam-links a {
      font-size: 15px;
    }

    .cam-links .icon {
      width: 45px;
    }

    .cam-links .link-content {
      top: 50px;
    }

    .cam-links .link-content p {
      font-size: 16px;
    }

    .cam-links .link-content-actions a,
    .cam-links .link-content-actions .btn {
      font-size: 16px;
    }
  }

/* Cam elements - Fim
/* ******************************************** */


/* Fiep Buttons - Início
/* ******************************************** */

  .fiep-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: transparent;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    transition: all 160ms ease-in;
  }

  .fiep-btn:hover {
    text-decoration: none;
  }

  .fiep-btn-newscard {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 2px 14px;
    border-radius: 20px;
    border: 1px solid #9DA1A8;
    color: #798191;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    transition: all 60ms ease-in;
  }

  .fiep-btn-newscard:hover {
    color: #fff;
    border-color: #3fbddf;
    background-color: #3fbddf;
  }

  .fiep-btn-newscard .fpm-bold {
    margin-left: 3px;
    color: #798191;
    transition: all 60ms ease-in;
  }

  .fiep-btn-newscard:hover .fpm-bold {
    color: #fff;
  }

  .fiep-btn-newscard .fpm-icon {
    margin-left: 4px;
    margin-bottom: -1px;
    height: 6px;
    transition: all 60ms ease-in;
  }

  .fiep-btn-newscard:hover .fpm-icon svg * {
    fill: #ffffff;
  }

/* Fiep Buttons - Fim
/* ******************************************** */


/* Fiep Cards - Início
/* ******************************************** */

  .fiep-cards {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }

  .fiep-newscard {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 275px;
    height: 340px;
    margin-bottom: 20px;
    background-color: #fff;
  }

  .fiep-newscard-tag {
    display: block;
    padding: 2px 10px;
    width: calc(100% - 20px);
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .fiep-newscard-tag a {
    color: #fff;
  }

  .fiep-newscard-tag a:hover {
    color: #fff;
    text-decoration: none;
  }

  .fiep-newscard-tag.fpm-educacao {
    background-color: #4d8bad;
  }

  .fiep-newscard-tag.fpm-inovacao {
    background-color: #5a2977;
  }

  .fiep-newscard-tag.fpm-representatividade {
    background-color: #e3a528;
  }

  .fiep-newscard-tag.fpm-seguranca {
    background-color: #5ba495;
  }

  .fiep-newscard-picture-box {
    display: block;
    position: relative;
    width: 100%;
    height: 155px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .fiep-newscard-picture {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: saturate(0.6);
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 400ms ease;
  }

  .fiep-newscard:hover .fiep-newscard-picture {
    filter: saturate(1);
    transform: scale(1.025);
  }

  .fiep-newscard-title {
    padding: 10px 10px 0 10px;
    color: #798191;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
  }

  .fiep-newscard-title:hover {
    color: #798191;
  }

  .fiep-newscard-description {
    padding: 0 10px;
    color: #767575;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
  }

  /* IPHONE 6 (>370px) */
  @media only screen and (min-width: 370px) {
    .fiep-newscard {
      width: 300px;
      height: 345px;
    }

    .fiep-newscard-picture-box {
      height: 169px;
    }
  }

  /* TABLET (>767px) */
  @media only screen and (min-width: 767px) {
    .fiep-cards {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-items: flex-start;
      width: 620px;
      margin: 0 auto;
    }

    .fiep-cards .fiep-newscard:nth-child(odd) {
      margin-right: 20px;
    }
  }

  /* DEFAULT (>1023px) */
  @media only screen and (min-width: 1023px) {
    .fiep-cards {
      width: auto;
      margin: 0;
    }

    .fiep-cards .fiep-newscard:nth-child(n+2):nth-child(-n+4) {
      display: none;
    }
  }

  /* DEFAULT (>1360px) */
  @media only screen and (min-width: 1360px) {
    .fiep-cards {
      width: 560px;
    }

    .fiep-cards .fiep-newscard {
      width: 270px;
    }

    .fiep-cards .fiep-newscard:nth-child(n+2):nth-child(-n+4) {
      display: flex;
    }

    .fiep-cards .fiep-newscard:nth-child(n+3):nth-child(-n+4) {
      display: none;
    }
  }

  /* DEFAULT (>1400px) */
  @media only screen and (min-width: 1400px) {
    .fiep-cards .fiep-newscard {
      width: 270px;
      height: 320px;
      margin-bottom: 10px;
    }

    .fiep-cards .fiep-newscard:nth-child(odd) {
      margin-right: 10px;
    }

    .fiep-cards .fiep-newscard:nth-child(n+3):nth-child(-n+4) {
      display: flex;
    }

    .fiep-newscard-picture-box {
      height: 150px;
    }

    .fiep-newscard-title {
      font-size: 14px;
    }

    .fiep-newscard-description {
      font-size: 10px;
    }
  }


/* Fiep Cards - Fim
/* ******************************************** */


.tag-publi {
  display: inline-flex;
  padding: 4px 8px 3px 8px;
  margin-top: 15px;
  border-radius: 2px;
  background-color: #fa0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.logo-g1 {
  height: 30px;
  margin-bottom: 15px;
}

.logo-g1 svg * {
  fill: #fff;
}


/* IPHONE 6 (>370px) */
@media only screen and (min-width: 370px) {}

/* ANDROID 1080p (>420px) */
@media only screen and (min-width: 420px) {}

/* SMARTPHONE (>520px) */
@media only screen and (min-width: 520px) {}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {}

/* DEFAULT (>1023px) */
@media only screen and (min-width: 1023px) {}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {}

