@charset "UTF-8";
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;
  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: "Montserrat", "Calibri", "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  font-size: 14px;
  color: #575757;
  background-color: #fff;
}
html strong, body strong {
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  html, body {
    overflow-x: hidden;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

body {
  overflow-x: hidden;
  height: auto;
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 100px;
  }
}

: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: 1100px;
  margin: 0 auto;
  padding: 0px;
}
@media screen and (max-width: 600px) {
  .section .container {
    width: 100%;
    padding: 0 30px;
  }
}
.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;
}

.section-header {
  background-color: #fff;
  z-index: 50000;
}
@media screen and (max-width: 600px) {
  .section-header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.section-header.fundo {
  background-color: #000;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.section-header.fixo {
  position: fixed;
  top: 0;
  left: 0;
}
.section-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 65px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-header .container {
    padding: 0;
  }
}
.section-header .header-direita {
  max-width: 20%;
}
@media screen and (max-width: 600px) {
  .section-header .header-direita {
    max-width: 40%;
    position: relative;
    z-index: 500;
  }
}
.section-header .header-logo {
  display: block;
}
.section-header .header-logo img {
  display: block;
  width: 170px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .section-header .header-logo img {
    width: 120px;
  }
}
.section-header .header-logo.contraste {
  display: none;
}
.altocontraste .section-header .header-logo.contraste {
  display: block;
}
.altocontraste .section-header .header-logo.normal {
  display: none;
}
.section-header .header-esquerda {
  width: 75%;
}
.section-header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
}
.section-header .header-menu a:hover, .section-header .header-menu a.ativo {
  color: #00BFFF;
}
.altocontraste .section-header .header-menu {
  color: #fff;
}
.altocontraste .section-header .header-menu a:hover, .altocontraste .section-header .header-menu a.ativo {
  color: #fff;
  text-decoration: underline;
}
.section-header .header-secundario {
  width: 75%;
  height: 40px;
  background-color: #6FDBFF;
  position: absolute;
  bottom: 0;
  right: 0;
}
.altocontraste .section-header .header-secundario {
  background-color: #333;
}
@media screen and (max-width: 600px) {
  .section-header .header-secundario {
    display: none;
  }
}
.section-header .header-secundario:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: #6FDBFF;
  position: absolute;
  top: 0;
  left: -20px;
}
.altocontraste .section-header .header-secundario:before {
  background-color: #333;
}
.section-header .header-secundario:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: #6FDBFF;
  position: absolute;
  top: 0;
  right: -20px;
}
.altocontraste .section-header .header-secundario:after {
  background-color: #333;
}
.section-header .header-secundario.transp {
  background-color: transparent;
  bottom: 10px;
}
.section-header .header-secundario.transp:before, .section-header .header-secundario.transp:after {
  display: none;
}
.section-header .header-secundario .header-menu-sec {
  list-style-type: none;
  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;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  line-height: 40px;
}
.section-header .header-secundario .header-menu-sec li {
  display: inline-block;
  margin-right: 40px;
}
.section-header .header-secundario .header-menu-sec a:hover, .section-header .header-secundario .header-menu-sec a.ativo {
  color: #1E2F5D;
}
.altocontraste .section-header .header-secundario .header-menu-sec {
  color: #fff;
}
.altocontraste .section-header .header-secundario .header-menu-sec a:hover, .altocontraste .section-header .header-secundario .header-menu-sec a.ativo {
  color: #fff;
  text-decoration: underline;
}
.section-header .header-secundario .busca {
  width: 100%;
}
.section-header .header-secundario .campo-input {
  position: relative;
  width: 100%;
}
.section-header .header-secundario .campo-input input {
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  font-family: "Montserrat", "Calibri", "Lucida Grande", sans-serif;
  padding-left: 10px;
  font-style: italic;
}
.section-header .header-secundario .campo-input i {
  font-size: 18px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #a2a2a2;
}
.section-header .header-secundario .campo-input button {
  position: absolute;
  bottom: 0;
  right: 5px;
  line-height: 40px;
  padding: 0 5px;
  margin: 0;
  height: 40px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.section-header .header-secundario .campo-input button i {
  position: static;
}
.section-header .header-burger {
  display: none;
  color: #007ADF;
  font-size: 32px;
  line-height: 1;
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 600px) {
  .section-header .header-burger {
    color: #cdcdcd;
  }
  .section-header .header-burger.ativo {
    color: #6FDBFF;
  }
}
.section-header .header-resp {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-header .header-resp {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    background-color: #00BFFF;
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
    overflow-y: auto;
  }
  .section-header .header-resp:before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 550;
  }
  .section-header .header-resp__menu {
    color: #1E2F5D;
    font-weight: 500;
    z-index: 400;
  }
  .section-header .header-resp__menu li {
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid rgba(30, 47, 93, 0.4);
  }
  .section-header .header-resp__menu li .abrir {
    color: #1E2F5D;
    font-size: 20px;
    position: absolute;
    top: 9px;
    right: 0;
  }
  .section-header .header-resp__menu li a {
    display: block;
    padding: 15px 0;
  }
  .section-header .header-resp__menu li:last-of-type {
    border-bottom: none;
  }
  .section-header .header-resp__menu .submenu {
    border-top: 1px solid rgba(30, 47, 93, 0.4);
    font-size: 12px;
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .section-header .header-resp__menu .submenu li {
    font-weight: 500;
    border-bottom: none;
  }
  .section-header .header-resp__menu .submenu li a {
    padding: 6px 0;
  }
}
@media screen and (max-width: 600px) {
  .section-header {
    padding: 0;
    height: 100px;
  }
  .section-header .container {
    height: 100%;
    padding: 0 30px;
  }
  .section-header .header-esquerda {
    display: none;
  }
  .section-header .header-burger {
    display: block;
  }
  .section-header.ativo {
    width: 100%;
    min-height: 100%;
    background-color: #000;
  }
  .section-header.ativo .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-header.ativo .header-esquerda {
    display: block;
    width: 100%;
  }
  .section-header.ativo .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 60px;
  }
  .section-header.ativo .header-menu li {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.footer-logos {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .footer-logos {
    padding: 30px 0;
  }
}
.footer-logos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .footer-logos .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-logos .logo {
  display: block;
  width: 15.4166666667%;
}
@media screen and (max-width: 600px) {
  .footer-logos .logo {
    width: 32%;
    margin-bottom: 25px;
  }
}
.footer-logos .logo img {
  display: block;
  width: 95%;
}
@media screen and (max-width: 600px) {
  .footer-logos .logo img {
    width: 100%;
  }
}
.footer-logos .endereco {
  display: block;
  width: 49.25%;
  padding-left: 6.9583333333%;
  color: #1E2F5D;
}
.altocontraste .footer-logos .endereco {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer-logos .endereco {
    width: 100%;
    font-size: 12px;
    padding-left: 0;
  }
}

.footer-mapa {
  width: 100%;
  padding: 60px 0;
  background-color: #1E2F5D;
  color: #fff;
}
.footer-mapa .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .footer-mapa .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .footer-mapa__bloco {
    margin-bottom: 10px;
  }
}
.footer-mapa__bloco a {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 400;
}
.footer-mapa__bloco a.principal {
  color: #007ADF;
  font-size: 13px;
  font-weight: 600;
}
.altocontraste .footer-mapa__bloco a.principal {
  color: #fff;
  text-decoration: underline;
}
.footer-mapa__bloco a:hover {
  color: #007ADF;
}
.footer-mapa__mensagem {
  width: 100%;
  font-size: 13px;
  text-align: center;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-mapa__mensagem a {
  font-weight: bold;
}
.footer-mapa__mensagem a:hover {
  color: #6FDBFF;
}
.footer-mapa__mensagem .social {
  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;
  font-size: 28px;
  gap: 10px;
}

.sec-titulo {
  font-size: 41px;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .sec-titulo {
    font-size: 32px;
  }
}
.sec-titulo strong {
  font-weight: 900;
}

.home-infogerais {
  background-color: #6FDBFF;
  color: #1E2F5D;
  padding: 100px 0;
  padding-bottom: 50px;
  position: relative;
}
.altocontraste .home-infogerais {
  color: #000;
}
@media screen and (max-width: 600px) {
  .home-infogerais {
    padding-bottom: 0px;
    padding-top: 50px;
  }
}
.home-infogerais:before {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.altocontraste .home-infogerais:before {
  background-color: #000;
}
@media screen and (max-width: 600px) {
  .home-infogerais:before {
    height: 370px;
  }
}
.home-infogerais .container {
  position: relative;
}
.home-infogerais .sec-titulo {
  text-align: center;
  margin-bottom: 50px;
}
.home-infogerais__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .home-infogerais__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-infogerais__links 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;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .home-infogerais__links a {
    width: 100%;
    margin-bottom: 50px;
    font-size: 18px;
  }
}
.home-infogerais__links a span {
  margin-left: 20px;
}
.home-infogerais__links a img {
  height: 95px;
}
@media screen and (max-width: 600px) {
  .home-infogerais__links a img {
    height: 60px;
  }
}
.home-infogerais__box {
  width: 100%;
  background-color: #fff;
  padding: 50px 6.9583333333%;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 600px) {
  .home-infogerais__box {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
  }
}
.home-infogerais__box:before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  bottom: -3px;
  left: -25px;
  background-image: url("../img/grafismo-home-2@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 600px) {
  .home-infogerais__box:before {
    display: none;
  }
}
.home-infogerais__box .coluna {
  width: 48%;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .home-infogerais__box .coluna {
    width: 100%;
    padding: 10px;
  }
}
.home-infogerais__box .coluna h3 {
  font-size: 25px;
  font-weight: 900;
  color: #1E2F5D;
  margin-bottom: 25px;
}
.altocontraste .home-infogerais__box .coluna h3 {
  color: #000;
}
@media screen and (max-width: 600px) {
  .home-infogerais__box .coluna h3 {
    font-size: 18px;
  }
  .home-infogerais__box .coluna h3 br {
    display: none;
  }
}
.home-infogerais__box .coluna .link-chamada {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #1E2F5D;
}
.altocontraste .home-infogerais__box .coluna .link-chamada {
  color: #000;
}
@media screen and (max-width: 600px) {
  .home-infogerais__box .coluna .link-chamada {
    font-size: 15px;
  }
}
.home-infogerais__box .coluna .link-chamada svg {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  margin-right: 15px;
}
.home-infogerais__box .coluna .link-chamada span {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 10px;
  font-weight: 600;
}
.altocontraste .home-infogerais__box .coluna .link-chamada span {
  border-color: #000;
}
@media screen and (max-width: 600px) {
  .home-infogerais__box .coluna .link-chamada span {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .home-infogerais__box .respbox {
    background-color: #fff;
    padding: 25px;
    padding-left: 90px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
  }
  .home-infogerais__box .respbox:before {
    content: "";
    display: block;
    width: 70px;
    height: 100%;
    position: absolute;
    bottom: -2px;
    left: -10px;
    background-image: url("../img/grafismo-home-2@2x.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}

.home-sobre {
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .home-sobre {
    padding-top: 25px;
  }
}
.home-sobre .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-sobre .sec-titulo {
  color: #1E2F5D;
  margin-bottom: 50px;
  width: 100%;
}
.altocontraste .home-sobre .sec-titulo {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .home-sobre .sec-titulo {
    margin-bottom: 15px;
  }
}
.home-sobre .card-destaque {
  width: 49.25%;
}
@media screen and (max-width: 600px) {
  .home-sobre .card-destaque {
    width: 100%;
    margin-bottom: 50px;
  }
}

.mais {
  display: block;
  font-size: 13px;
  color: #007ADF;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}
.altocontraste .mais {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .mais {
    margin-top: 10px;
  }
}

.card-destaque__imagem {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.card-destaque__imagem.deco1:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: url("../img/grafismo-foto-1@2x.png");
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .card-destaque__imagem.deco1:before {
    height: 50px;
    bottom: -2px;
  }
}
.card-destaque__imagem.deco2:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -1px;
  right: 0;
  background-image: url("../img/grafismo-foto-2@2x.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .card-destaque__imagem.deco2:before {
    height: 50px;
  }
}
.card-destaque__legenda {
  text-align: right;
  font-size: 10px;
  font-weight: 500;
  display: block;
  line-height: 2;
  margin-top: 5px;
}
.card-destaque__conteudo {
  padding-top: 25px;
  color: #1E2F5D;
  padding-right: 15%;
}
.altocontraste .card-destaque__conteudo {
  color: #fff;
}
.card-destaque__conteudo h3 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.card-destaque__conteudo h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.card-destaque__conteudo p {
  color: #575757;
  font-weight: 500;
}
.altocontraste .card-destaque__conteudo p {
  color: #fff;
}

.home-incor {
  width: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .home-incor {
    background-color: #6FDBFF;
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.home-incor .container {
  width: 100%;
  color: #1E2F5D;
  position: relative;
  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;
}
@media screen and (max-width: 600px) {
  .home-incor .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-incor h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.home-incor h2 strong {
  font-weight: 900;
}
.home-incor__altura {
  width: 83.0833333333%;
  height: 0;
  padding-bottom: 32.3333333333%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .home-incor__altura {
    padding-bottom: 0;
    height: auto;
    padding-top: 100px;
  }
}
.home-incor__conteudo {
  position: absolute;
  top: 0;
  left: 0;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #6FDBFF;
}
.altocontraste .home-incor__conteudo {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 600px) {
  .home-incor__conteudo {
    position: static;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0;
    padding-bottom: 0;
  }
}
.home-incor__conteudo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #6FDBFF;
  position: absolute;
  top: 0;
  right: 100%;
}
.altocontraste .home-incor__conteudo:before {
  background-color: #fff;
}
.home-incor__conteudo .col4 {
  width: 39.1%;
}
@media screen and (max-width: 600px) {
  .home-incor__conteudo .col4 {
    width: 100%;
  }
}
.home-incor__conteudo .col3 {
  width: 28.95%;
  margin-left: 8.65%;
}
@media screen and (max-width: 600px) {
  .home-incor__conteudo .col3 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.home-incor__conteudo .circulo {
  background-color: #007ADF;
  width: 39.1%;
  height: 0;
  padding-bottom: 39.1%;
  border-radius: 1000px;
  position: absolute;
  top: 0;
  right: -18.8%;
  font-size: 50px;
  color: #fff;
  line-height: 1;
  font-weight: 300;
}
.altocontraste .home-incor__conteudo .circulo {
  background-color: #333;
}
@media screen and (max-width: 600px) {
  .home-incor__conteudo .circulo {
    top: 0;
    margin-top: -35%;
    right: 15%;
    width: 70%;
    padding-bottom: 70%;
    font-size: 32px;
  }
}
.home-incor__conteudo .circulo strong {
  font-weight: 900;
}
.home-incor__conteudo .circulo .inside {
  position: absolute;
  top: 0;
  left: 0;
  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;
}
.home-incor .link-icone {
  margin: 20px 0;
}

.link-icone {
  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;
}
.link-icone small {
  width: 80px;
  height: 80px;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .link-icone small {
    width: 80px;
    height: 80px;
  }
}
.link-icone span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.capa-imagem {
  width: 100%;
  height: 60vh;
  max-height: 550px;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
}
@media screen and (max-width: 600px) {
  .capa-imagem {
    height: 40vh;
    background-attachment: scroll;
  }
}
.capa-imagem.reduzido {
  height: 40vh;
  max-height: 350px;
}
.capa-imagem.flexible {
  margin-bottom: 50px;
}
.capa-imagem:before {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/grafismo-capa-1@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom -1px left;
}
@media screen and (max-width: 600px) {
  .capa-imagem:before {
    height: 60px;
  }
}
.capa-imagem .inside-small {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.capa-imagem small {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: right;
  line-height: 40px;
  font-size: 10px;
  font-weight: 500;
}

.config-texto img {
  max-width: 100%;
  display: block;
}
.config-texto p {
  margin-bottom: 1.5em;
}
.config-texto p:last-of-type {
  margin-bottom: 0;
}
.config-texto a {
  color: #007ADF;
  font-weight: bold;
}
.config-texto ul {
  list-style-type: disc;
  padding-left: 15px;
  margin-top: 10px;
}

.pagina-padrao {
  padding: 50px 0;
}
.pagina-padrao.nopt {
  padding-top: 0;
  padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .pagina-padrao {
    padding: 25px 0;
  }
}

.config-texto-padrao p {
  margin-bottom: 1.5em;
}
.config-texto-padrao p:last-of-type {
  margin-bottom: 0;
}
.config-texto-padrao a {
  color: #007ADF;
  font-weight: bold;
}
.config-texto-padrao ul {
  list-style-type: disc;
  padding-left: 15px;
  margin-top: 10px;
}
.config-texto-padrao img {
  max-width: 100%;
  display: block;
}
.config-texto-padrao h1, .config-texto-padrao h2, .config-texto-padrao h3 {
  font-weight: bold;
  color: #1E2F5D;
  font-weight: 900;
  margin-bottom: 0.5em;
  line-height: 1.1em;
}
.config-texto-padrao h4, .config-texto-padrao h5, .config-texto-padrao h6 {
  font-weight: 400;
  color: #000;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}
.config-texto-padrao h1 {
  font-size: 44px;
}
@media screen and (max-width: 600px) {
  .config-texto-padrao h1 {
    font-size: 32px;
  }
}
.config-texto-padrao h2 {
  font-size: 36px;
}
@media screen and (max-width: 600px) {
  .config-texto-padrao h2 {
    font-size: 28px;
  }
}
.config-texto-padrao h3 {
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  .config-texto-padrao h3 {
    font-size: 22px;
  }
}
.config-texto-padrao h4 {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .config-texto-padrao h4 {
    font-size: 18px;
  }
}
.config-texto-padrao h5 {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .config-texto-padrao h5 {
    font-size: 16px;
  }
}
.config-texto-padrao h6 {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .config-texto-padrao h6 {
    font-size: 14px;
  }
}
.config-texto-padrao .bloco-centralizado-gg {
  width: 74.625%;
  margin: 0 auto;
}
.config-texto-padrao .bloco-centralizado-gg h3 {
  color: #00BFFF;
  font-size: 24px;
}
.config-texto-padrao .bloco-centralizado-gg p {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .config-texto-padrao .bloco-centralizado-gg {
    width: 100%;
  }
  .config-texto-padrao .bloco-centralizado-gg h3 {
    font-size: 20px;
  }
  .config-texto-padrao .bloco-centralizado-gg p {
    font-size: 14px;
  }
}
.config-texto-padrao .bloco-centralizado-verm {
  width: 74.625%;
  margin: 0 auto;
}
.config-texto-padrao .bloco-centralizado-verm h3 {
  color: #D40000;
  font-size: 24px;
}
.config-texto-padrao .bloco-centralizado-verm p {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .config-texto-padrao .bloco-centralizado-verm {
    width: 100%;
  }
  .config-texto-padrao .bloco-centralizado-verm h3 {
    font-size: 20px;
  }
  .config-texto-padrao .bloco-centralizado-verm p {
    font-size: 14px;
  }
}

.titulo-secao {
  padding-top: 50px;
  padding-bottom: 25px;
}
.titulo-secao h1 {
  font-size: 50px;
  font-weight: 900;
  color: #1E2F5D;
  line-height: 1.1;
}
.altocontraste .titulo-secao h1 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .titulo-secao h1 {
    font-size: 32px;
  }
}
.titulo-secao .botao {
  background-color: #1E2F5D;
  border-radius: 40px;
  height: 40px;
  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: auto;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  padding-inline: 25px;
}
.altocontraste .titulo-secao .botao {
  background-color: #333;
}
.titulo-secao .aviso-link {
  margin-top: 50px;
}
.titulo-secao .aviso-link a {
  text-decoration: underline;
  font-weight: 500;
  color: #007ADF;
}
.titulo-secao .lf {
  margin-top: 25px;
}
.titulo-secao .lf .aviso-link {
  margin-top: 0;
}

.duascolunas {
  padding: 100px 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .duascolunas {
    padding: 50px 0;
  }
}
.duascolunas.ptmeio {
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .duascolunas.ptmeio {
    padding-top: 25px;
  }
}
.duascolunas.nopt {
  padding-top: 0;
}
.duascolunas.nopadding {
  padding: 0;
}
.duascolunas.nopadding .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.duascolunas.nopadding p:empty {
  display: none !important;
}
.duascolunas .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.duascolunas .container.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 600px) {
  .duascolunas .coluna {
    margin-bottom: 30px;
  }
}
.duascolunas .metade {
  width: 49.25%;
}
@media screen and (max-width: 600px) {
  .duascolunas .metade {
    width: 100%;
  }
}
.duascolunas .metadeex {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .duascolunas .metadeex {
    width: 100%;
  }
}
.duascolunas .inteira {
  width: 100%;
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .duascolunas .inteira {
    width: 100%;
    padding-top: 25px;
  }
}
.duascolunas .col3 {
  width: 23.875%;
}
@media screen and (max-width: 600px) {
  .duascolunas .col3 {
    width: 100%;
  }
}
.duascolunas .col4 {
  width: 32.3333333333%;
}
@media screen and (max-width: 600px) {
  .duascolunas .col4 {
    width: 100%;
  }
}
.duascolunas .col5 {
  width: 40.7916666667%;
}
@media screen and (max-width: 600px) {
  .duascolunas .col5 {
    width: 100%;
  }
}
.duascolunas .col6 {
  width: 49.25%;
}
@media screen and (max-width: 600px) {
  .duascolunas .col6 {
    width: 100%;
  }
}
.duascolunas .col7 {
  width: 57.7083333333%;
}
@media screen and (max-width: 600px) {
  .duascolunas .col7 {
    width: 100%;
  }
}
.duascolunas .col8 {
  width: 66.1666666667%;
}
@media screen and (max-width: 600px) {
  .duascolunas .col8 {
    width: 100%;
  }
}
.duascolunas .imagemfull {
  width: 100%;
  padding: 50px 0;
}
.duascolunas .imagemfull img {
  width: 100%;
  display: block;
}
.duascolunas.max10 .container {
  max-width: 920px;
}
@media screen and (max-width: 600px) {
  .duascolunas.max10 .container {
    width: 100%;
  }
}
.duascolunas.max10 .metade {
  width: 49.25%;
}
@media screen and (max-width: 600px) {
  .duascolunas.max10 .metade {
    width: 100%;
  }
}
.duascolunas.max10 .col3 {
  width: 28.95%;
}
@media screen and (max-width: 600px) {
  .duascolunas.max10 .col3 {
    width: 100%;
  }
}
.duascolunas.max10 .col4 {
  width: 39.1%;
}
@media screen and (max-width: 600px) {
  .duascolunas.max10 .col4 {
    width: 100%;
  }
}
.duascolunas.max10 .col5 {
  width: 49.25%;
}
@media screen and (max-width: 600px) {
  .duascolunas.max10 .col5 {
    width: 100%;
  }
}
.duascolunas.max10 .col6 {
  width: 59.4%;
}
@media screen and (max-width: 600px) {
  .duascolunas.max10 .col6 {
    width: 100%;
  }
}
.duascolunas.max10 .col7 {
  width: 69.55%;
}
@media screen and (max-width: 600px) {
  .duascolunas.max10 .col7 {
    width: 100%;
  }
}
.duascolunas.max10 .col8 {
  width: 79.7%;
}
@media screen and (max-width: 600px) {
  .duascolunas.max10 .col8 {
    width: 100%;
  }
}
.duascolunas .destaque {
  font-size: 28px;
  color: #007ADF;
  font-weight: 700;
  padding-right: 10%;
  line-height: 1.3;
}
.altocontraste .duascolunas .destaque {
  color: #fff;
}
.duascolunas .destaque-dark {
  font-size: 28px;
  color: #1E2F5D;
  font-weight: 700;
  padding-right: 0;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.altocontraste .duascolunas .destaque-dark {
  color: #fff;
}
.duascolunas .subdest {
  color: #1E2F5D;
  font-size: 18px;
  font-weight: 700;
}
.altocontraste .duascolunas .subdest {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .duascolunas .subdest {
    font-size: 16px;
  }
}
.duascolunas .subtit {
  color: #1E2F5D;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.altocontraste .duascolunas .subtit {
  color: #fff;
}
.duascolunas .centraliza {
  text-align: center;
}
.duascolunas .link-triang {
  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-bottom: 15px;
}
.duascolunas .link-triang svg {
  width: 24px;
  height: 24px;
}
.duascolunas .link-triang svg path {
  fill: #00BFFF;
}
.altocontraste .duascolunas .link-triang svg path {
  fill: #fff;
}
.duascolunas .link-triang span {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00BFFF;
  margin-left: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
}
.altocontraste .duascolunas .link-triang span {
  color: #fff;
}
.duascolunas.faleconosco-incor .container {
  border-top: 1px solid #00BFFF;
}
.duascolunas.faleconosco-incor .inteira {
  padding-top: 50px;
}
.duascolunas.faleconosco-incor .inteira .destaque {
  color: #00BFFF;
  margin-bottom: 30px;
}
.duascolunas.faleconosco-incor .colincor h3 {
  font-size: 28px;
  color: #00BFFF;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
.altocontraste .duascolunas.faleconosco-incor .colincor h3 {
  color: #fff;
}
.duascolunas.faleconosco-incor .colincor strong {
  color: #00BFFF;
}

.embed-grande {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .embed-grande {
    margin-top: 0;
  }
}
.embed-grande .bloco-embed {
  width: 83.0833333333%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .embed-grande .bloco-embed {
    width: 100%;
  }
}
.embed-grande iframe {
  width: 100%;
}

.zerbini-mago h2 {
  font-size: 50px;
  font-weight: 900;
  color: #00BFFF;
  line-height: 1.1;
  margin-bottom: 25px;
}
.altocontraste .zerbini-mago h2 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .zerbini-mago h2 {
    font-size: 32px;
  }
}
.zerbini-mago p {
  color: #1E2F5D;
  font-style: italic;
  font-size: 18px;
  padding-right: 60px;
}
.altocontraste .zerbini-mago p {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .zerbini-mago p {
    font-size: 16px;
  }
}
.zerbini-mago small {
  display: block;
  color: #2a2a2a;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  margin-top: 25px;
}
.altocontraste .zerbini-mago small {
  color: #fff;
}

.zerbini-bio.coluna {
  padding-right: 6.9583333333%;
}

@media screen and (max-width: 600px) {
  .zerbini-homem {
    padding-top: 0;
  }
}
.zerbini-homem .foto {
  width: 100%;
  display: block;
}
.zerbini-homem .foto-legenda {
  text-transform: uppercase;
  line-height: 40px;
  font-size: 10px;
  font-weight: 500;
  color: #1E2F5D;
}
.altocontraste .zerbini-homem .foto-legenda {
  color: #fff;
}
.zerbini-homem__texto {
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .zerbini-homem__texto {
    padding-top: 0;
  }
}
.zerbini-homem__texto h2 {
  font-size: 50px;
  font-weight: 900;
  color: #1E2F5D;
  line-height: 1.1;
  margin-bottom: 25px;
}
.altocontraste .zerbini-homem__texto h2 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .zerbini-homem__texto h2 {
    font-size: 32px;
  }
}
.zerbini-homem__texto p {
  color: #404040;
  padding-right: 50px;
}
.altocontraste .zerbini-homem__texto p {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .zerbini-homem__texto p {
    padding-right: 0;
  }
}
.zerbini-homem__texto .bibliografia {
  font-size: 10px;
  color: #888383;
  margin-top: 25px;
}
.altocontraste .zerbini-homem__texto .bibliografia {
  color: #fff;
}
.zerbini-homem .box-azul {
  background-color: #6FDBFF;
  padding: 50px;
  margin-top: 250px;
  position: relative;
  padding-bottom: 250px;
}
.altocontraste .zerbini-homem .box-azul {
  background-color: #333;
}
@media screen and (max-width: 600px) {
  .zerbini-homem .box-azul {
    margin-top: 120px;
    padding-bottom: 150px;
  }
}
.zerbini-homem .box-azul:before {
  content: "";
  display: block;
  width: 500px;
  height: 250px;
  position: absolute;
  bottom: 100%;
  left: -75px;
  background-image: url("../img/zerbini-grafismo-2@2x.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom left;
}
@media screen and (max-width: 600px) {
  .zerbini-homem .box-azul:before {
    width: 100%;
    height: 120px;
    left: 0;
  }
}
.zerbini-homem .box-azul:after {
  content: "";
  display: block;
  width: 500px;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 100%;
  background-image: url("../img/zerbini-grafismo-3@2x.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom left;
}
@media screen and (max-width: 600px) {
  .zerbini-homem .box-azul:after {
    width: 100%;
    height: 150px;
    left: 0;
  }
}
.zerbini-homem .box-azul__titulo {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 25px;
}
.zerbini-homem .box-azul .anos {
  color: #1E2F5D;
}
.altocontraste .zerbini-homem .box-azul .anos {
  color: #fff;
}
.zerbini-homem .box-azul .anos li {
  margin-bottom: 25px;
}
.zerbini-homem .box-azul .anos h3 {
  color: #007ADF;
  font-weight: 700;
  font-size: 20px;
}
.altocontraste .zerbini-homem .box-azul .anos h3 {
  color: #fff;
}
.zerbini-homem .zerbini-iframe {
  width: 100%;
  margin-top: -50px;
  position: relative;
  z-index: 50;
}
.zerbini-homem .zerbini-iframe iframe {
  display: block;
  width: 83.0833333333%;
  margin: 0 auto;
}

.issuu-link {
  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;
}
.issuu-link.mtnegativo {
  margin-top: -50px;
  position: relative;
  z-index: 100;
}
.issuu-link .clique {
  display: inline-block;
  width: 23.875%;
  height: 140px;
  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;
  background-color: #6FDBFF;
  color: #1E2F5D;
  font-weight: bold;
  font-size: 24px;
  padding-left: 6.9583333333%;
  position: relative;
  top: 50px;
  margin-left: 6.9583333333%;
}
.altocontraste .issuu-link .clique {
  color: #fff;
  background-color: #333;
}
.issuu-link .clique:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: -20px;
  background-image: url("../img/seta-issu@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
@media screen and (max-width: 600px) {
  .issuu-link .clique {
    width: 40.7916666667%;
    font-size: 12px;
    height: 80px;
    top: 70px;
    margin-left: 0;
  }
  .issuu-link .clique:before {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    left: -12px;
  }
}
.issuu-link img {
  display: block;
  width: 49.25%;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 600px) {
  .issuu-link img {
    width: 57.7083333333%;
  }
}
.issuu-link.shortcode {
  margin-top: 30px;
}
.issuu-link.shortcode .clique {
  width: 23.875%;
  font-size: 20px;
}
.issuu-link.shortcode .clique:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: -15px;
  background-image: url("../img/seta-issu@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.issuu-link.shortcode img {
  display: block;
  width: 49.25%;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 600px) {
  .issuu-link.shortcode img {
    width: 57.7083333333%;
  }
}
.codigo-etica-embed .issuu-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.codigo-etica-embed .issuu-link .clique {
  width: 40.7916666667%;
  padding-left: 0;
  margin-left: 0;
  padding-right: 50px;
}
@media screen and (max-width: 600px) {
  .codigo-etica-embed .issuu-link .clique {
    font-size: 12px;
  }
}
.codigo-etica-embed .issuu-link .clique:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: auto;
  right: -13px;
}
@media screen and (max-width: 600px) {
  .codigo-etica-embed .issuu-link .clique:before {
    width: 60px;
    height: 60px;
    right: -12px;
    margin-top: -30px;
  }
}
.codigo-etica-embed .issuu-link img {
  width: 57.7083333333%;
}

.historia-incor {
  width: 100%;
  background-color: #6FDBFF;
  position: relative;
  padding-top: 0;
}
.historia-incor:before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.altocontraste .historia-incor:before {
  background-color: #000;
}
@media screen and (max-width: 600px) {
  .historia-incor:before {
    height: 100px;
  }
}
.historia-incor .grafismo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 240px;
}
.historia-incor .grafismo .inside {
  width: 100%;
  height: 100%;
  background-image: url("../img/historia-grafismo-1@2x.png");
  background-size: auto 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .historia-incor .grafismo .inside {
    display: none;
  }
}
.historia-incor .container {
  max-width: 920px;
  position: relative;
  z-index: 20;
}
.historia-incor__video {
  margin-bottom: 50px;
  width: 100%;
}
.historia-incor .coluna h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
}
@media screen and (max-width: 600px) {
  .historia-incor .coluna h2 {
    font-size: 30px;
  }
  .historia-incor .coluna h2 br {
    display: none;
  }
}
.historia-incor .item-lista {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #1E2F5D;
  position: relative;
}
.altocontraste .historia-incor .item-lista {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .historia-incor .item-lista {
    width: 90%;
    margin-left: 8%;
  }
}
.historia-incor .item-lista svg {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  position: absolute;
  top: 4px;
  left: -40px;
}
.historia-incor .item-lista span {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid #1E2F5D;
  padding-bottom: 20px;
  font-weight: 600;
}

.bloco-imagem img {
  width: 100%;
  display: block;
}
.bloco-imagem small {
  display: block;
  font-weight: 500;
  color: #1E2F5D;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
}
.altocontraste .bloco-imagem small {
  color: #fff;
}

.bloco-embed {
  width: 100%;
}
.bloco-embed iframe {
  width: 100%;
}

.linhadotempo {
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .linhadotempo {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .linhadotempo.versaodesk {
    display: none;
  }
}
.linhadotempo.versaoresp {
  display: none;
}
@media screen and (max-width: 600px) {
  .linhadotempo.versaoresp {
    display: block;
  }
}
.linhadotempo__titulo {
  color: #00BFFF;
  font-weight: 900;
  font-size: 59px;
  line-height: 1;
  margin-bottom: 50px;
}
.altocontraste .linhadotempo__titulo {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .linhadotempo__titulo {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .linhadotempo__titulo br {
    display: none;
  }
}
.linhadotempo__conteudo {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .linhadotempo__conteudo {
    display: block;
  }
}
.linhadotempo__nav {
  width: 15.4166666667%;
  font-size: 17px;
  font-weight: 700;
  position: sticky;
  top: 0;
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .linhadotempo__nav {
    position: relative;
    font-size: 14px;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .linhadotempo__nav li {
    display: inline-block;
    padding: 10px 0;
  }
}
.linhadotempo__nav a {
  display: block;
  margin-bottom: 10px;
  color: #CFCFCF;
}
@media screen and (max-width: 600px) {
  .linhadotempo__nav a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.linhadotempo__nav a:hover, .linhadotempo__nav a.ativo {
  color: #00BFFF;
}
.altocontraste .linhadotempo__nav a {
  color: #fff;
}
.altocontraste .linhadotempo__nav a:hover, .altocontraste .linhadotempo__nav a.ativo {
  color: #fff;
  text-decoration: underline;
}
.linhadotempo__display {
  width: 83.0833333333%;
  height: auto;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media screen and (max-width: 600px) {
  .linhadotempo__display {
    width: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.linhadotempo__display .prev {
  display: none;
}
@media screen and (max-width: 600px) {
  .linhadotempo__display .prev {
    display: block;
    position: absolute;
    top: 80px;
    left: -25px;
    font-size: 22px;
  }
}
.linhadotempo__display .next {
  display: none;
}
@media screen and (max-width: 600px) {
  .linhadotempo__display .next {
    display: block;
    position: absolute;
    top: 80px;
    right: -25px;
    font-size: 22px;
  }
}
.linhadotempo__slide {
  position: relative;
}
.linhadotempo__dots {
  text-align: center;
  padding-top: 50px;
}
.linhadotempo__dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
.linhadotempo__dots li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d2d2d2;
  border-radius: 30px;
}
.linhadotempo__dots li a:hover, .linhadotempo__dots li a.ativo {
  background-color: #00BFFF;
}

.versaodesk .linhadotempo__slide {
  width: 100%;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  max-height: 0;
  -webkit-transition: opacity 1.3s, -webkit-transform 1s;
  transition: opacity 1.3s, -webkit-transform 1s;
  transition: opacity 1.3s, transform 1s;
  transition: opacity 1.3s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translate3d(0, 0, 100px);
          transform: translate3d(0, 0, 100px);
}
.versaodesk .linhadotempo__slide.ativo {
  position: static;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1.3s, -webkit-transform 1s;
  transition: opacity 1.3s, -webkit-transform 1s;
  transition: opacity 1.3s, transform 1s;
  transition: opacity 1.3s, transform 1s, -webkit-transform 1s;
  max-height: 2000px;
}
.versaodesk .linhadotempo__slide .imgfull {
  display: block;
  width: 100%;
}
.versaodesk .linhadotempo__slide .imggrafismo {
  width: 100%;
  display: block;
  position: relative;
}
.versaodesk .linhadotempo__slide .imggrafismo .grafismo {
  position: absolute;
  top: 0;
  right: 0;
}
.versaodesk .linhadotempo__slide .ano {
  font-size: 100px;
  font-weight: 800;
  color: #1E2F5D;
  line-height: 1.5;
}
.altocontraste .versaodesk .linhadotempo__slide .ano {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .versaodesk .linhadotempo__slide .ano {
    font-size: 72px;
  }
}
.versaodesk .linhadotempo__slide .texto {
  font-size: 14px;
  font-weight: 500;
}
.versaodesk .linhadotempo__slide.ano2019 .texto {
  width: 39.1%;
}
@media screen and (max-width: 600px) {
  .versaodesk .linhadotempo__slide.ano2019 .texto {
    width: 100%;
  }
}
.versaodesk .linhadotempo__slide.ano2019 .lateral {
  width: 39.1%;
  position: relative;
  top: -70px;
}
.versaodesk .linhadotempo__slide.ano2019 .lateral .lat-azul {
  background-color: #00BFFF;
  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;
  padding: 40px 30px;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}
.versaodesk .linhadotempo__slide.ano2019 .lateral .lat-azul img {
  height: 50px;
}
.versaodesk .linhadotempo__slide.ano2019 .lateral .lat-azul p {
  color: #fff;
  padding-left: 20px;
  font-size: 19px;
  font-weight: bold;
}
.versaodesk .linhadotempo__slide.ano2019 .lateral .aux {
  color: #00BFFF;
  margin-top: 20px;
  padding-left: 40px;
}
.versaodesk .linhadotempo__slide.ano2018 .grafismo {
  width: 28.95%;
}
.versaodesk .linhadotempo__slide.ano2018 .texto {
  font-size: 33px;
  color: #1E2F5D;
}
.altocontraste .versaodesk .linhadotempo__slide.ano2018 .texto {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano2018 .col-ano {
  background-color: #00BFFF;
  text-align: right;
  padding-right: 20px;
}
.versaodesk .linhadotempo__slide.ano2018 .col-ano .ano {
  font-size: 147px;
  color: #fff;
  line-height: 1.1;
}
.versaodesk .linhadotempo__slide.ano2017 {
  color: #1E2F5D;
}
.altocontraste .versaodesk .linhadotempo__slide.ano2017 {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano2017 .coltexto {
  background-color: #00BFFF;
  width: 46%;
}
.versaodesk .linhadotempo__slide.ano2017 .colimg {
  width: 54%;
}
.versaodesk .linhadotempo__slide.ano2017 .descitens {
  padding: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.versaodesk .linhadotempo__slide.ano2017 .descitens img {
  width: 50px;
  display: block;
  margin-bottom: 10px;
}
.versaodesk .linhadotempo__slide.ano2017 .descitens p {
  margin-bottom: 50px;
  width: 85%;
}
.versaodesk .linhadotempo__slide.ano2016 {
  color: #1E2F5D;
}
.altocontraste .versaodesk .linhadotempo__slide.ano2016 {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano2016 .coltexto {
  width: 46%;
}
.versaodesk .linhadotempo__slide.ano2016 .coltexto .graf1 {
  display: block;
  width: 85px;
}
.versaodesk .linhadotempo__slide.ano2016 .coltexto .boxazul {
  background-color: #00BFFF;
  padding: 40px;
}
.versaodesk .linhadotempo__slide.ano2016 .coltexto .boxazul h3 {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano2016 .coltexto .boxtransp {
  padding: 40px;
}
.versaodesk .linhadotempo__slide.ano2016 .coltexto .boxtransp hr {
  display: block;
  background-color: #fff;
  border: none;
  border-top: 1px solid #00BFFF;
  margin: 15px 0;
}
.versaodesk .linhadotempo__slide.ano2016 .colimg {
  width: 54%;
  position: relative;
}
.versaodesk .linhadotempo__slide.ano2016 .colimg .legenda-texto {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1E2F5D;
  color: #fff;
  padding: 50px 30px;
}
.versaodesk .linhadotempo__slide.ano2016 .colimg .legenda-texto h3 {
  font-size: 49px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 15px;
}
.versaodesk .linhadotempo__slide.ano2016 .colimg .legenda-texto p {
  width: 80%;
}
.versaodesk .linhadotempo__slide.ano2015 {
  color: #1E2F5D;
}
.altocontraste .versaodesk .linhadotempo__slide.ano2015 {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano2015 .graf1 {
  display: block;
  width: 85px;
}
.versaodesk .linhadotempo__slide.ano2015 .colesq {
  display: block;
  width: 65%;
}
.versaodesk .linhadotempo__slide.ano2015 .colesq .graf2 {
  display: block;
  height: 68px;
}
.versaodesk .linhadotempo__slide.ano2015 .texto1 {
  background-color: #00BFFF;
  padding: 30px;
}
.versaodesk .linhadotempo__slide.ano2015 .texto1 .ano {
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
.versaodesk .linhadotempo__slide.ano2015 .texto1 .texto1-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  position: relative;
}
.versaodesk .linhadotempo__slide.ano2015 .texto1 .texto1-cols:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
}
.versaodesk .linhadotempo__slide.ano2015 .texto1 .texto1-cols p {
  width: 45%;
}
.versaodesk .linhadotempo__slide.ano2015 .texto2 {
  background-color: #1E2F5D;
  background-image: url("../img/2015-foto.jpg");
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano2015 .texto2 .texto2-inside {
  width: 60%;
  padding: 30px;
  background-color: #1E2F5D;
}
.versaodesk .linhadotempo__slide.ano2015 .coldir {
  width: 35%;
  background-color: #D40000;
  color: #fff;
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
  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;
  padding: 30px;
}
.versaodesk .linhadotempo__slide.ano2015 .coldir h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 25px;
}
.versaodesk .linhadotempo__slide.ano2015 .coldir h3 strong {
  font-weight: 900;
  font-size: 49px;
}
.versaodesk .linhadotempo__slide.ano2015 .coldir p {
  width: 75%;
  font-size: 13px;
}
.versaodesk .linhadotempo__slide.ano2014 {
  position: relative;
}
.versaodesk .linhadotempo__slide.ano2014 .blocotexto {
  background-color: #00BFFF;
  padding: 30px;
  width: 39.1%;
  color: #1E2F5D;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.versaodesk .linhadotempo__slide.ano2014 .blocotexto .ano {
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
}
.versaodesk .linhadotempo__slide.ano2014 .blocotexto img {
  display: block;
  height: 60px;
  position: absolute;
  top: 60px;
  left: 100%;
}
.versaodesk .linhadotempo__slide.ano2014 .graf2 {
  display: block;
  text-align: right;
}
.versaodesk .linhadotempo__slide.ano2014 .graf2 img {
  height: 50px;
  display: inline-block;
  margin-bottom: 0;
}
.versaodesk .linhadotempo__slide.ano2013 img {
  display: block;
  margin-left: 18.8%;
  height: 65px;
  margin-bottom: 20px;
}
.versaodesk .linhadotempo__slide.ano2013 .blocotexto {
  width: 39.1%;
  position: relative;
  margin-left: 18.8%;
}
.versaodesk .linhadotempo__slide.ano2013 .blocotexto:before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  background-image: url("../img/2013-anoimg@2x.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 105%;
}
.versaodesk .linhadotempo__slide.ano2013 .blocotexto:after {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background-image: url("../img/2013-graf2@2x.png");
  background-size: auto 80%;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 105%;
}
.versaodesk .linhadotempo__slide.ano2013 .blocotexto p {
  padding-right: 50px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #00BFFF;
}
.versaodesk .linhadotempo__slide.ano2012 .blocotexto {
  color: #1E2F5D;
}
.altocontraste .versaodesk .linhadotempo__slide.ano2012 .blocotexto {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano2012 .blocotexto .ano {
  color: #00BFFF;
  line-height: 1;
  margin-bottom: 20px;
}
.altocontraste .versaodesk .linhadotempo__slide.ano2012 .blocotexto .ano {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano2012 .blocotexto h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
.versaodesk .linhadotempo__slide.ano2012 .blocotexto p {
  width: 70%;
  font-size: 20px;
  font-weight: 400;
}
.versaodesk .linhadotempo__slide.ano2000 .fundo2000 {
  display: block;
  width: 59.4%;
  position: relative;
  margin-left: 18.8%;
}
.versaodesk .linhadotempo__slide.ano2000 .fundo2000 img {
  display: block;
  width: 100%;
}
.versaodesk .linhadotempo__slide.ano2000 .blocotexto {
  color: #1E2F5D;
  width: 49.25%;
  position: absolute;
  top: -10px;
  left: 65%;
}
.altocontraste .versaodesk .linhadotempo__slide.ano2000 .blocotexto {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano2000 .blocotexto .ano {
  color: #00BFFF;
  line-height: 1;
  margin-bottom: 10px;
}
.altocontraste .versaodesk .linhadotempo__slide.ano2000 .blocotexto .ano {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano2000 .blocotexto h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.versaodesk .linhadotempo__slide.ano1998 {
  color: #1E2F5D;
}
.altocontraste .versaodesk .linhadotempo__slide.ano1998 {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano1998 .basecapa {
  width: 79.7%;
  margin: 0 auto;
}
.versaodesk .linhadotempo__slide.ano1998 .basecapa img {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.versaodesk .linhadotempo__slide.ano1998 .basecapa h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
.versaodesk .linhadotempo__slide.ano1997 {
  color: #1E2F5D;
}
.altocontraste .versaodesk .linhadotempo__slide.ano1997 {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano1997 .basecapa {
  width: 59.4%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.versaodesk .linhadotempo__slide.ano1997 .basecapa img {
  display: block;
  width: 100%;
}
.versaodesk .linhadotempo__slide.ano1997 .basecapa .ano {
  font-size: 144px;
  line-height: 1;
  color: #00BFFF;
}
.versaodesk .linhadotempo__slide.ano1997 .basecapa h4 {
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}
.versaodesk .linhadotempo__slide.ano1988 .blocotexto {
  color: #1E2F5D;
  padding-left: 50px;
}
.altocontraste .versaodesk .linhadotempo__slide.ano1988 .blocotexto {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano1988 .blocotexto .ano {
  font-size: 144px;
  line-height: 1;
  color: #00BFFF;
  position: relative;
  left: -85px;
}
.altocontraste .versaodesk .linhadotempo__slide.ano1988 .blocotexto .ano {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano1988 .blocotexto h4 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}
.versaodesk .linhadotempo__slide.ano1978 .topo {
  position: relative;
}
.versaodesk .linhadotempo__slide.ano1978 .topo .ano {
  position: absolute;
  bottom: 0;
  right: 50px;
  color: #00BFFF;
  font-size: 144px;
}
.altocontraste .versaodesk .linhadotempo__slide.ano1978 .topo .ano {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano1978 .topo .col3 img {
  width: 90%;
}
.versaodesk .linhadotempo__slide.ano1978 .graf2 {
  height: 60px;
  display: block;
  margin-bottom: 30px;
}
.versaodesk .linhadotempo__slide.ano1978 .texto {
  font-size: 20px;
  color: #1E2F5D;
  font-weight: 900;
  width: 54.25%;
}
.altocontraste .versaodesk .linhadotempo__slide.ano1978 .texto {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano1977 .topo {
  position: relative;
}
.versaodesk .linhadotempo__slide.ano1977 .topo .ano {
  color: #00BFFF;
  font-size: 144px;
  line-height: 1;
}
.altocontraste .versaodesk .linhadotempo__slide.ano1977 .topo .ano {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano1977 .topo h4 {
  font-size: 30px;
  font-weight: 600;
  color: #1E2F5D;
  line-height: 1.2;
}
.altocontraste .versaodesk .linhadotempo__slide.ano1977 .topo h4 {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano1977 .topo img {
  width: 80px;
  display: block;
}
.versaodesk .linhadotempo__slide.ano1977 .direita {
  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;
}
.versaodesk .linhadotempo__slide.ano1977 .fimagem {
  width: 69.55%;
  position: relative;
}
.versaodesk .linhadotempo__slide.ano1977 .fimagem .capa {
  display: block;
  width: 100%;
}
.versaodesk .linhadotempo__slide.ano1977 .fimagem .graf2 {
  display: block;
  position: absolute;
  bottom: 0;
  left: -102px;
  width: 180px;
}
.versaodesk .linhadotempo__slide.ano1969 .topo {
  position: relative;
}
.versaodesk .linhadotempo__slide.ano1969 .topo .ano {
  color: #00BFFF;
  font-size: 140px;
  line-height: 1;
}
.altocontraste .versaodesk .linhadotempo__slide.ano1969 .topo .ano {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano1969 .topo .texto {
  font-size: 30px;
  font-weight: 500;
  color: #1E2F5D;
  line-height: 1.2;
}
.altocontraste .versaodesk .linhadotempo__slide.ano1969 .topo .texto {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano1969 .direita {
  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;
}
.versaodesk .linhadotempo__slide.ano1969 .img69 {
  width: 79.7%;
  margin-top: 40px;
}
.versaodesk .linhadotempo__slide.ano1969 .img69 img {
  display: block;
  width: 100%;
}
.versaodesk .linhadotempo__slide.ano1963 .grafismo {
  width: 28.95%;
}
.versaodesk .linhadotempo__slide.ano1963 .texto {
  font-size: 25px;
  color: #1E2F5D;
  padding: 0 30px;
}
.altocontraste .versaodesk .linhadotempo__slide.ano1963 .texto {
  color: #fff;
}
.versaodesk .linhadotempo__slide.ano1963 .col-ano {
  background-color: #00BFFF;
  text-align: center;
  padding-right: 20px;
}
.versaodesk .linhadotempo__slide.ano1963 .col-ano .ano {
  font-size: 110px;
  color: #fff;
  line-height: 1.5;
}

.fcolunas {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .fcolunas {
    display: block;
  }
}
.fcolunas.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fcolunas.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fcolunas.ais {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fcolunas .inteira {
  width: 100%;
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .fcolunas .inteira {
    width: 100%;
    padding-top: 25px;
  }
}
.fcolunas .col3 {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .fcolunas .col3 {
    width: 100%;
  }
}
.fcolunas .col4 {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .fcolunas .col4 {
    width: 100%;
  }
}
.fcolunas .col5 {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .fcolunas .col5 {
    width: 100%;
  }
}
.fcolunas .col6 {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .fcolunas .col6 {
    width: 100%;
  }
}
.fcolunas .col7 {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .fcolunas .col7 {
    width: 100%;
  }
}
.fcolunas .col8 {
  width: 80%;
}
@media screen and (max-width: 600px) {
  .fcolunas .col8 {
    width: 100%;
  }
}

.versaoresp .linhadotempo__slide {
  width: 100%;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  max-height: 0;
  -webkit-transition: opacity 1.3s, -webkit-transform 1s;
  transition: opacity 1.3s, -webkit-transform 1s;
  transition: opacity 1.3s, transform 1s;
  transition: opacity 1.3s, transform 1s, -webkit-transform 1s;
}
.versaoresp .linhadotempo__slide.ativo {
  position: static;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  display: block;
  -webkit-transition: opacity 1.3s, -webkit-transform 1s;
  transition: opacity 1.3s, -webkit-transform 1s;
  transition: opacity 1.3s, transform 1s;
  transition: opacity 1.3s, transform 1s, -webkit-transform 1s;
  max-height: 2000px;
}
.versaoresp .linhadotempo__slide .fundoimg {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.versaoresp .linhadotempo__slide .imgfull {
  display: block;
  width: 100%;
}
.versaoresp .linhadotempo__slide .imggrafismo {
  width: 100%;
  display: block;
  position: relative;
}
.versaoresp .linhadotempo__slide .imggrafismo .grafismo {
  position: absolute;
  top: 0;
  right: 0;
}
.versaoresp .linhadotempo__slide .ano {
  font-size: 100px;
  font-weight: 800;
  color: #1E2F5D;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .versaoresp .linhadotempo__slide .ano {
    font-size: 72px;
  }
}
.versaoresp .linhadotempo__slide .texto {
  font-size: 14px;
  font-weight: 500;
}
.versaoresp .linhadotempo__slide.ano2019 .texto {
  width: 39.1%;
}
@media screen and (max-width: 600px) {
  .versaoresp .linhadotempo__slide.ano2019 .texto {
    width: 100%;
  }
}
.versaoresp .linhadotempo__slide.ano2019 .lateral {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.versaoresp .linhadotempo__slide.ano2019 .lateral .lat-azul {
  background-color: #00BFFF;
  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;
  padding: 40px 30px;
  border-radius: 500px;
}
.versaoresp .linhadotempo__slide.ano2019 .lateral .lat-azul img {
  height: 50px;
}
.versaoresp .linhadotempo__slide.ano2019 .lateral .lat-azul p {
  color: #fff;
  padding-left: 18px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
}
.versaoresp .linhadotempo__slide.ano2019 .lateral .aux {
  color: #00BFFF;
  margin-top: 20px;
}
.versaoresp .linhadotempo__slide.ano2018 .grafismo {
  width: 28.95%;
}
.versaoresp .linhadotempo__slide.ano2018 .texto {
  font-size: 22px;
  color: #1E2F5D;
}
.versaoresp .linhadotempo__slide.ano2018 .col-ano {
  background-color: #00BFFF;
  text-align: right;
  padding: 10px 20px;
  display: inline-block;
  width: auto;
  position: relative;
  top: -20px;
}
.versaoresp .linhadotempo__slide.ano2018 .col-ano .ano {
  font-size: 80px;
  color: #fff;
  line-height: 1.1;
}
.versaoresp .linhadotempo__slide.ano2017 {
  color: #1E2F5D;
}
.versaoresp .linhadotempo__slide.ano2017 .colimg {
  width: 100%;
  position: relative;
}
.versaoresp .linhadotempo__slide.ano2017 .colimg img {
  width: 70%;
}
.versaoresp .linhadotempo__slide.ano2017 .colimg .ano {
  display: inline-block;
  background-color: #00BFFF;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1.1;
}
.versaoresp .linhadotempo__slide.ano2017 .coltexto {
  width: 100%;
}
.versaoresp .linhadotempo__slide.ano2017 .descitens {
  padding-top: 30px;
}
.versaoresp .linhadotempo__slide.ano2017 .descitens .item {
  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;
}
.versaoresp .linhadotempo__slide.ano2017 .descitens img {
  width: 50px;
  display: block;
  margin-bottom: 10px;
  margin-right: 30px;
}
.versaoresp .linhadotempo__slide.ano2017 .descitens p {
  margin-bottom: 50px;
  width: auto;
  display: inline-block;
}
.versaoresp .linhadotempo__slide.ano2016 {
  color: #1E2F5D;
}
.versaoresp .linhadotempo__slide.ano2016 .coltexto {
  width: 100%;
}
.versaoresp .linhadotempo__slide.ano2016 .coltexto .boxazul {
  background-color: #00BFFF;
  padding: 40px;
  padding-top: 20px;
  position: relative;
}
.versaoresp .linhadotempo__slide.ano2016 .coltexto .boxazul h3 {
  color: #fff;
}
.versaoresp .linhadotempo__slide.ano2016 .coltexto .boxazul .graf1 {
  display: block;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.versaoresp .linhadotempo__slide.ano2016 .coltexto .boxtransp {
  padding: 30px;
}
.versaoresp .linhadotempo__slide.ano2016 .coltexto .boxtransp hr {
  display: block;
  background-color: #fff;
  border: none;
  border-top: 1px solid #00BFFF;
  margin: 15px 0;
}
.versaoresp .linhadotempo__slide.ano2016 .colimg {
  width: 100%;
  position: relative;
}
.versaoresp .linhadotempo__slide.ano2016 .colimg .fundoimg {
  padding-bottom: 110%;
  position: relative;
  background-size: 100% auto;
  background-position: top center;
}
.versaoresp .linhadotempo__slide.ano2016 .colimg .fundoimg img {
  width: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.versaoresp .linhadotempo__slide.ano2016 .colimg .legenda-texto {
  width: 100%;
  background-color: #1E2F5D;
  color: #fff;
  padding: 30px;
}
.versaoresp .linhadotempo__slide.ano2016 .colimg .legenda-texto h3 {
  font-size: 49px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 15px;
}
.versaoresp .linhadotempo__slide.ano2016 .colimg .legenda-texto p {
  width: 100%;
}
.versaoresp .linhadotempo__slide.ano2015 {
  color: #1E2F5D;
}
.versaoresp .linhadotempo__slide.ano2015 .graf1 {
  display: block;
  width: 85px;
}
.versaoresp .linhadotempo__slide.ano2015 .colesq {
  display: block;
  width: 100%;
}
.versaoresp .linhadotempo__slide.ano2015 .colesq .graf2 {
  display: block;
  height: 68px;
}
.versaoresp .linhadotempo__slide.ano2015 .texto1 {
  background-color: #00BFFF;
  padding: 20px;
}
.versaoresp .linhadotempo__slide.ano2015 .texto1 .ano {
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
.versaoresp .linhadotempo__slide.ano2015 .linhagrafs img {
  display: inline-block;
  width: auto;
  height: 45px;
  margin-right: 20px;
}
.versaoresp .linhadotempo__slide.ano2015 .texto2rev {
  padding: 20px;
}
.versaoresp .linhadotempo__slide.ano2015 .texto2 {
  background-color: #1E2F5D;
  background-image: url("../img/2015-foto.jpg");
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
  color: #fff;
  margin-left: -10%;
  margin-right: -10%;
}
.versaoresp .linhadotempo__slide.ano2015 .texto2 .texto2-inside {
  width: 100%;
  padding: 30px;
  padding-bottom: 50px;
  background-color: #1E2F5D;
}
.versaoresp .linhadotempo__slide.ano2015 .imgfull {
  margin-top: -30px;
  position: relative;
  z-index: 20;
}
.versaoresp .linhadotempo__slide.ano2015 .coldir {
  width: 100%;
  color: #888383;
  padding-top: 30px;
}
.versaoresp .linhadotempo__slide.ano2015 .coldir h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 25px;
  color: #FF3800;
}
.versaoresp .linhadotempo__slide.ano2015 .coldir h3 strong {
  font-weight: 900;
  font-size: 49px;
}
.versaoresp .linhadotempo__slide.ano2014 {
  position: relative;
}
.versaoresp .linhadotempo__slide.ano2014 .blocotexto {
  background-color: #00BFFF;
  padding: 20px;
  width: 100%;
  color: #1E2F5D;
  z-index: 50;
}
.versaoresp .linhadotempo__slide.ano2014 .blocotexto .ano {
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
}
.versaoresp .linhadotempo__slide.ano2014 .blocotexto img {
  display: block;
  height: 60px;
  position: absolute;
  top: 60px;
  left: 100%;
}
.versaoresp .linhadotempo__slide.ano2014 .graf2 {
  display: block;
  text-align: right;
}
.versaoresp .linhadotempo__slide.ano2014 .graf2 img {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}
.versaoresp .linhadotempo__slide.ano2013 .graf1 {
  display: block;
  margin-left: 20%;
  width: 60%;
  position: relative;
  left: -20px;
}
.versaoresp .linhadotempo__slide.ano2013 .blocotexto {
  width: 80%;
  position: relative;
  margin-left: 20%;
}
.versaoresp .linhadotempo__slide.ano2013 .blocotexto:before {
  content: "";
  display: block;
  width: 70px;
  height: 100%;
  background-image: url("../img/2013-anoimg@2x.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 105%;
}
.versaoresp .linhadotempo__slide.ano2013 .blocotexto .graf2 {
  width: 60px;
  position: absolute;
  bottom: -20px;
  left: -80px;
}
.versaoresp .linhadotempo__slide.ano2013 .blocotexto p {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #00BFFF;
}
.versaoresp .linhadotempo__slide.ano2012 .blocotexto {
  color: #1E2F5D;
  padding-left: 20px;
  margin-bottom: 30px;
}
.versaoresp .linhadotempo__slide.ano2012 .blocotexto .ano {
  color: #00BFFF;
  line-height: 1;
  margin-bottom: 20px;
}
.versaoresp .linhadotempo__slide.ano2012 .blocotexto h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
.versaoresp .linhadotempo__slide.ano2012 .blocotexto p {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
}
.versaoresp .linhadotempo__slide.ano2000 .fundo2000 {
  display: block;
  width: 100%;
  position: relative;
}
.versaoresp .linhadotempo__slide.ano2000 .fundo2000 img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.versaoresp .linhadotempo__slide.ano2000 .blocotexto {
  color: #1E2F5D;
  width: 90%;
  margin-left: 10%;
}
.versaoresp .linhadotempo__slide.ano2000 .blocotexto .ano {
  color: #00BFFF;
  line-height: 1;
  margin-bottom: 10px;
}
.versaoresp .linhadotempo__slide.ano2000 .blocotexto h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.versaoresp .linhadotempo__slide.ano1998 {
  color: #1E2F5D;
}
.versaoresp .linhadotempo__slide.ano1998 .basecapa {
  width: 100%;
}
.versaoresp .linhadotempo__slide.ano1998 .basecapa img {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.versaoresp .linhadotempo__slide.ano1998 .basecapa h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.versaoresp .linhadotempo__slide.ano1997 {
  color: #1E2F5D;
}
.versaoresp .linhadotempo__slide.ano1997 .basecapa {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.versaoresp .linhadotempo__slide.ano1997 .basecapa img {
  display: block;
  width: 100%;
}
.versaoresp .linhadotempo__slide.ano1997 .basecapa .ano {
  font-size: 80px;
  line-height: 1;
  color: #00BFFF;
}
.versaoresp .linhadotempo__slide.ano1997 .basecapa h4 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}
.versaoresp .linhadotempo__slide.ano1988 {
  text-align: right;
}
.versaoresp .linhadotempo__slide.ano1988 .colimg {
  width: 80%;
}
.versaoresp .linhadotempo__slide.ano1988 .blocotexto {
  display: inline-block;
  background-color: #00BFFF;
  padding: 20px;
  text-align: left;
  margin-top: -90px;
}
.versaoresp .linhadotempo__slide.ano1988 .blocotexto .ano {
  font-size: 80px;
  line-height: 1;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.versaoresp .linhadotempo__slide.ano1988 .blocotexto h4 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: #1E2F5D;
}
.versaoresp .linhadotempo__slide.ano1978 .topo {
  position: relative;
  margin-top: 40px;
  text-align: right;
}
.versaoresp .linhadotempo__slide.ano1978 .topo .ano {
  position: absolute;
  bottom: 0;
  right: 50px;
  color: #00BFFF;
  font-size: 144px;
}
.versaoresp .linhadotempo__slide.ano1978 .topo .col3 img {
  width: 90%;
}
.versaoresp .linhadotempo__slide.ano1978 .colimg {
  position: relative;
}
.versaoresp .linhadotempo__slide.ano1978 .colimg .graf1 {
  height: 80px;
  position: absolute;
  top: -40px;
  left: 0;
}
.versaoresp .linhadotempo__slide.ano1978 .graf2 {
  height: 25px;
  display: inline-block;
}
.versaoresp .linhadotempo__slide.ano1978 .texto {
  color: #1E2F5D;
  font-size: 16px;
  margin-top: -20px;
}
.versaoresp .linhadotempo__slide.ano1978 .texto .ano {
  color: #00BFFF;
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.versaoresp .linhadotempo__slide.ano1977 .topo {
  position: relative;
}
.versaoresp .linhadotempo__slide.ano1977 .topo .col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.versaoresp .linhadotempo__slide.ano1977 .topo .ano {
  color: #00BFFF;
  font-size: 80px;
  line-height: 1;
}
.versaoresp .linhadotempo__slide.ano1977 .topo h4 {
  font-size: 30px;
  font-weight: 600;
  color: #1E2F5D;
  line-height: 1.2;
}
.versaoresp .linhadotempo__slide.ano1977 .topo img {
  height: 100px;
  display: block;
}
.versaoresp .linhadotempo__slide.ano1977 .texto {
  font-size: 24px;
  font-weight: 600;
  color: #1E2F5D;
  line-height: 1.2;
  margin-top: 20px;
}
.versaoresp .linhadotempo__slide.ano1977 .fimagem {
  width: 100%;
  position: relative;
  text-align: right;
}
.versaoresp .linhadotempo__slide.ano1977 .fimagem .capa {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
.versaoresp .linhadotempo__slide.ano1977 .fimagem .graf2 {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 90px;
}
.versaoresp .linhadotempo__slide.ano1969 .topo {
  position: relative;
  margin-top: -70px;
}
.versaoresp .linhadotempo__slide.ano1969 .topo .ano {
  color: #00BFFF;
  font-size: 60px;
  line-height: 1;
  padding-left: 10px;
}
.versaoresp .linhadotempo__slide.ano1969 .topo .texto {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #1E2F5D;
  line-height: 1.2;
}
.versaoresp .linhadotempo__slide.ano1969 .topo .texto br {
  display: none;
}
.versaoresp .linhadotempo__slide.ano1969 .direita {
  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;
}
.versaoresp .linhadotempo__slide.ano1969 .img69 {
  width: 100%;
}
.versaoresp .linhadotempo__slide.ano1969 .img69 img {
  display: block;
  width: 100%;
}
.versaoresp .linhadotempo__slide.ano1963 .grafismo {
  width: 28.95%;
}
.versaoresp .linhadotempo__slide.ano1963 .texto {
  font-size: 18px;
  color: #1E2F5D;
  padding-top: 20px;
}
.versaoresp .linhadotempo__slide.ano1963 .col-ano {
  display: inline-block;
  width: auto;
  background-color: #00BFFF;
  text-align: center;
  padding: 0 20px;
}
.versaoresp .linhadotempo__slide.ano1963 .col-ano .ano {
  font-size: 60px;
  color: #fff;
  line-height: 1.5;
}

.modelo-topo {
  background-color: #1E2F5D;
  color: #fff;
  padding-bottom: 100px;
}
.modelo-topo h2 {
  color: #00BFFF;
  font-weight: 900;
  font-size: 50px;
}
.altocontraste .modelo-topo h2 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .modelo-topo h2 {
    font-size: 32px;
  }
}
.modelo-topo h3 {
  color: #6FDBFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.altocontraste .modelo-topo h3 {
  color: #fff;
}

.modelo-missao {
  position: relative;
}
.modelo-missao:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: #1E2F5D;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.altocontraste .modelo-missao:before {
  background-color: #000;
}
@media screen and (max-width: 600px) {
  .modelo-missao:before {
    display: none;
  }
}
.modelo-missao .container {
  background-color: #6FDBFF;
  padding: 50px 0;
  position: relative;
  z-index: 20;
}
.altocontraste .modelo-missao .container {
  background-color: #333;
}
@media screen and (max-width: 600px) {
  .modelo-missao .container {
    padding: 50px 15px;
  }
}
.modelo-missao .container:before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background-color: #6FDBFF;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 10;
}
.altocontraste .modelo-missao .container:before {
  background-color: #333;
}
@media screen and (max-width: 600px) {
  .modelo-missao .container:before {
    display: none;
  }
}
.modelo-missao .container:after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background-color: #6FDBFF;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 10;
}
.altocontraste .modelo-missao .container:after {
  background-color: #333;
}
@media screen and (max-width: 600px) {
  .modelo-missao .container:after {
    display: none;
  }
}
.modelo-missao .container .grafismo {
  width: 125px;
  height: 200px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -50px;
  background-image: url("../img/nossomodelo-grafismo-1.png");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 15;
}
@media screen and (max-width: 600px) {
  .modelo-missao .container .grafismo {
    display: none;
  }
}
.modelo-missao h2 {
  font-size: 50px;
  font-weight: 900;
  color: #1E2F5D;
  margin-bottom: 50px;
}
.altocontraste .modelo-missao h2 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .modelo-missao h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.modelo-missao__colunas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modelo-missao__colunas > li {
  width: 23.875%;
}
@media screen and (max-width: 600px) {
  .modelo-missao__colunas > li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.modelo-missao__colunas > li h3 {
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
}
.modelo-missao__colunas > li ul {
  list-style-type: disc;
  margin-top: 1.5em;
  font-weight: 600;
}

.modelo-comofunciona {
  padding: 50px 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .modelo-comofunciona {
    padding-bottom: 50px;
  }
}
.modelo-comofunciona .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modelo-comofunciona .container .col7 {
  position: relative;
  right: -5%;
}
@media screen and (max-width: 600px) {
  .modelo-comofunciona .container .col7 {
    right: 0;
  }
}
.modelo-comofunciona h2 {
  font-size: 50px;
  font-weight: 900;
  color: #1E2F5D;
  margin-bottom: 25px;
}
.altocontraste .modelo-comofunciona h2 {
  color: #fff;
}

.modelo-objetivo {
  background-color: #007ADF;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  position: relative;
}
.modelo-objetivo:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../img/nossomodelo-grafismo-3.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .modelo-objetivo:before {
    display: none;
  }
}
.modelo-objetivo .grafismo {
  width: auto;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .modelo-objetivo .grafismo {
    display: none;
  }
}
.modelo-objetivo .grafismo img {
  height: 100%;
  display: block;
}
.modelo-objetivo .grafismo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: url("../img/nossomodelo-grafismo-2b@2x.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
.modelo-objetivo__box {
  width: 57.7083333333%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .modelo-objetivo__box {
    width: 100%;
  }
}
.modelo-objetivo__box h2 {
  font-size: 28px;
  color: #9AE6FF;
  font-weight: 700;
  margin-bottom: 25px;
}
.altocontraste .modelo-objetivo__box h2 {
  color: #fff;
}
.modelo-objetivo__box p {
  font-style: italic;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .modelo-objetivo__box p {
    font-size: 15px;
  }
}
.modelo-objetivo__box small {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  margin-top: 25px;
  display: block;
}

.modelo-relacionamento {
  padding: 50px 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .modelo-relacionamento {
    padding-bottom: 50px;
  }
}
.modelo-relacionamento .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modelo-relacionamento h2 {
  font-size: 50px;
  font-weight: 900;
  color: #1E2F5D;
  margin-bottom: 25px;
}
.altocontraste .modelo-relacionamento h2 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .modelo-relacionamento h2 {
    font-size: 32px;
  }
}
.modelo-relacionamento .metade p {
  max-width: 75%;
}
@media screen and (max-width: 600px) {
  .modelo-relacionamento .metade p {
    max-width: 100%;
  }
}
.modelo-relacionamento .metade img {
  width: 260px;
  display: block;
  margin: 0 auto;
}

.stack > * + *, .infografico-processo .explicacao .texto > * + *, .governanca-diagrama .espaco-diagrama .box-apresenta > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.governanca-diagrama {
  padding: 50px 0;
}
.governanca-diagrama h1 {
  font-weight: 900;
  font-size: 50px;
  color: #1E2F5D;
  margin-bottom: 75px;
}
.altocontraste .governanca-diagrama h1 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .governanca-diagrama h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.governanca-diagrama svg {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4em;
}
.governanca-diagrama img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .governanca-diagrama img {
    width: 100%;
  }
}
.governanca-diagrama svg {
  width: 100%;
  display: block;
}
.governanca-diagrama svg .bolinha {
  opacity: 0;
}
.governanca-diagrama svg .js-modal-gover.jsativo {
  cursor: pointer;
}
.governanca-diagrama svg .js-modal-gover.jsativo .bolinha {
  opacity: 1;
}
.governanca-diagrama .espaco-diagrama {
  position: relative;
}
.governanca-diagrama .espaco-diagrama .box-apresenta {
  position: absolute;
  top: 0;
  right: -15px;
  border: 2px solid #137ADF;
  color: #137ADF;
  padding: 15px;
  font-size: 12.5px;
  width: 260px;
}
@media screen and (max-width: 1050px) {
  .governanca-diagrama .espaco-diagrama .box-apresenta {
    position: relative;
    right: 0;
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .governanca-diagrama .espaco-diagrama .box-apresenta {
    width: 100%;
  }
}

.governanca-conselhos {
  background-color: #007ADF;
  padding: 50px 0;
  color: #fff;
}
.governanca-conselhos h2 {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .governanca-conselhos h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.governanca-conselhos__listas {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .governanca-conselhos__listas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.governanca-conselhos .lista {
  width: 32.3333333333%;
  padding-right: 25px;
}
@media screen and (max-width: 600px) {
  .governanca-conselhos .lista {
    width: 100%;
  }
}
.governanca-conselhos .lista h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}
.governanca-conselhos .lista p {
  margin-bottom: 1.5em;
}

.governanca-equipe {
  background-color: #00BFFF;
  padding: 75px 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .governanca-equipe {
    padding: 50px 0;
  }
}
.governanca-equipe.superintendencia {
  background-color: #4494E6;
  padding-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .governanca-equipe.superintendencia {
    padding-bottom: 50px;
  }
}
.governanca-equipe h2 {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .governanca-equipe h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.governanca-equipe .membros-equipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .governanca-equipe .membros-equipe {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.governanca-equipe .membro-single {
  width: 47.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .governanca-equipe .membro-single {
    width: 100%;
  }
}
.governanca-equipe .membro-single__foto {
  width: 32.3333333333%;
}
@media screen and (max-width: 600px) {
  .governanca-equipe .membro-single__foto {
    width: 23.875%;
  }
}
.governanca-equipe .membro-single__foto img {
  width: 80%;
  display: block;
}
.governanca-equipe .membro-single__bio {
  width: 66.1666666667%;
  color: #fff;
}
.altocontraste .governanca-equipe .membro-single__bio {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .governanca-equipe .membro-single__bio {
    width: 74.625%;
  }
}
.governanca-equipe .membro-single__bio h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .governanca-equipe .membro-single__bio h3 {
    font-size: 20px;
  }
}
.governanca-equipe .membro-single__bio .minibio {
  font-weight: 400;
  font-size: 14px;
}
.governanca-equipe .membro-single__bio .minibio p {
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .governanca-equipe .membro-single__bio .minibio {
    font-size: 13px;
  }
}
.governanca-equipe .membro-single__bio .mais {
  margin-top: 5px;
  color: #1E2F5D;
  text-transform: none;
  font-size: 14px;
}
.altocontraste .governanca-equipe .membro-single__bio .mais {
  color: #fff;
}

.governanca-gerencia {
  background-color: #007ADF;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 600px) {
  .governanca-gerencia {
    padding: 50px 20px;
  }
}
.governanca-gerencia .container {
  position: relative;
  padding: 75px 0;
}
.governanca-gerencia h2 {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 50px;
  color: #00BFFF;
}
.altocontraste .governanca-gerencia h2 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .governanca-gerencia h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.governanca-gerencia .lista-gerentes {
  width: 91.5416666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.governanca-gerencia .gerente {
  width: 49.25%;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  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;
}
.governanca-gerencia .gerente__foto {
  width: 32.3333333333%;
  height: 0;
  padding-bottom: 32.3333333333%;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: left center;
}
.governanca-gerencia .gerente__meta {
  width: 66.1666666667%;
  padding-top: 20px;
}
.governanca-gerencia .gerente .minibiofull,
.governanca-gerencia .gerente .minibioresumo {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .governanca-gerencia .gerente {
    width: 100%;
  }
}
.governanca-gerencia .gerente small {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
.governanca-gerencia .gerente h3 {
  margin-bottom: 10px;
}
.governanca-gerencia .gerente a {
  display: block;
  font-weight: 600;
  color: #00BFFF;
}
.altocontraste .governanca-gerencia .gerente a {
  color: #fff;
}
.governanca-gerencia .gerente p {
  margin-bottom: 1em;
}
.governanca-gerencia .gerente .mais {
  margin-top: 10px;
}

.governanca-qualidade {
  background-color: #35456E;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 600px) {
  .governanca-qualidade {
    padding: 50px 20px;
  }
}
.governanca-qualidade .container {
  padding: 75px 0;
}
.governanca-qualidade .grafismo {
  width: 300px;
  height: 115%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: auto 100%;
  background-position: top right;
  background-repeat: repeat-y;
  background-image: url("../img/grafismo-quali@2x.png");
}
@media screen and (max-width: 600px) {
  .governanca-qualidade .grafismo {
    display: none;
  }
}
.governanca-qualidade h2 {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 50px;
  color: #00BFFF;
}
.altocontraste .governanca-qualidade h2 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .governanca-qualidade h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.governanca-qualidade .lista-gerentes {
  width: 91.5416666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.governanca-qualidade .gerente {
  width: 49.25%;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  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;
}
.governanca-qualidade .gerente__foto {
  width: 32.3333333333%;
  height: 0;
  padding-bottom: 32.3333333333%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 300px;
}
.governanca-qualidade .gerente__meta {
  width: 66.1666666667%;
  padding-top: 20px;
  padding-left: 20px;
}
.governanca-qualidade .gerente .minibiofull,
.governanca-qualidade .gerente .minibioresumo {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .governanca-qualidade .gerente {
    width: 100%;
  }
}
.governanca-qualidade .gerente small {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #00BFFF;
}
.altocontraste .governanca-qualidade .gerente small {
  color: #fff;
}
.governanca-qualidade .gerente h3 {
  margin-bottom: 10px;
}
.governanca-qualidade .gerente a {
  display: block;
  font-weight: 600;
  color: #00BFFF;
}
.altocontraste .governanca-qualidade .gerente a {
  color: #fff;
}
.governanca-qualidade .gerente p {
  margin-bottom: 1em;
}
.governanca-qualidade .gerente .mais {
  margin-top: 10px;
}

.home-capa {
  width: 100%;
  position: relative;
  background-color: #6FDBFF;
}
.home-capa:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.altocontraste .home-capa:before {
  background-color: #000;
}
.home-capa .container {
  position: relative;
}
@media screen and (max-width: 600px) {
  .home-capa .container {
    padding: 0;
  }
}
.home-capa .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: url("../img/grafismo-slider-esquerda@2x.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right -2px;
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: 25;
}
@media screen and (max-width: 600px) {
  .home-capa .container:before {
    display: none;
  }
}
.home-capa .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: url("../img/grafismo-slider-direita@2x.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top left -2px;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 25;
}
@media screen and (max-width: 600px) {
  .home-capa .container:after {
    display: none;
  }
}
.home-capa .container .grafismo {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 100%;
  margin-top: -27px;
  left: 0;
  background-image: url("../img/grafismo-slider-base@2x.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 20;
}
@media screen and (max-width: 600px) {
  .home-capa .container .grafismo {
    display: none;
  }
}
.home-capa .container .dest-prev {
  display: block;
  width: 50px;
  height: 50px;
  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;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -50px;
  z-index: 50;
}
@media screen and (max-width: 600px) {
  .home-capa .container .dest-prev {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    left: 5px;
  }
}
.home-capa .container .dest-prev img {
  width: 100%;
}
.home-capa .container .dest-next {
  display: block;
  width: 50px;
  height: 50px;
  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;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -50px;
  z-index: 50;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .home-capa .container .dest-next {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    right: 5px;
  }
}
.home-capa .container .dest-next img {
  width: 100%;
}
.home-capa .container .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 50;
  bottom: 5px;
}
@media screen and (max-width: 600px) {
  .home-capa .container .slick-dots {
    bottom: 0;
  }
}
.home-capa .container .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
.home-capa .container .slick-dots button {
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  border: none;
  background-color: #fff;
  border-radius: 32px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .home-capa .container .slick-dots button {
    width: 10px;
    height: 10px;
  }
}
.home-capa .container .slick-dots .slick-active button {
  background-color: #007ADF;
}

.azullight {
  color: #6FDBFF;
}

.home-slideshow {
  width: 100%;
  position: relative;
  z-index: 25;
}
.home-slideshow__single {
  width: 100%;
  height: 420px;
  background-color: #cdcdcd;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single {
    height: 200px;
  }
}
.home-slideshow__single .bloco-flex {
  width: 100%;
  height: 420px;
  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;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single .bloco-flex {
    height: 45vh;
    background-size: auto 100%;
    background-position: center center;
  }
}
.home-slideshow__single .fundo-mobile {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single .fundo-mobile {
    display: block;
  }
}
.home-slideshow__single .conteudo {
  width: 40%;
  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;
  padding: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single .conteudo {
    padding: 25px;
    font-size: 10px;
    width: 55%;
  }
}
.home-slideshow__single .conteudo.esquerda {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 120px;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single .conteudo.esquerda {
    padding: 50px;
    font-size: 10px;
    width: 100%;
  }
}
.home-slideshow__single .conteudo.centralizado {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single .conteudo.centralizado {
    padding: 25px;
    font-size: 10px;
    width: 100%;
  }
}
.home-slideshow__single .conteudo.metade {
  width: 55%;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single .conteudo.metade {
    padding: 25px;
    font-size: 10px;
    width: 50%;
  }
}
.home-slideshow__single .conteudo.terco {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single .conteudo.terco {
    padding: 25px;
    font-size: 10px;
    width: 50%;
  }
}
.home-slideshow__single .conteudo .fundo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  mix-blend-mode: multiply;
  background-color: #1E2F5D;
}
.home-slideshow__single .conteudo .config-texto {
  position: relative;
  z-index: 20;
}
.home-slideshow__single .conteudo .config-texto.comicone {
  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;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single .conteudo .config-texto.comicone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-slideshow__single .conteudo .config-texto.comicone h1 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.home-slideshow__single .conteudo .config-texto.comicone .icone {
  width: 120px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single .conteudo .config-texto.comicone .icone {
    width: 60px;
    margin-bottom: 10px;
  }
}
.home-slideshow__single .conteudo .config-texto.comicone .icone img {
  display: block;
  width: 100%;
}
.home-slideshow__single .conteudo .config-texto.comicone.maior .icone, .home-slideshow__single .conteudo .config-texto.comicone.grande .icone {
  width: 280px;
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single .conteudo .config-texto.comicone.maior .icone, .home-slideshow__single .conteudo .config-texto.comicone.grande .icone {
    width: 80px;
    margin-right: 10px;
  }
}
.home-slideshow__single .conteudo .config-texto .md-botao {
  margin-top: 20px;
  background-color: #fff;
  color: #007ADF !important;
  text-transform: none !important;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single .conteudo .config-texto .md-botao {
    font-size: 14px !important;
  }
}
.home-slideshow__single .conteudo h1 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.1;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single .conteudo h1 {
    font-size: 16px;
  }
}
.home-slideshow__single.modelo2 .conteudo {
  width: 55%;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single.modelo2 .conteudo {
    width: 75%;
  }
}
.home-slideshow__single.modelo2 .conteudo:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/grafismo-slide-1@2x.png");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 20;
}
@media screen and (max-width: 600px) {
  .home-slideshow__single.modelo2 .conteudo:before {
    background-image: none;
  }
}
.home-slideshow__single.modelo2 .conteudo .fundo {
  background-color: rgba(42, 42, 42, 0.5);
  mix-blend-mode: none;
}
.home-slideshow__single.modelo3 .conteudo {
  width: 100%;
}
.home-slideshow__single.modelo3 .conteudo .fundo {
  background-color: transparent;
  mix-blend-mode: none;
}

.doacoes-intro {
  padding: 50px 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .doacoes-intro {
    padding-top: 25px;
  }
  .doacoes-intro .container {
    padding: 0;
  }
  .doacoes-intro .container .coluna {
    padding: 0 30px;
  }
}
.doacoes-intro h1 {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 30px;
  color: #1E2F5D;
}
.altocontraste .doacoes-intro h1 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .doacoes-intro h1 {
    font-size: 40px;
  }
}
.doacoes-intro h2 {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 50px;
  color: #00BFFF;
  line-height: 1;
}
.altocontraste .doacoes-intro h2 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .doacoes-intro h2 {
    font-size: 40px;
  }
}
.doacoes-intro h3 {
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 25px;
  color: #00BFFF;
  line-height: 1;
}
.altocontraste .doacoes-intro h3 {
  color: #fff;
}
.doacoes-intro .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doacoes-intro .duvidas {
  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-top: 50px;
}
@media screen and (max-width: 600px) {
  .doacoes-intro .duvidas {
    margin-top: 0;
    position: relative;
    width: 100%;
    padding: 0 30px;
  }
}
.doacoes-intro .duvidas img {
  height: 65px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .doacoes-intro .duvidas img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: auto;
    margin-left: -35px;
    top: -30px;
  }
}
.doacoes-intro .duvidas span {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #00BFFF;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 25px;
  font-size: 12px;
  position: relative;
  left: -30px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.altocontraste .doacoes-intro .duvidas span {
  background-color: #333;
}
@media screen and (max-width: 600px) {
  .doacoes-intro .duvidas span {
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
    border-radius: 45px;
    background-color: #6FDBFF;
  }
}
@media screen and (max-width: 600px) {
  .doacoes-intro .onlydesk {
    display: none;
  }
}
.doacoes-intro .onlyresp {
  display: none;
}
@media screen and (max-width: 600px) {
  .doacoes-intro .onlyresp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.doacoes-intro .box-portal {
  background-color: #6FDBFF;
  color: #2a2a2a;
  padding: 50px 0;
  padding-bottom: 25px;
  padding-left: 8.9583333333%;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  position: relative;
}
.altocontraste .doacoes-intro .box-portal {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .doacoes-intro .box-portal {
    border-radius: 0px;
    padding: 30px !important;
    padding-bottom: 70px !important;
  }
}
.doacoes-intro .box-portal:after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: #6FDBFF;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 25;
}
.altocontraste .doacoes-intro .box-portal:after {
  background-color: #333;
}
@media screen and (max-width: 600px) {
  .doacoes-intro .box-portal:after {
    display: none;
  }
}
.doacoes-intro .box-portal h3 {
  color: #fff;
}
.doacoes-intro .box-portal .botao {
  background-color: #007ADF;
  border-radius: 50px;
  height: 50px;
  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: 240px;
  color: #fff;
  float: right;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 600px) {
  .doacoes-intro .box-portal .botao {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -120px;
  }
}

.faleconosco-formulario {
  padding: 50px 0;
  padding-bottom: 0;
}
.faleconosco-formulario .container {
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 50px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.faleconosco-formulario h1 {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 50px;
  color: #1E2F5D;
}
.altocontraste .faleconosco-formulario h1 {
  color: #fff;
}
.faleconosco-formulario .ouvi {
  margin-bottom: 40px;
  margin-top: -25px;
}
.faleconosco-formulario h2 {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 50px;
  color: #00BFFF;
  line-height: 1;
}
.altocontraste .faleconosco-formulario h2 {
  color: #fff;
}
.faleconosco-formulario h3 {
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 25px;
  color: #00BFFF;
  line-height: 1;
}
.altocontraste .faleconosco-formulario h3 {
  color: #fff;
}
.faleconosco-formulario .formulario {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faleconosco-formulario .formulario .campo-input {
  width: 100%;
  margin-bottom: 15px;
}
.faleconosco-formulario .formulario .campo-input.metade {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .faleconosco-formulario .formulario .campo-input.metade {
    width: 100%;
  }
}
.faleconosco-formulario .formulario .campo-input label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #888383;
}
.altocontraste .faleconosco-formulario .formulario .campo-input label {
  color: #fff;
}
.faleconosco-formulario .formulario .campo-input input {
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  font-family: "Montserrat", "Calibri", "Lucida Grande", sans-serif;
  padding-left: 20px;
  font-style: italic;
}
.faleconosco-formulario .formulario .campo-input textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #B7B7B7;
  border-radius: 10px;
  font-family: "Montserrat", "Calibri", "Lucida Grande", sans-serif;
  padding: 10px;
}
.faleconosco-formulario .formulario .campo-enviar {
  width: 100%;
  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;
}
.faleconosco-formulario .formulario .botao {
  background-color: #6FDBFF;
  border-radius: 50px;
  height: 50px;
  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: 120px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.faleconosco-formulario .box-quertrabalhar {
  color: #2A2A2A;
  background-color: #6FDBFF;
  padding: 40px;
  border-bottom-left-radius: 40px;
  margin-top: 110px;
  position: relative;
}
.faleconosco-formulario .box-quertrabalhar .grafismo {
  width: 100%;
  height: 40px;
  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;
  position: absolute;
  bottom: 100%;
  left: 50%;
}
@media screen and (max-width: 600px) {
  .faleconosco-formulario .box-quertrabalhar .grafismo {
    display: none;
  }
}
.faleconosco-formulario .box-quertrabalhar .grafismo:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: #52628d;
  position: absolute;
  top: 0;
  left: 99%;
  z-index: 25;
}
@media screen and (max-width: 600px) {
  .faleconosco-formulario .box-quertrabalhar .grafismo:before {
    display: none;
  }
}
.faleconosco-formulario .box-quertrabalhar .grafismo img {
  height: 100%;
}
.faleconosco-formulario .box-quertrabalhar:after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: #6FDBFF;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 25;
}
@media screen and (max-width: 600px) {
  .faleconosco-formulario .box-quertrabalhar:after {
    width: 20px;
  }
}
.faleconosco-formulario .box-quertrabalhar h3 {
  color: #1E2F5D;
}
.faleconosco-formulario .grafismo-lateral {
  width: 50vw;
  height: 100%;
  background-size: auto 90%;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .faleconosco-formulario .grafismo-lateral {
    display: none;
  }
}

.faleconosco-detalhes {
  padding: 50px 0;
}
.faleconosco-detalhes .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.faleconosco-detalhes h3 {
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 15px;
  color: #00BFFF;
  line-height: 1;
}
.altocontraste .faleconosco-detalhes h3 {
  color: #fff;
}
.faleconosco-detalhes p {
  margin-bottom: 3em;
}
.faleconosco-detalhes .item-fale {
  margin-bottom: 3em;
}
.faleconosco-detalhes .item-fale.item-2 {
  margin-bottom: 0;
}
.faleconosco-detalhes .item-fale.item-2 h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}
.faleconosco-detalhes #mapa, .faleconosco-detalhes #mapa-incor {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.faleconosco-detalhes.incor {
  padding-top: 0;
}
.faleconosco-detalhes.incor .container {
  border-top: 1px solid #00BFFF;
  padding-top: 50px;
}
.faleconosco-detalhes.incor h3 {
  color: #007ADF;
}

.inovaincor-intro {
  padding: 50px 0;
  padding-bottom: 0;
  font-size: 16px;
  background-image: url("../img/inovaincor-separador@2x.png");
  background-repeat: no-repeat;
  background-position: bottom -2px center;
  background-size: 100% auto;
  padding-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .inovaincor-intro {
    padding-bottom: 60px;
  }
}
.inovaincor-intro h1 {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 30px;
  color: #1E2F5D;
}
.altocontraste .inovaincor-intro h1 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .inovaincor-intro h1 {
    font-size: 32px;
  }
}
.inovaincor-intro h4 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 5px;
  color: #007ADF;
  line-height: 1;
  text-transform: uppercase;
}
.altocontraste .inovaincor-intro h4 {
  color: #fff;
}
.inovaincor-intro .mr1 {
  margin-right: 6.9583333333%;
}

.inovaincor-areas {
  padding: 100px 0;
  padding-bottom: 0;
  font-size: 16px;
  background-color: #00c0ff;
  background-image: url("../img/grafismo-inova-2@2x.png");
  background-repeat: no-repeat;
  background-position: bottom -1px right -1px;
  background-size: 350px auto;
  padding-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .inovaincor-areas {
    padding-top: 50px;
    background-size: 180px auto;
  }
}
.inovaincor-areas h1 {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .inovaincor-areas h1 {
    font-size: 32px;
  }
}
.inovaincor-areas h4 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 5px;
  color: #007ADF;
  line-height: 1;
  text-transform: uppercase;
}
.inovaincor-areas .mr1 {
  margin-right: 6.9583333333%;
}
.inovaincor-areas img {
  display: block;
  width: 57.7083333333%;
  margin: 0 auto;
  margin-top: -60px;
}
@media screen and (max-width: 600px) {
  .inovaincor-areas img {
    width: 100%;
    margin-top: 0;
  }
}

.portalt {
  padding: 50px 0;
}
.portalt__titulo h1 {
  font-size: 50px;
  font-weight: 900;
  color: #1E2F5D;
  margin-bottom: 15px;
}
.altocontraste .portalt__titulo h1 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .portalt__titulo h1 {
    font-size: 32px;
  }
}
.portalt .busca {
  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;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .portalt .busca {
    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;
  }
}
.portalt .busca small {
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .portalt .busca small {
    width: 20%;
  }
}
.portalt .busca .input-busca {
  position: relative;
}
@media screen and (max-width: 600px) {
  .portalt .busca .input-busca {
    width: 70%;
  }
}
.portalt .busca .input-busca i {
  position: absolute;
  right: 15px;
  top: 12px;
}
.portalt .busca .input-busca input {
  width: 280px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #B7B7B7;
  font-family: "Montserrat", "Calibri", "Lucida Grande", sans-serif;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .portalt .busca .input-busca input {
    width: 100%;
  }
}
.portalt__lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
}
.portalt__coluna {
  width: 47.25%;
}
@media screen and (max-width: 600px) {
  .portalt__coluna {
    width: 100%;
  }
}
.portalt__bloco {
  width: 100%;
  overflow: hidden;
  max-height: 60px;
}
.portalt__bloco.ativo {
  max-height: 1000px;
}
.portalt__subs {
  margin-top: -20px;
}
.portalt__subs .portalt__item {
  height: 60px;
  margin-bottom: 0;
}
.portalt__subs .portalt__item h3 {
  font-size: 16px;
  font-weight: 500;
  padding-left: 40px;
}
.portalt__subs .portalt__item i {
  font-size: 20px;
}
.portalt__item {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #B7B7B7;
  margin-bottom: 20px;
}
.portalt__item h3 {
  font-weight: 700;
  font-size: 18px;
  color: #2A2A2A;
}
.altocontraste .portalt__item h3 {
  color: #fff;
}
.portalt__item i {
  color: #9A9A9A;
  font-size: 26px;
}
.altocontraste .portalt__item i {
  color: #fff;
}
.portalt__item svg {
  display: block;
  height: 23px;
  width: 23px;
  fill: #9A9A9A;
}
.altocontraste .portalt__item svg {
  fill: #fff;
}
.portalt__item:hover h3, .portalt__item:hover i {
  color: #00BFFF;
}
.portalt__item:hover svg {
  fill: #00BFFF;
}
.altocontraste .portalt__item:hover h3, .altocontraste .portalt__item:hover i {
  color: #fff;
  text-decoration: underline;
}
.altocontraste .portalt__item:hover svg {
  fill: #fff;
}

.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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.fundo-modal.ativo {
  z-index: 1000000;
  opacity: 1;
  visibility: visible;
}
.fundo-modal ::-webkit-scrollbar {
  width: 12px;
}
.fundo-modal ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.fundo-modal ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal {
  width: 98%;
  max-width: 900px;
  max-height: 92%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  padding: 25px;
  border-radius: 10px;
  overflow: auto;
}
.modal.maior {
  max-width: 1160px;
}
.modal.infog {
  max-width: 1280px;
  background-color: #007ADF;
  color: #fff;
}
.modal.conselho {
  padding: 40px;
}
.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: 10px;
  right: 15px;
  width: 26px;
  height: 26px;
  border-radius: 24px;
  font-size: 24px;
  background-color: #00BFFF;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.modal--fechar span {
  display: block;
  line-height: 1;
  position: relative;
  left: 1px;
}
.modal__titulo h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00BFFF;
}
.modal__titulo h4.gov {
  font-size: 18px;
  text-transform: uppercase;
  color: #35456E;
  margin-bottom: 1em;
}
.altocontraste .modal__titulo h4 {
  color: #000;
}
.modal__titulo h3 {
  font-size: 35px;
  color: #2a2a2a;
  font-weight: 700;
}
.altocontraste .modal__titulo h3 {
  color: #000;
}
@media screen and (max-width: 600px) {
  .modal__titulo h3 {
    font-size: 28px;
  }
}
.modal__principal {
  display: block;
  font-size: 14px;
  color: #35456E;
  font-weight: bold;
  margin-bottom: 1em;
}
.modal .titulodesc {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #007ADF;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 122, 223, 0.5);
  line-height: 2em;
  margin-bottom: 1em;
}
.altocontraste .modal .titulodesc {
  color: #000;
}
.modal .titulodesc.demo {
  color: #35456E;
  line-height: 1.4;
  border-bottom: none;
}
.altocontraste .modal .titulodesc.demo {
  color: #000;
}
.modal__descritivo {
  font-size: 14px;
  margin-top: 30px;
}
.modal__descritivo iframe {
  width: 100%;
  height: 500px !important;
}
.modal__descritivo.powerbi iframe {
  width: 100%;
  height: 700px !important;
}
.modal__descritivo.colunas {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  line-height: 1.8;
}
.modal__arquivos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.modal__arquivos .titulodesc {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 122, 223, 0.5);
  line-height: 2em;
}
.modal .item-portalp {
  width: 48%;
  display: block;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .modal .item-portalp {
    width: 100%;
  }
}
.modal .item-portalp h3 {
  font-size: 17px;
  font-weight: 700;
  color: #2a2a2a;
}
.modal .item-portalp h3 strong {
  font-weight: 700;
  color: #00BFFF;
}
.altocontraste .modal .item-portalp h3 strong {
  color: #000;
}
.modal .item-portalp .meta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
}
.modal .item-portalp .meta span {
  color: #00BFFF;
  font-weight: 700;
}
.altocontraste .modal .item-portalp .meta span {
  color: #000;
}
.modal .perguntas {
  margin-bottom: 3em;
}
.modal .perguntas h4 {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0.75em;
}
.modal .receitas {
  margin-bottom: 4em;
}
.modal .receitas table {
  width: 100%;
  table-layout: fixed;
}
.modal .receitas table th {
  background-color: #35456E;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em 1em;
  font-size: 11px;
}
.altocontraste .modal .receitas table th {
  background-color: #000;
}
.modal .receitas table tr td {
  background-color: #6FDBFF;
  color: #35456E;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em 1em;
  font-weight: 600;
  font-size: 11px;
}
.altocontraste .modal .receitas table tr td {
  background-color: #fff;
  color: #000;
}
.modal .receitas table tr:last-of-type td {
  background-color: #21C2FC;
}
.altocontraste .modal .receitas table tr:last-of-type td {
  background-color: #f1f1f1;
}
.modal .demonstra-bloco {
  width: 75%;
  border: 2px solid #35456E;
}
.altocontraste .modal .demonstra-bloco {
  border-color: #000;
}
.modal .demonstra-bloco .item {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 1em;
  border-bottom: 1px solid #e2e2e2;
}
.modal .demonstra-bloco .item.destaque {
  background-color: #35456E;
  color: #fff;
}
.altocontraste .modal .demonstra-bloco .item.destaque {
  background-color: #000;
}

.infografico-processo .bloco-titulo {
  padding: 35px;
}
@media screen and (max-width: 600px) {
  .infografico-processo .bloco-titulo {
    padding: 35px 0;
  }
}
.infografico-processo .bloco-titulo .titulo {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 0.5em;
  max-width: 80%;
}
@media screen and (max-width: 600px) {
  .infografico-processo .bloco-titulo .titulo {
    font-size: 28px;
    max-width: 100%;
  }
}
.infografico-processo .bloco-titulo .desc {
  font-size: 16px;
  width: 80%;
}
@media screen and (max-width: 600px) {
  .infografico-processo .bloco-titulo .desc {
    width: 100%;
  }
}
.infografico-processo .bloco-filtros {
  padding: 35px;
  background-color: #21BFFC;
  color: #1E2F5D;
  padding-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .infografico-processo .bloco-filtros {
    padding: 25px;
  }
}
.infografico-processo .bloco-filtros .titulo-f {
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .infografico-processo .bloco-filtros .titulo-f {
    margin-bottom: 2em;
  }
}
.infografico-processo .bloco-filtros .filtros {
  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;
  gap: 1em;
}
@media screen and (max-width: 600px) {
  .infografico-processo .bloco-filtros .filtros {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2em;
  }
}
.infografico-processo .bloco-filtros .item-filtro {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .infografico-processo .bloco-filtros .item-filtro {
    width: 100%;
  }
}
.infografico-processo .bloco-filtros .item-filtro .filtro {
  display: block;
  width: 100%;
  background-color: #fff;
  font-size: 13px;
  line-height: 3em;
  height: 3em;
  border-radius: 1000px;
  padding-left: 15px;
  margin-bottom: 1.5em;
  color: #707070;
  font-style: italic;
}
.infografico-processo .bloco-filtros .item-filtro .nome {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .infografico-processo .bloco-filtros .item-filtro .nome {
    padding-left: 0;
  }
}
.infografico-processo .bloco-filtros .item-filtro .desc {
  font-size: 14px;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .infografico-processo .bloco-filtros .item-filtro .desc {
    padding-left: 0;
  }
}
.infografico-processo .separador {
  padding: 35px;
  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;
}
.infografico-processo .separador img {
  display: block;
  width: 50px;
}
@media screen and (max-width: 600px) {
  .infografico-processo .separador img {
    width: 40px;
  }
}
.infografico-processo .explicacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 3em;
}
@media screen and (max-width: 600px) {
  .infografico-processo .explicacao {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
.infografico-processo .explicacao .texto {
  width: 26.85%;
  margin-right: 3.5%;
}
@media screen and (max-width: 600px) {
  .infografico-processo .explicacao .texto {
    width: 100%;
    margin-right: 0;
  }
}
.infografico-processo .explicacao .card {
  display: block;
  width: 32.55%;
}
@media screen and (max-width: 600px) {
  .infografico-processo .explicacao .card {
    width: 100%;
  }
}
.infografico-processo .explicacao .sep {
  width: 4.65%;
  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;
}
.infografico-processo .explicacao .sep img {
  display: block;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .infografico-processo .explicacao .sep {
    width: 100%;
  }
  .infografico-processo .explicacao .sep img {
    width: 20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.lf-linha-select {
  margin-top: 1em;
  gap: 20px;
}
.lf-linha-select .linha-select {
  display: block;
  width: auto;
  width: 32%;
}
.lf-linha-select a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #1E2F5D;
  display: block;
}

.linha-select {
  position: relative;
}
.linha-select img {
  position: absolute;
  top: 4px;
  left: 0;
  height: 28px;
}
.linha-select .select-estilizado {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #9A9A9A;
  padding-left: 24px;
}
.linha-select .select-estilizado:before {
  right: 0;
}

.processos-lista__titulo {
  font-size: 24px;
  font-weight: 700;
  color: #00BFFF;
  margin-bottom: 30px;
}
.altocontraste .processos-lista__titulo {
  color: #fff;
}
.processos-lista__bloco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.processos-lista__controles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .processos-lista__controles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.processos-lista__controles .busca {
  width: 21.875%;
}
@media screen and (max-width: 600px) {
  .processos-lista__controles .busca {
    width: 100%;
    margin-bottom: 30px;
  }
}
.processos-lista__controles .resultados {
  width: 57.7083333333%;
  font-size: 20px;
  font-weight: bold;
  padding-top: 25px;
}
.processos-lista__controles .filtros {
  width: 74.625%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .processos-lista__controles .filtros {
    width: 100%;
  }
}
.processos-lista__controles .filtros .campo-input {
  width: 32.3333333333%;
}
@media screen and (max-width: 600px) {
  .processos-lista__controles .filtros .campo-input {
    width: 100%;
  }
}
.processos-lista__controles .filtros h3 {
  padding-left: 10px;
}
.processos-lista__controles .filtros.atualizado .campo-input {
  width: 23.875%;
}
@media screen and (max-width: 600px) {
  .processos-lista__controles .filtros.atualizado .campo-input {
    width: 100%;
  }
}
.processos-lista__controles label {
  font-weight: bold;
  font-size: 12px;
  color: #888383;
  padding-left: 10px;
}
.altocontraste .processos-lista__controles label {
  color: #fff;
}
.processos-lista__controles h3 {
  font-size: 18px;
  color: #2A2A2A;
  font-weight: 700;
  margin-bottom: 5px;
  width: 100%;
}
.altocontraste .processos-lista__controles h3 {
  color: #fff;
}
.processos-lista__controles .campo-input {
  position: relative;
}
.processos-lista__controles .campo-input i {
  font-size: 18px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #a2a2a2;
}
.altocontraste .processos-lista__controles .campo-input i {
  color: #fff;
}
.processos-lista__controles .campo-input button {
  position: absolute;
  bottom: 0;
  right: 5px;
  line-height: 40px;
  padding: 0 5px;
  margin: 0;
  height: 40px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.processos-lista__controles .campo-input button i {
  position: static;
}
.processos-lista__controles input {
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  font-family: "Montserrat", "Calibri", "Lucida Grande", sans-serif;
  padding-left: 10px;
  font-style: italic;
}
.altocontraste .processos-lista__controles input {
  border-color: #fff;
}
.processos-lista__item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.altocontraste .processos-lista__item {
  border-color: #fff;
}
@media screen and (max-width: 600px) {
  .processos-lista__item {
    width: 100%;
  }
}
.processos-lista__item .tipo {
  color: #6FDBFF;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.altocontraste .processos-lista__item .tipo {
  color: #fff;
}
.processos-lista__item .tags {
  display: inline-block;
}
.processos-lista__item .botao-tags {
  display: inline-block;
  background-color: #007ADF;
  color: #fff;
  font-size: 9px;
  padding: 4px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}
.altocontraste .processos-lista__item .botao-tags {
  background-color: #333;
}
.processos-lista__item h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 10px;
  margin-top: 5px;
}
.altocontraste .processos-lista__item h3 {
  color: #fff;
}
.processos-lista__item .meta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
}
.processos-lista__item .meta span, .processos-lista__item .meta a {
  display: block;
  color: #00BFFF;
  font-weight: 700;
}
.altocontraste .processos-lista__item .meta span, .altocontraste .processos-lista__item .meta a {
  color: #fff;
}
.processos-lista__item .lf {
  margin-bottom: 10px;
  gap: 10px;
}
.processos-lista__item .lf .tag-status {
  display: inline-block;
  color: #888383;
  border: 1px solid #888383;
  font-size: 9px;
  padding: 4px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.altocontraste .processos-lista__item .lf .tag-status {
  color: #fff;
  border-color: #fff;
}
.processos-lista__item .arquivo {
  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;
  gap: 5px;
}
.processos-lista__item .arquivo img {
  display: block;
  height: 18px;
}
.processos-lista__mais {
  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;
}
.processos-lista__mais .botao {
  background-color: #6FDBFF;
  border-radius: 50px;
  height: 50px;
  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: 280px;
  color: #fff;
  float: right;
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.altocontraste .processos-lista__mais .botao {
  background-color: #333;
}

.processo-single__base {
  width: 57.7083333333%;
}
@media screen and (max-width: 600px) {
  .processo-single__base {
    width: 100%;
  }
}
.processo-single__base.expande {
  width: 100%;
}
.processo-single__botoes {
  display: block;
}
@media screen and (max-width: 600px) {
  .processo-single__botoes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.processo-single__botoes.topo {
  margin-bottom: 30px;
}
.processo-single__botoes.topo .botao {
  width: 290px;
  height: 44px;
  padding: 0 5px;
  text-transform: uppercase;
  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;
}
.processo-single__botoes.bottom {
  margin-top: 30px;
}
.processo-single__botoes .botao {
  background-color: #6FDBFF;
  border-radius: 100px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 10px 20px;
  color: #fff;
  margin-right: 10px;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.altocontraste .processo-single__botoes .botao {
  background-color: #333;
}
.processo-single__botoes .botao.imprimir {
  text-transform: uppercase;
  font-size: 12px;
}
.processo-single__botoes .botao.azuldark {
  background-color: #1E2F5D;
}
.altocontraste .processo-single__botoes .botao.azuldark {
  background-color: #333;
}
.processo-single__botoes .botao.azull1 {
  background-color: #6FDBFF;
}
.altocontraste .processo-single__botoes .botao.azull1 {
  background-color: #333;
}
.processo-single__botoes .botao.azull2 {
  background-color: #007ADF;
}
.altocontraste .processo-single__botoes .botao.azull2 {
  background-color: #333;
}
.processo-single__meta .tipo {
  color: #6FDBFF;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.altocontraste .processo-single__meta .tipo {
  color: #fff;
}
.processo-single__meta .tags {
  display: inline-block;
}
.processo-single__meta .botao-tags {
  display: inline-block;
  background-color: #007ADF;
  color: #fff;
  font-size: 9px;
  padding: 4px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}
.processo-single__meta h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 10px;
  margin-top: 10px;
}
.altocontraste .processo-single__meta h3 {
  color: #fff;
}
.processo-single__meta .data {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
}
.processo-single__meta .lf {
  margin-bottom: 30px;
}
.processo-single__meta .lf .data {
  margin-bottom: 0;
}
.processo-single__meta .lf a:hover {
  color: #007ADF;
}
.altocontraste .processo-single__meta .lf a:hover {
  color: #fff;
}
.processo-single__meta .arquivo {
  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;
  gap: 5px;
}
.processo-single__meta .arquivo img {
  display: block;
  height: 18px;
}
.processo-single__meta .arquivo-convenio {
  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;
  gap: 6px;
  font-size: 16px;
  margin-bottom: 15px;
}
.processo-single__meta .arquivo-convenio img {
  display: block;
  height: 24px;
}
.processo-single__meta .tag-status {
  display: inline-block;
  border: 1px solid #888383;
  color: #888383;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.altocontraste .processo-single__meta .tag-status {
  color: #fff;
}
.processo-single__meta .lista-arquivos {
  margin-bottom: 50px;
}
.processo-single__meta .lista-arquivos h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #00BFFF;
  margin-bottom: 10px;
}
.processo-single__conteudo a {
  color: #00BFFF;
  font-weight: bold;
}
.processo-single__conteudo a:hover {
  color: #007ADF;
}

.ocorrencia-bloco {
  padding-bottom: 50px;
  width: 66.1666666667%;
}
@media screen and (max-width: 600px) {
  .ocorrencia-bloco {
    width: 100%;
  }
}
.ocorrencia-bloco .linha-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #888383;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .ocorrencia-bloco .linha-titulo {
    display: block;
  }
}
.ocorrencia-bloco .linha-titulo small {
  font-size: 13px;
}
.ocorrencia-bloco h3 {
  color: #888383;
  font-weight: 600;
  font-size: 20px;
}
.altocontraste .ocorrencia-bloco h3 {
  color: #fff;
}
.ocorrencia-bloco .lf {
  margin-top: 25px;
}
.ocorrencia-bloco .lf h4 {
  font-weight: 600;
}
.ocorrencia-bloco .botao {
  background-color: #888383;
  border-radius: 100px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 10px 20px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.select-estilizado {
  width: 100%;
  height: 40px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  font-family: "Montserrat", "Calibri", "Lucida Grande", sans-serif;
  padding-left: 10px;
}
.select-estilizado:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 16px;
  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: "Montserrat", "Calibri", "Lucida Grande", sans-serif;
  color: #575757;
  font-size: 14px;
}
.select-estilizado select optgroup {
  font-size: 14px;
  color: #000;
}
.select-estilizado select:focus {
  outline: none;
}

.links-uteis__busca {
  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;
}
.links-uteis__busca h3 {
  font-size: 18px;
  color: #2A2A2A;
  font-weight: 700;
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
.altocontraste .links-uteis__busca h3 {
  color: #fff;
}
.links-uteis__busca .campo-input {
  position: relative;
  width: 23.875%;
}
@media screen and (max-width: 600px) {
  .links-uteis__busca .campo-input {
    width: 70%;
  }
}
.links-uteis__busca .campo-input i {
  font-size: 18px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #a2a2a2;
}
.altocontraste .links-uteis__busca .campo-input i {
  color: #fff;
}
.links-uteis__busca input {
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  font-family: "Montserrat", "Calibri", "Lucida Grande", sans-serif;
  padding-left: 10px;
  font-style: italic;
}
.altocontraste .links-uteis__busca input {
  border-color: #fff;
}
.links-uteis__colunas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .links-uteis__colunas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.links-uteis__colunas .coluna {
  width: 47.25%;
}
@media screen and (max-width: 600px) {
  .links-uteis__colunas .coluna {
    width: 90%;
    margin-left: 8%;
  }
}
.links-uteis__item {
  padding-bottom: 10px;
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 20px;
  position: relative;
}
.links-uteis__item:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 3px;
  left: -30px;
  background-image: url("../img/triang-link@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.links-uteis__item a {
  font-weight: bold;
  color: #00BFFF;
}
.altocontraste .links-uteis__item a {
  color: #fff;
}
.links-uteis__item a:hover {
  color: #007ADF;
}
.altocontraste .links-uteis__item a:hover {
  color: #fff;
  text-decoration: underline;
}
.links-uteis__item .link {
  text-transform: uppercase;
  font-size: 13px;
}
.links-uteis__item h3 {
  font-size: 17px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 5px;
}
.altocontraste .links-uteis__item h3 {
  color: #fff;
}
.links-uteis__item p {
  font-size: 13px;
  overflow-wrap: break-word;
}

.chamada-ead {
  width: 100%;
  padding: 60px 0;
  background-color: #35456E;
  color: #fff;
}
.chamada-ead .container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.chamada-ead .coluna-esquerda {
  width: 40.7916666667%;
}
@media screen and (max-width: 600px) {
  .chamada-ead .coluna-esquerda {
    width: 100%;
  }
}
.chamada-ead .coluna-esquerda h1 {
  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;
  font-size: 21px;
  font-weight: 900;
}
.chamada-ead .coluna-esquerda h1 small, .chamada-ead .coluna-esquerda h1 span::first-line {
  font-size: 30px;
  display: block;
}
.chamada-ead .coluna-esquerda img {
  height: 80px;
  display: block;
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .chamada-ead .coluna-esquerda img {
    height: 40px;
    margin-right: 20px;
  }
}
.chamada-ead .coluna-esquerda .config-texto {
  padding-left: 120px;
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .chamada-ead .coluna-esquerda .config-texto {
    padding-left: 60px;
    margin-bottom: 50px;
  }
}
.chamada-ead .coluna-esquerda .config-texto p {
  margin-bottom: 1em;
}
.chamada-ead .coluna-esquerda .config-texto small {
  font-size: 12px;
  font-weight: 300;
}
.chamada-ead .coluna-direita {
  width: 32.3333333333%;
  margin-left: 6.9583333333%;
}
@media screen and (max-width: 600px) {
  .chamada-ead .coluna-direita {
    width: 100%;
    margin-left: 0;
  }
}
.chamada-ead .botao {
  background-color: #6FDBFF;
  border-radius: 50px;
  height: 50px;
  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: auto;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.altocontraste .chamada-ead .botao {
  background-color: #333;
}

.page-imagem-full {
  width: 100%;
  padding: 25px 0;
}
.page-imagem-full:first-of-type {
  padding-top: 0;
}
.page-imagem-full img {
  display: block;
  width: 100%;
}
.campanha-doe-sua-nfp .page-imagem-full img {
  border-bottom-right-radius: 75px;
  border-bottom-left-radius: 75px;
}
@media screen and (max-width: 600px) {
  .campanha-doe-sua-nfp .page-imagem-full img {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

.caixa-azul {
  width: 91.5416666667%;
  background-color: #41bbee;
  color: #2a2a2a;
  padding: 50px 0;
  padding-right: 8.9583333333%;
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .caixa-azul {
    width: 100%;
    border-radius: 0px;
    padding: 30px !important;
    padding-bottom: 0;
  }
}
.caixa-azul:after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: #41bbee;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 25;
}
@media screen and (max-width: 600px) {
  .caixa-azul:after {
    display: none;
  }
}
.caixa-azul .duascolunas .inside {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.caixa-azul .config-texto-padrao {
  color: #fff;
}
.caixa-azul .config-texto-padrao h1 {
  line-height: 1.2em;
}
.caixa-azul .config-texto-padrao h4, .caixa-azul .config-texto-padrao h5, .caixa-azul .config-texto-padrao h6 {
  color: #fff;
}

.caixa-destaque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 40px;
  padding: 60px;
}
@media screen and (max-width: 600px) {
  .caixa-destaque {
    padding: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.caixa-destaque .imagem {
  width: 35%;
}
@media screen and (max-width: 600px) {
  .caixa-destaque .imagem {
    width: 80%;
    margin-bottom: 50px;
  }
}
.caixa-destaque .imagem img {
  display: block;
  width: 100%;
}
.caixa-destaque .texto {
  width: 60%;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .caixa-destaque .texto {
    width: 100%;
  }
}
.caixa-destaque .texto p {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .caixa-destaque .texto p {
    font-size: 14px;
  }
}
.caixa-destaque .texto h3 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .caixa-destaque .texto h3 {
    font-size: 20px;
  }
}

.bloco-regulamento {
  background-color: #e2e2e2;
  padding: 60px 120px;
  border-radius: 40px;
  margin-top: -100px;
}
@media screen and (max-width: 600px) {
  .bloco-regulamento {
    margin-top: 0;
    padding: 30px;
  }
}
.bloco-regulamento h3 {
  text-align: center;
  color: #D40000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .bloco-regulamento h3 {
    font-size: 20px;
  }
}
.bloco-regulamento ol {
  max-width: 750px;
  font-size: 16px;
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
  margin: 0 auto;
  color: #1E2F5D;
}
@media screen and (max-width: 600px) {
  .bloco-regulamento ol {
    font-size: 14px;
  }
}
.bloco-regulamento ol li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.bloco-regulamento p {
  max-width: 750px;
  font-size: 16px;
  margin: 0 auto;
  color: #1E2F5D;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .bloco-regulamento p {
    font-size: 14px;
  }
}

.projeto-intro .capa-projeto {
  width: 95%;
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 600px) {
  .projeto-intro .capa-projeto {
    height: 260px;
    min-height: 0;
  }
}
.projeto-intro .capa-projeto:before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/grafismo-capa-1@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom -1px left;
}
@media screen and (max-width: 600px) {
  .projeto-intro .capa-projeto:before {
    height: 50px;
  }
}
.projeto-intro .capa-projeto .icone-categ {
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  background-color: #1E2F5D;
  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;
  position: absolute;
  top: 25px;
  left: 25px;
}
.projeto-intro .capa-projeto .icone-categ svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
@media screen and (max-width: 600px) {
  .projeto-intro .capa-projeto .icone-categ {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
  }
  .projeto-intro .capa-projeto .icone-categ svg {
    width: 20px;
    height: 20px;
  }
}
.projeto-intro .destaque-dark {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .projeto-intro .destaque-dark {
    font-size: 24px;
  }
}
.projeto-intro .resumo {
  margin-bottom: 25px;
}
.projeto-intro .projeto-gauge {
  color: #1E2F5D;
  margin-bottom: 25px;
}
.projeto-intro .projeto-gauge .barra {
  height: 30px;
  width: 100%;
  position: relative;
  border: 1px solid #1E2F5D;
  background-color: #fff;
  margin-bottom: 10px;
}
.projeto-intro .projeto-gauge .progresso {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #1E2F5D;
}
.projeto-intro .projeto-gauge .info {
  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;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .projeto-intro .projeto-gauge .info {
    gap: 15px;
  }
}
.projeto-intro .projeto-gauge .info p {
  margin-bottom: 0;
}
.projeto-intro .lista-destaques {
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
}
@media screen and (max-width: 600px) {
  .projeto-intro .lista-destaques {
    display: block;
  }
}
.projeto-intro .lista-destaques .item-destaque {
  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;
  gap: 10px;
  color: #1E2F5D;
}
@media screen and (max-width: 600px) {
  .projeto-intro .lista-destaques .item-destaque {
    margin-bottom: 10px;
  }
  .projeto-intro .lista-destaques .item-destaque span {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.projeto-intro .lista-destaques .item-destaque svg {
  fill: #6FDBFF !important;
}
.projeto-intro .video-destaque {
  margin-top: 50px;
  border: 1px solid #d2d2d2;
  margin-bottom: 50px;
}
.projeto-intro .video-destaque video {
  width: 100%;
}

.md-botao {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  background-color: #007ADF;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 2.4em;
}
.md-botao:hover {
  background-color: #1E2F5D;
}

.projeto-transparencia {
  background-color: #70DAFE;
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  .projeto-transparencia {
    padding: 50px 0;
  }
}
.projeto-transparencia h2 {
  font-size: 28px;
  color: #1E2F5D;
  font-weight: 700;
  padding-right: 0;
  line-height: 1.2;
  margin-bottom: 2em;
}
.projeto-transparencia .lista-meses {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10%;
}
@media screen and (max-width: 600px) {
  .projeto-transparencia .lista-meses {
    gap: 50px 6%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.projeto-transparencia .mes {
  width: 15.4166666667%;
  font-size: 14px;
  color: #1E2F5D;
}
@media screen and (max-width: 600px) {
  .projeto-transparencia .mes {
    width: 47%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.projeto-transparencia .mes .topo {
  margin-bottom: 25px;
}
.projeto-transparencia .mes .topo p {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #1E2F5D;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.projeto-transparencia .mes .topo small {
  display: block;
}
.projeto-transparencia .mes .graficos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projeto-transparencia .mes .graficos .graf {
  width: 50%;
}
.projeto-transparencia .mes .graficos .graf p {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}
.projeto-transparencia .mes .graficos .barra {
  width: 60%;
  height: 200px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 5px;
}
.projeto-transparencia .mes .graficos .barra .progresso {
  width: 100%;
  height: 95%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.projeto-transparencia .mes .graficos .g-meta .barra .progresso {
  background-color: rgba(255, 255, 255, 0.4);
}

.projetos-relacionados {
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  .projetos-relacionados {
    padding: 50px 0;
  }
}

.titulo-modelo-proj {
  position: relative;
}
.titulo-modelo-proj h2 {
  font-size: 24px;
  color: #1E2F5D;
  font-weight: 700;
  padding-right: 0;
  line-height: 1.2;
  margin-bottom: 1em;
}
.altocontraste .titulo-modelo-proj h2 {
  color: #fff;
}
.titulo-modelo-proj svg {
  height: 50px;
  width: 50px;
  fill: #6FDBFF;
  position: relative;
  left: -50px;
}
.altocontraste .titulo-modelo-proj svg {
  fill: #fff;
}
@media screen and (max-width: 600px) {
  .titulo-modelo-proj svg {
    height: 30px;
    width: 30px;
    left: -30px;
  }
}

.grid-projetos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 5%;
}
.grid-projetos.relacionados {
  border: 2px solid #20BFFD;
  padding: 25px;
}
@media screen and (max-width: 600px) {
  .grid-projetos.relacionados {
    padding: 0;
    border: none;
  }
}
.grid-projetos .card-projeto {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .grid-projetos .card-projeto {
    width: 100%;
  }
}
.grid-projetos .card-projeto .imagem {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.grid-projetos .card-projeto .imagem:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/grafismo-capa-1@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom -1px left;
}
.grid-projetos .card-projeto .imagem .icone-categ {
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  background-color: #1E2F5D;
  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;
  position: absolute;
  top: 10px;
  left: 10px;
}
.grid-projetos .card-projeto .imagem .icone-categ svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.grid-projetos .card-projeto .informacoes-topo {
  width: 100%;
  color: #1E2F5D;
  padding: 7% 5%;
  padding-bottom: 0;
}
.altocontraste .grid-projetos .card-projeto .informacoes-topo {
  color: #fff;
}
.grid-projetos .card-projeto .informacoes {
  width: 100%;
  color: #1E2F5D;
  padding: 7% 5%;
  padding-top: 20px;
}
.altocontraste .grid-projetos .card-projeto .informacoes {
  color: #fff;
}
.grid-projetos .card-projeto h3 {
  color: #1E2F5D;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
}
.altocontraste .grid-projetos .card-projeto h3 {
  color: #fff;
}
.grid-projetos .card-projeto .onde {
  font-size: 12px;
  font-weight: bold;
}
.grid-projetos .card-projeto .projeto-gauge {
  color: #1E2F5D;
  margin-bottom: 25px;
  margin-top: 15px;
}
.altocontraste .grid-projetos .card-projeto .projeto-gauge {
  color: #fff;
}
.grid-projetos .card-projeto .projeto-gauge .barra {
  height: 20px;
  width: 100%;
  position: relative;
  border: 1px solid #1E2F5D;
  background-color: #fff;
  margin-bottom: 10px;
}
.altocontraste .grid-projetos .card-projeto .projeto-gauge .barra {
  border-color: #fff;
}
.grid-projetos .card-projeto .projeto-gauge .progresso {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #1E2F5D;
}
.grid-projetos .card-projeto .projeto-gauge .info {
  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;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 11px;
  line-height: 1.2;
}
.grid-projetos .card-projeto .projeto-gauge .info strong {
  font-size: 13px;
}
.grid-projetos .card-projeto .projeto-gauge .info p {
  margin-bottom: 0;
}
.grid-projetos .card-projeto .md-botao {
  font-size: 14px;
}
.grid-projetos .card-depoimento {
  width: 30%;
  background-color: #6FDBFF;
  padding: 30px;
  background-image: url("../img/projdoe-depo-arte.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 40px auto;
}
.altocontraste .grid-projetos .card-depoimento {
  background-color: #333;
}
@media screen and (max-width: 600px) {
  .grid-projetos .card-depoimento {
    width: 100%;
  }
}
.grid-projetos .card-depoimento small {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.grid-projetos .card-depoimento .texto {
  font-size: 15px;
  font-weight: 400;
  color: #1E2F5D;
}
.altocontraste .grid-projetos .card-depoimento .texto {
  color: #fff;
}
.grid-projetos .card-depoimento .quem {
  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;
  gap: 10px;
  font-weight: bold;
  color: #1E2F5D;
  font-size: 14px;
  margin-top: 20px;
}
.altocontraste .grid-projetos .card-depoimento .quem {
  color: #fff;
}
.grid-projetos .card-depoimento .foto {
  width: 65px;
  height: 65px;
  border-radius: 1000px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pdoacoes-intro {
  background-color: #6FDBFF;
  position: relative;
  padding-bottom: 120px;
}
.pdoacoes-intro .destaque-dark {
  color: #fff;
}
.pdoacoes-intro .config-texto .resumo {
  color: #1E2F5D;
}
.altocontraste .pdoacoes-intro .config-texto .resumo {
  color: #fff;
}
.pdoacoes-intro .config-texto .resumo a {
  text-decoration: underline;
}
.pdoacoes-intro .grafismo {
  width: 100%;
  height: 240px;
  background-image: url("../img/projdoe-arte-1.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto 240px;
  position: absolute;
  bottom: -40px;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .pdoacoes-intro .grafismo {
    height: 120px;
    background-size: auto 120px;
    bottom: -20px;
  }
}

.lista-projetos {
  padding: 150px 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .lista-projetos {
    padding: 50px 0;
  }
}
.lista-projetos .filtros-projetos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.lista-projetos .lista-especs {
  width: 74.625%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 600px) {
  .lista-projetos .lista-especs {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lista-projetos .espec-item {
  color: #1E2F5D;
  font-size: 13px;
  font-weight: 600;
  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;
  gap: 10px;
}
.altocontraste .lista-projetos .espec-item {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .lista-projetos .espec-item {
    gap: 10px;
    font-size: 11px;
  }
}
.lista-projetos .espec-item svg {
  width: 30px;
  height: 30px;
  fill: #1E2F5D;
}
.altocontraste .lista-projetos .espec-item svg {
  fill: #fff;
}
@media screen and (max-width: 600px) {
  .lista-projetos .espec-item svg {
    width: 20px;
    height: 20px;
  }
}
.lista-projetos .espec-item:hover, .lista-projetos .espec-item.ativo {
  color: #007ADF;
}
.altocontraste .lista-projetos .espec-item:hover, .altocontraste .lista-projetos .espec-item.ativo {
  color: #fff;
}
.lista-projetos .espec-item:hover svg, .lista-projetos .espec-item.ativo svg {
  fill: #007ADF;
}
.altocontraste .lista-projetos .espec-item:hover svg, .altocontraste .lista-projetos .espec-item.ativo svg {
  fill: #fff;
}
.lista-projetos .campo-input {
  position: relative;
  width: 23.875%;
}
@media screen and (max-width: 600px) {
  .lista-projetos .campo-input {
    width: 100%;
  }
}
.lista-projetos .campo-input i {
  font-size: 18px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #a2a2a2;
}
.altocontraste .lista-projetos .campo-input i {
  color: #fff;
}
.lista-projetos .campo-input input {
  width: 100%;
  display: block;
  height: 30px;
  border: none;
  border-bottom: 1px solid #B7B7B7;
  border-radius: 0px;
  font-family: "Montserrat", "Calibri", "Lucida Grande", sans-serif;
  padding-left: 10px;
  font-style: italic;
}
.lista-projetos .card-mapa {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1E2F5D;
  background-image: url("../img/grafismo-mapa.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 120px auto;
}
.altocontraste .lista-projetos .card-mapa {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .lista-projetos .card-mapa {
    display: block;
    width: 100%;
    background-image: none;
  }
}
.lista-projetos .card-mapa .frase {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
  width: 32.3333333333%;
}
@media screen and (max-width: 600px) {
  .lista-projetos .card-mapa .frase {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lista-projetos .card-mapa .frase strong {
  font-weight: 600;
}
.lista-projetos .card-mapa .inside-mapa {
  width: 66.1666666667%;
}
@media screen and (max-width: 600px) {
  .lista-projetos .card-mapa .inside-mapa {
    width: 100%;
  }
}
.lista-projetos .card-mapa img {
  display: block;
  width: 120%;
  position: relative;
  left: -20%;
}
@media screen and (max-width: 600px) {
  .lista-projetos .card-mapa img {
    width: 100%;
    left: 0;
  }
}

.pdoacoes-banner {
  margin-bottom: 100px;
}
.altocontraste .pdoacoes-banner {
  margin-bottom: 0;
  padding-bottom: 100px;
}
.pdoacoes-banner .banner-destaque {
  background-color: #6FDBFF;
  color: #fff;
  padding: 75px 6.9583333333%;
  background-image: url("../img/projdoe-banner-bottom.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.altocontraste .pdoacoes-banner .banner-destaque {
  background-color: #333;
}
@media screen and (max-width: 600px) {
  .pdoacoes-banner .banner-destaque {
    background-size: auto 65%;
  }
}
.pdoacoes-banner .banner-destaque p {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .pdoacoes-banner .banner-destaque p {
    font-size: 15px;
  }
}
.pdoacoes-banner .banner-destaque h2 {
  font-size: 50px;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .pdoacoes-banner .banner-destaque h2 {
    font-size: 30px;
  }
}

html, body {
  scroll-behavior: smooth !important;
}

.breadcrumbs {
  position: relative;
  width: 98%;
  max-width: 1100px;
  margin: 0 auto;
  color: #1E2F5D;
  font-size: 11px;
  z-index: 100;
  margin-bottom: 10px;
}
.altocontraste .breadcrumbs {
  color: #fff;
}

.projetos-destaque {
  width: 100%;
  height: 420px;
  background-color: #cdcdcd;
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #36456e;
  color: #fff;
}
.altocontraste .projetos-destaque {
  background-color: #333;
}
@media screen and (max-width: 600px) {
  .projetos-destaque {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 0;
  }
}
.projetos-destaque .bloco-conteudo {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
  padding-left: 40px;
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .projetos-destaque .bloco-conteudo {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.projetos-destaque .bloco-conteudo h1 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .projetos-destaque .bloco-conteudo h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.projetos-destaque .bloco-conteudo .botoes {
  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;
}
.projetos-destaque .bloco-conteudo .md-botao {
  font-size: 16px;
  background-color: #fff;
  text-transform: none;
  color: #007ADF !important;
  width: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.altocontraste .projetos-destaque .bloco-conteudo .md-botao {
  color: #fff !important;
}
@media screen and (max-width: 600px) {
  .projetos-destaque .bloco-conteudo .md-botao {
    font-size: 13px;
  }
}
.projetos-destaque .bloco-embed {
  width: auto;
  padding: 30px;
}
@media screen and (max-width: 600px) {
  .projetos-destaque .bloco-embed {
    width: 100%;
    padding: 0;
  }
}
.projetos-destaque .bloco-embed video {
  height: 360px;
  display: block;
}
@media screen and (max-width: 600px) {
  .projetos-destaque .bloco-embed video {
    width: 100%;
    height: auto;
  }
}

.layout-flex, .lf {
  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, .lf.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout-flex.aife, .lf.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.layout-flex.ais, .lf.ais {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.layout-flex.jcsb, .lf.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-flex.jcfs, .lf.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.layout-flex.jcfe, .lf.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.layout-flex.gap, .lf.gap {
  gap: 30px;
}
.layout-flex.gap15, .lf.gap15 {
  gap: 15px;
}
.layout-flex .bloco-imagem img, .lf .bloco-imagem img {
  width: 100%;
  display: block;
}
.layout-flex .full, .lf .full {
  width: 100% !important;
}

.section {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.altocontraste .section {
  background-color: #000;
  color: #fff;
}

.remuneracao-bloco {
  padding-top: 50px;
}
.remuneracao-bloco h2 {
  font-size: 20px;
  color: #1E2F5D;
  font-weight: 700;
  padding-right: 0;
  line-height: 1.2;
  margin-bottom: 1em;
}
.altocontraste .remuneracao-bloco h2 {
  color: #fff;
}
.remuneracao-bloco .lf-filtros {
  gap: 1em;
}
.remuneracao-bloco .linha-select {
  width: 24%;
}
.remuneracao-bloco .linha-select .select-estilizado {
  padding-left: 0;
}
.remuneracao-bloco .linha-busca {
  width: 24%;
}
.remuneracao-bloco .linha-busca input {
  padding: 0px 5px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #9A9A9A;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  font-family: "Montserrat", "Calibri", "Lucida Grande", sans-serif;
  color: #575757;
  font-size: 14px;
}
.remuneracao-bloco .tabela-bloco {
  margin-top: 4em;
}
.remuneracao-bloco .tabela-bloco table {
  width: 100%;
  table-layout: fixed;
}
.remuneracao-bloco .tabela-bloco table th {
  background-color: #35456E;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em 1em;
  font-size: 11px;
}
.altocontraste .remuneracao-bloco .tabela-bloco table th {
  background-color: #000;
}
.remuneracao-bloco .tabela-bloco table tr td {
  background-color: #6FDBFF;
  color: #35456E;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em 1em;
  font-weight: 600;
  font-size: 11px;
}
.remuneracao-bloco .tabela-bloco table tr td:first-of-type {
  background-color: #21C2FC;
}
.altocontraste .remuneracao-bloco .tabela-bloco table tr td {
  background-color: #fff;
  color: #000;
}

.call-campanha {
  width: 100%;
  background-color: #00BFFF;
  border-radius: 200px;
  padding: 40px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .call-campanha {
    border-radius: 20px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.call-campanha .coluna-txt {
  color: #fff;
  width: 57.7083333333%;
}
@media screen and (max-width: 600px) {
  .call-campanha .coluna-txt {
    width: 100%;
    margin-bottom: 25px;
  }
}
.call-campanha .coluna-txt h3 {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .call-campanha .coluna-txt h3 {
    font-size: 20px;
  }
}
.call-campanha .coluna-txt p {
  font-size: 18px;
  color: #1E2F5D;
}
@media screen and (max-width: 600px) {
  .call-campanha .coluna-txt p {
    font-size: 14px;
  }
}
.call-campanha .coluna-botao {
  width: 32.3333333333%;
}
@media screen and (max-width: 600px) {
  .call-campanha .coluna-botao {
    width: 100%;
  }
}
.call-campanha .botao {
  background-color: #D40000;
  border-radius: 50px;
  height: 50px;
  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%;
  color: #fff;
  text-transform: uppercase;
}
.call-campanha .botao:hover {
  background-color: #1E2F5D;
}
@media screen and (max-width: 600px) {
  .call-campanha .botao {
    font-size: 14px;
  }
}