@charset "UTF-8";
@font-face {
  font-family: 'fortaregular';
  src: url("forta-webfont.woff2") format("woff2"), url("forta-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

strong, b {
  font-weight: bold; }

em {
  font-style: italic; }

[v-cloak] > * {
  display: none; }

[v-cloak]::before {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #898989;
  content: "carregando…";
  z-index: 9999999;
  top: 0;
  left: 0; }

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 42px;
  z-index: 1000;
  color: #ffffff; }

.bloco-404 {
  text-align: center; }
  .bloco-404 h2 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1em; }
  .bloco-404 p {
    font-style: italic; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em; }

html, body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Roboto', 'Tahoma', 'Calibri', 'Lucida Grande', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  scroll-behavior: smooth; }

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */ }
  @media screen and (max-width: 1700px) {
    html {
      font-size: 62.5%; } }
  @media screen and (max-width: 1500px) {
    html {
      font-size: 55%; } }
  @media screen and (max-width: 1300px) {
    html {
      font-size: 50%; } }
  @media screen and (max-width: 1100px) {
    html {
      font-size: 45%; } }
  @media screen and (max-width: 900px) {
    html {
      font-size: 45%; } }

:target:before {
  content: "";
  display: block;
  height: 60px;
  /* fixed header height*/
  margin: -60px 0 0;
  /* negative fixed header height */ }

a:hover {
  text-decoration: none; }

a:active {
  text-decoration: none; }

.section {
  width: 100%;
  height: auto; }
  .section.telacheia {
    width: 100%;
    height: 100vh; }
  .section .container {
    width: 98%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px; }
    @media screen and (max-width: 600px) {
      .section .container {
        width: 100%;
        padding: 0 15px; } }
  .section .container-fullw {
    width: 100%;
    max-width: none; }
  .section .container-semifullw {
    width: 80%;
    max-width: none; }
  .section .container-flex {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.hide {
  display: none !important; }

.hidestrong {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: -1; }

.invisivel {
  visibility: hidden;
  z-index: -1;
  position: relative; }

.desk {
  display: block !important; }
  @media screen and (max-width: 600px) {
    .desk {
      display: none !important; } }

.resp {
  display: none !important; }
  @media screen and (max-width: 600px) {
    .resp {
      display: block !important; } }

.break {
  display: inline-block;
  width: 100%;
  height: 0; }

.flexbox .flexcentro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .layout-flex.aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-flex.aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .layout-flex.ais {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .layout-flex.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-flex.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .layout-flex.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-flex .bloco-imagem img {
    width: 100%;
    display: block; }
  .layout-flex .full {
    width: 100% !important; }

.coluna-1 {
  width: 6.95833%; }
  @media screen and (max-width: 600px) {
    .coluna-1 {
      width: 100%; } }

.coluna-2 {
  width: 15.41667%; }
  @media screen and (max-width: 600px) {
    .coluna-2 {
      width: 100%; } }

.coluna-3 {
  width: 23.875%; }
  @media screen and (max-width: 600px) {
    .coluna-3 {
      width: 100%; } }

.coluna-4 {
  width: 32.33333%; }
  @media screen and (max-width: 600px) {
    .coluna-4 {
      width: 100%; } }

.coluna-5 {
  width: 40.79167%; }
  @media screen and (max-width: 600px) {
    .coluna-5 {
      width: 100%; } }

.coluna-6 {
  width: 49.25%; }
  @media screen and (max-width: 600px) {
    .coluna-6 {
      width: 100%; } }

.coluna-7 {
  width: 57.70833%; }
  @media screen and (max-width: 600px) {
    .coluna-7 {
      width: 100%; } }

.coluna-8 {
  width: 66.16667%; }
  @media screen and (max-width: 600px) {
    .coluna-8 {
      width: 100%; } }

.coluna-9 {
  width: 74.625%; }
  @media screen and (max-width: 600px) {
    .coluna-9 {
      width: 100%; } }

.coluna-10 {
  width: 83.08333%; }
  @media screen and (max-width: 600px) {
    .coluna-10 {
      width: 100%; } }

.coluna-11 {
  width: 91.54167%; }
  @media screen and (max-width: 600px) {
    .coluna-11 {
      width: 100%; } }

.coluna-12 {
  width: 100%; }
  @media screen and (max-width: 600px) {
    .coluna-12 {
      width: 100%; } }

.xpadleft-1 {
  padding-left: 6.95833%; }

.xpadright-1 {
  padding-right: 6.95833%; }

.xpadleft-2 {
  padding-left: 15.41667%; }

.xpadright-2 {
  padding-right: 15.41667%; }

.xpadleft-3 {
  padding-left: 23.875%; }

.xpadright-3 {
  padding-right: 23.875%; }

.xpadleft-4 {
  padding-left: 32.33333%; }

.xpadright-4 {
  padding-right: 32.33333%; }

.xpadleft-5 {
  padding-left: 40.79167%; }

.xpadright-5 {
  padding-right: 40.79167%; }

.xpadleft-6 {
  padding-left: 49.25%; }

.xpadright-6 {
  padding-right: 49.25%; }

.xpadleft-7 {
  padding-left: 57.70833%; }

.xpadright-7 {
  padding-right: 57.70833%; }

.xpadleft-8 {
  padding-left: 66.16667%; }

.xpadright-8 {
  padding-right: 66.16667%; }

.xpadleft-9 {
  padding-left: 74.625%; }

.xpadright-9 {
  padding-right: 74.625%; }

.xpadleft-10 {
  padding-left: 83.08333%; }

.xpadright-10 {
  padding-right: 83.08333%; }

.xpadleft-11 {
  padding-left: 91.54167%; }

.xpadright-11 {
  padding-right: 91.54167%; }

.xpadleft-12 {
  padding-left: 100%; }

.xpadright-12 {
  padding-right: 100%; }

.margleft-1 {
  margin-left: 6.95833%; }

.margright-1 {
  margin-right: 6.95833%; }

.margleft-2 {
  margin-left: 15.41667%; }

.margright-2 {
  margin-right: 15.41667%; }

.margleft-3 {
  margin-left: 23.875%; }

.margright-3 {
  margin-right: 23.875%; }

.margleft-4 {
  margin-left: 32.33333%; }

.margright-4 {
  margin-right: 32.33333%; }

.margleft-5 {
  margin-left: 40.79167%; }

.margright-5 {
  margin-right: 40.79167%; }

.margleft-6 {
  margin-left: 49.25%; }

.margright-6 {
  margin-right: 49.25%; }

.margleft-7 {
  margin-left: 57.70833%; }

.margright-7 {
  margin-right: 57.70833%; }

.margleft-8 {
  margin-left: 66.16667%; }

.margright-8 {
  margin-right: 66.16667%; }

.margleft-9 {
  margin-left: 74.625%; }

.margright-9 {
  margin-right: 74.625%; }

.margleft-10 {
  margin-left: 83.08333%; }

.margright-10 {
  margin-right: 83.08333%; }

.margleft-11 {
  margin-left: 91.54167%; }

.margright-11 {
  margin-right: 91.54167%; }

.margleft-12 {
  margin-left: 100%; }

.margright-12 {
  margin-right: 100%; }

.header {
  padding: 2rem 0; }
  @media screen and (max-width: 600px) {
    .header {
      padding: 2rem 0; } }
  @media screen and (max-width: 600px) {
    .header .layout-flex {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .header .logo {
    display: block; }
    .header .logo img {
      display: block;
      height: 10rem; }
      @media screen and (max-width: 600px) {
        .header .logo img {
          height: 10rem; } }
  .header h1 {
    font-family: 'fortaregular','Tahoma', 'Calibri', 'Lucida Grande', sans-serif;
    font-size: 20px; }
  @media screen and (max-width: 600px) {
    .header .coluna-4 {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .header .coluna-nav {
      width: 50%; } }
  .header .navegacao-icones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (max-width: 600px) {
      .header .navegacao-icones {
        display: none; } }
    .header .navegacao-icones li:nth-child(even) a {
      background-color: #033434; }
    .header .navegacao-icones a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 6rem;
      height: 6rem;
      border-radius: 6rem;
      background-color: #bbcf32;
      margin-right: 1rem; }
      .header .navegacao-icones a img {
        display: block;
        max-width: 3rem;
        max-height: 3rem; }
  .header .navegacao-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header .navegacao-menu li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px;
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.8rem; }

.encerramento {
  margin-top: 2rem;
  width: 100%;
  height: 80vh;
  background-image: url("../img/footer.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative; }
  .encerramento .recorte {
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0; }

.sobre {
  width: 100%;
  background-color: #033434;
  padding: 10rem 0;
  text-align: center; }
  .sobre h2 {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff; }
  .sobre p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 20px;
    font-size: 2rem;
    color: #bbcf32; }

.abertura-conteudo {
  height: 50vh; }

.conteudo {
  width: 100%;
  padding: 10rem 0;
  padding-top: 20rem;
  overflow: hidden;
  background-image: url("../img/pontilhado@2x.png");
  background-position: top 50rem center;
  background-size: 50vw auto;
  background-repeat: repeat-y;
  position: relative; }
  .conteudo:before {
    content: "";
    display: block;
    width: 100%;
    height: 20rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .conteudo .repetidor-conteudo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20rem;
    position: relative;
    z-index: 50; }
    .conteudo .repetidor-conteudo:last-of-type {
      margin-bottom: 0; }
    .conteudo .repetidor-conteudo:nth-child(even) {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .conteudo .repetidor-conteudo:nth-child(even) .bloco-imagem {
        text-align: right;
        left: auto;
        right: -20%; }
        @media screen and (max-width: 600px) {
          .conteudo .repetidor-conteudo:nth-child(even) .bloco-imagem {
            right: 0; } }
      .conteudo .repetidor-conteudo:nth-child(even) .bloco-conteudo h2 {
        text-align: right; }
  .conteudo .bloco-conteudo {
    width: 66.16667%; }
    @media screen and (max-width: 600px) {
      .conteudo .bloco-conteudo {
        width: 100%; } }
    .conteudo .bloco-conteudo h2 {
      font-family: 'fortaregular','Tahoma', 'Calibri', 'Lucida Grande', sans-serif;
      font-size: 40px;
      font-size: 4rem;
      color: #bbcf32;
      margin-bottom: 2rem;
      position: relative;
      z-index: 100; }
      .conteudo .bloco-conteudo h2 strong {
        color: #75c9f1; }
      @media screen and (max-width: 600px) {
        .conteudo .bloco-conteudo h2 {
          font-size: 30px;
          font-size: 3rem; } }
  .conteudo .bloco-imagem {
    width: 50vw;
    height: 28vw;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url("../img/mancha-fundo@2x.png");
    mask-image: url("../img/mancha-fundo@2x.png");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    left: -20%; }
    @media screen and (max-width: 600px) {
      .conteudo .bloco-imagem {
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        left: 0; } }
  .conteudo .bloco-texto {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 2rem; }
    .conteudo .bloco-texto p {
      margin-bottom: 2rem; }
    .conteudo .bloco-texto ul {
      list-style-type: disc; }
      .conteudo .bloco-texto ul li {
        margin-bottom: 4rem; }
    .conteudo .bloco-texto a {
      color: #033434;
      text-decoration: underline; }
    .conteudo .bloco-texto .link-externo {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      color: #bbcf32;
      margin-top: 1rem;
      margin-bottom: 2rem;
      position: relative;
      text-decoration: none; }
      @media screen and (max-width: 600px) {
        .conteudo .bloco-texto .link-externo {
          padding-left: 5rem; } }
      .conteudo .bloco-texto .link-externo strong {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold; }
      .conteudo .bloco-texto .link-externo .icone-dib {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: -4rem; }
        @media screen and (max-width: 600px) {
          .conteudo .bloco-texto .link-externo .icone-dib {
            left: 0; } }
      .conteudo .bloco-texto .link-externo:hover {
        color: #033434; }
  .conteudo .bloco-link {
    font-size: 16px;
    font-size: 1.6rem;
    color: #bbcf32;
    margin-bottom: 2rem;
    position: relative; }
    @media screen and (max-width: 600px) {
      .conteudo .bloco-link {
        padding-left: 5rem; } }
    .conteudo .bloco-link strong {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
    .conteudo .bloco-link .icone-dib {
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      left: -4rem; }
      @media screen and (max-width: 600px) {
        .conteudo .bloco-link .icone-dib {
          left: 0; } }
    .conteudo .bloco-link:hover {
      color: #033434; }

.bloco-colunas {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 5rem; }
  .bloco-colunas .coluna-conteudo {
    width: 40%;
    margin-right: 10%; }
    .bloco-colunas .coluna-conteudo:last-of-type {
      margin-right: 0; }
  .bloco-colunas.trescols .coluna-conteudo {
    width: 30%;
    margin-right: 5%; }
    .bloco-colunas.trescols .coluna-conteudo:last-of-type {
      margin-right: 0; }
  .bloco-colunas.trescols .item-coluna {
    position: relative; }
    .bloco-colunas.trescols .item-coluna .icone-tipo {
      position: absolute;
      top: 0;
      left: -4rem;
      width: 3.2rem;
      height: 3.2rem; }
      .bloco-colunas.trescols .item-coluna .icone-tipo img {
        max-width: 1.6rem;
        max-height: 1.6rem; }
      @media screen and (max-width: 600px) {
        .bloco-colunas.trescols .item-coluna .icone-tipo {
          left: 0;
          top: 0;
          position: relative; } }
    .bloco-colunas.trescols .item-coluna.texto .titulo {
      color: #bbcf32; }
  .bloco-colunas .item-coluna {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4rem;
    color: #3a3a3a; }
    @media screen and (max-width: 600px) {
      .bloco-colunas .item-coluna {
        font-size: 14px;
        font-size: 1.4rem; } }
    .bloco-colunas .item-coluna .titulo {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.3;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        .bloco-colunas .item-coluna .titulo {
          font-size: 20px;
          font-size: 2rem; } }
    .bloco-colunas .item-coluna .subtitulo {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.3;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        .bloco-colunas .item-coluna .subtitulo {
          font-size: 16px;
          font-size: 1.6rem; } }
    .bloco-colunas .item-coluna .desc {
      margin-top: 1.5rem; }
    .bloco-colunas .item-coluna.interativo .titulo, .bloco-colunas .item-coluna.interativo .subtitulo {
      cursor: pointer; }
    .bloco-colunas .item-coluna.interativo:hover .titulo, .bloco-colunas .item-coluna.interativo:hover .subtitulo {
      color: #bbcf32; }

.icone-tipo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background-color: #bbcf32;
  margin-bottom: 0.5rem; }
  .icone-tipo img {
    display: block;
    max-width: 2.2rem;
    max-height: 2.2rem; }

.fundo-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2vw;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  z-index: -1;
  visibility: hidden; }
  .fundo-modal.fundo-login {
    background-color: #F6F6F9; }
  .fundo-modal.fundo-comentario {
    background-color: rgba(64, 64, 64, 0.9); }
  .fundo-modal.fundo-dark {
    background-color: rgba(0, 0, 0, 0.9); }
  .fundo-modal.ativo {
    z-index: 5000;
    opacity: 1;
    visibility: visible; }

.modal {
  width: 98%;
  max-width: 600px;
  max-height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  padding: 4rem;
  font-size: 15px;
  font-size: 1.5rem;
  transition: all 0.6s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  .ativo .modal {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 600px) {
    .modal {
      max-width: 92vw; } }
  .modal .modal--fechar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    top: 0;
    right: 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 3em;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    color: #bbcf32; }
  .modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6 {
    color: #bbcf32;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 2rem; }
  .modal p {
    margin-bottom: 1rem; }
  .modal ul {
    list-style-type: disc;
    margin-bottom: 2rem; }
    .modal ul li {
      margin-bottom: 0.5rem; }
  .modal a {
    color: #033434;
    text-decoration: underline; }
  .modal .link-externo {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #bbcf32;
    margin-top: 1rem;
    margin-bottom: 2rem;
    position: relative;
    text-decoration: none; }
    .modal .link-externo strong {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
    .modal .link-externo .icone-dib {
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      left: -4rem; }
    .modal .link-externo:hover {
      color: #033434; }
  .modal.modal-video {
    padding: 0;
    max-width: 800px; }
    .modal.modal-video .modal--fechar {
      top: -3rem;
      right: -3rem; }

.seletor-pagina {
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .seletor-pagina {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .seletor-pagina .select-estilizado {
        width: 40%;
        margin-bottom: 2rem; } }
  .seletor-pagina a {
    display: inline-block;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #033434;
    color: #bbcf32;
    padding: 0 25px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }

.select-estilizado {
  display: inline-block;
  width: auto;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  font-family: 'Roboto', 'Tahoma', 'Calibri', 'Lucida Grande', sans-serif;
  background-color: #fff;
  border-radius: 50px;
  margin: 0 10px; }
  .select-estilizado:before {
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 16px;
    color: #000;
    width: 20px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none; }
  .select-estilizado select {
    padding: 0px 5px;
    width: 100%;
    height: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-family: 'Roboto', 'Tahoma', 'Calibri', 'Lucida Grande', sans-serif;
    color: #000;
    font-size: 14px;
    width: 140px;
    padding-left: 10px; }
    .select-estilizado select optgroup {
      font-size: 14px;
      color: #000; }
    .select-estilizado select:focus {
      outline: none; }
  .select-estilizado.sombra {
    border-bottom: none;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }
    .select-estilizado.sombra:before {
      top: 7px; }
    .select-estilizado.sombra select {
      padding: 13px;
      font-size: 14px;
      text-transform: uppercase; }
      .select-estilizado.sombra select optgroup {
        text-transform: none; }

.abertura {
  width: 100%;
  min-height: 100vh;
  background-color: transparent;
  position: relative;
  overflow: hidden; }
  .abertura .container-fullw {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 20; }
  .abertura .faixa-abertura {
    width: 100%;
    height: auto;
    background-color: rgba(3, 52, 52, 0.5);
    color: #fff;
    text-align: center;
    padding: 4rem 0; }
    .abertura .faixa-abertura h1 {
      font-family: 'fortaregular','Tahoma', 'Calibri', 'Lucida Grande', sans-serif;
      font-size: 42px;
      font-size: 4.2rem;
      margin-bottom: 1rem; }
    .abertura .faixa-abertura p {
      max-width: 600px;
      margin: 0 auto;
      font-size: 20px;
      font-size: 2rem; }
  .abertura .recorte {
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 20; }

video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 10;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../img/capa-loop.jpg") no-repeat;
  background-size: cover; }

@media screen and (max-width: 600px) {
  video#bgvid {
    width: auto;
    height: 100%; } }

.icones-sociais {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .icones-sociais li {
    margin: 0 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    color: #bbcf32; }
    .icones-sociais li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 6rem;
      height: 6rem;
      border-radius: 6rem;
      border: 1px solid #bbcf32; }
      .icones-sociais li a:hover {
        background-color: #bbcf32;
        color: #033434; }
