/********************************* CORES *********************************/
.claranja {
  color: #ED7D2F;
}
.blaranja {
  background-color: #ED7D2F;
}
.croxoescuro {
  color: #46102D;
}
.broxoescuro {
  background-color: #46102D;
}
.cbege {
  color: #F9EDDF;
}
.bbege {
  background-color: #F9EDDF;
}
.cbegeescuro {
  color: #EBCCB0;
}
.bbegeescuro {
  background-color: #EBCCB0;
}
.careia {
  color: #F5DDC1;
}
.bareia {
  background-color: #F5DDC1;
}
.cpreto {
  color: #000;
}
.bpreto {
  background-color: #000;
}
.cescuro {
  color: #222;
}
.bescuro {
  background-color: #222;
}
.cgrafite {
  color: #555;
}
.bgrafite {
  background-color: #555;
}
.ccinzaescuro {
  color: #777;
}
.bcinzaescuro {
  background-color: #777;
}
.ccinza {
  color: #AAA;
}
.bcinza {
  background-color: #AAA;
}
.ccinzaclaro {
  color: #EEE;
}
.bcinzaclaro {
  background-color: #EEE;
}
.cgelo {
  color: #F7F7F7;
}
.bgelo {
  background-color: #F7F7F7;
}
.cbranco {
  color: #FFF;
}
.bbranco {
  background-color: #FFF;
}
/********************************* GERAL *********************************/
html,
body {
  font-size: 9px;
}
body {
  overflow-x: hidden;
}
*:not(nobr) {
  font-family: 'aktiv-grotesk', Open Sans, Arial, Helvetica, sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.anton {
  font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
}
.cursive {
  font-family: 'Shrikhand', cursive;
}
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.fast {
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.clear {
  clear: both;
}
a,
button {
  text-decoration: none;
  color: inherit;
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer;
}
a:hover,
button:hover {
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
}
.botao {
  display: inline-block;
  padding: 12px 35px;
  border: solid 2px #ED7D2F;
  color: #ED7D2F;
  text-transform: uppercase;
  font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
.botao:hover {
  background-color: #ED7D2F;
  color: #FFF;
}
.botao:disabled {
  opacity: 0.5;
  color: #ED7D2F;
  background: none;
  cursor: not-allowed;
}
.tabled {
  display: table;
}
.tabled > div {
  display: table-cell;
  vertical-align: middle;
}
.responsive {
  max-width: 100%;
}
.shadow {
  -webkit-box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.46);
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.46);
}
.no-font {
  font-size: 0.1px;
  font-size: 0px;
  line-height: 0;
  text-indent: 200px;
  color: transparent;
}
h2.cut {
  position: relative;
  line-height: 100%;
  font-size: 56px;
  text-align: center;
  font-size: 101px !important;
  line-height: 111px !important;
}
@media (min-width: 1024px) {
  h2.cut {
    font-size: 120px;
  }
}
.seta {
  background-image: url(../img/seta.png);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 20px;
}
/*********************************** FORMAS ***********************************/
.il {
  display: inline;
}
.bl {
  display: block;
}
.ib {
  display: inline-block;
}
.rd100 {
  border-radius: 100vh;
}
.rd0 {
  border-radius: 0px;
}
.rd5 {
  border-radius: 5px;
}
.rd10 {
  border-radius: 10px;
}
.m0 {
  margin: 0;
}
.mb05 {
  margin-bottom: 0.5em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mb3 {
  margin-bottom: 3em;
}
.p0 {
  padding: 0;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.pl10 {
  padding-left: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
/*********************************** FONTES TEXTOS ***********************************/
.w100 {
  font-weight: 100;
}
.w200 {
  font-weight: 200;
}
.w300 {
  font-weight: 300;
}
.w400 {
  font-weight: 400;
}
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.w700 {
  font-weight: 700;
}
.w800 {
  font-weight: 800;
}
.w900 {
  font-weight: 900;
}
.i {
  font-style: italic;
}
.uc {
  text-transform: uppercase;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.t11 {
  font-size: 11px;
}
.t12 {
  font-size: 12px;
}
.t13 {
  font-size: 13px;
}
.t14 {
  font-size: 14px;
}
.t15 {
  font-size: 15px;
}
.t16 {
  font-size: 16px;
}
.t18 {
  font-size: 18px;
}
.t20 {
  font-size: 20px;
}
.t22 {
  font-size: 22px;
}
.t24 {
  font-size: 24px;
}
.t26 {
  font-size: 26px;
}
.t28 {
  font-size: 28px;
}
.t32 {
  font-size: 32px;
}
.t36 {
  font-size: 36px;
}
.t37 {
  font-size: 37px;
}
.t40 {
  font-size: 40px;
}
.t42 {
  font-size: 42px;
}
.t48 {
  font-size: 48px;
}
.t56 {
  font-size: 56px;
}
.t62 {
  font-size: 62px;
}
.t72 {
  font-size: 72px;
}
.t83 {
  font-size: 83px;
}
.t100 {
  font-size: 100px;
}
.t120 {
  font-size: 120px;
}
.t180 {
  font-size: 180px;
}
.lh100 {
  line-height: 100%;
}
.lh120 {
  line-height: 120%;
}
.lh140 {
  line-height: 140%;
}
.lh160 {
  line-height: 160%;
}
.lh180 {
  line-height: 180%;
}
.lh200 {
  line-height: 200%;
}
/*********************************** GRID ***********************************/
body,
html {
  padding: 0;
  margin: 0;
}
body {
  padding-top: 60px;
}
@media (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}
@media all {
  .wrap {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .wrap.p100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .wrap.p50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media all and (min-width: 1124px) {
  .wrap .pad {
    padding-left: 100px;
    padding-right: 100px;
  }
}
/*********************************** ELEMENTOS ***********************************/
@media all {
  .titulo-central {
    color: #ED7D2F;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 56px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    background-image: url("../img/titulo-central-bar.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .chapeu {
    text-transform: uppercase;
    color: #222;
    font-size: 36px;
    font-weight: 400;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
  }
}
@media all and (min-width: 768px) {
  .titulo-central {
    font-size: 72px;
  }
}
/*********************************** TOPBAR ***********************************/
@media all {
  .topbar {
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
  }
  .topbar.open {
    height: 180px;
  }
  .topbar .logo {
    width: 100px;
  }
  .topbar ul.menu {
    float: right;
  }
  .topbar ul.menu li {
    display: inline-block;
    padding: 5px 0px;
  }
  .topbar ul.menu li:last-child {
    padding-right: 0;
  }
  .topbar ul.menu li a {
    display: block;
    font-size: 16px;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    border: solid 1px #FFF;
    letter-spacing: 2px;
  }
  .topbar ul.menu li a:hover,
  .topbar ul.menu li a.active {
    border: solid 1px #ED7D2F;
    color: #ED7D2F;
  }
  .topbar ul.menu.language {
    margin-left: 60px;
  }
  .topbar ul.menu.language li a {
    color: #ED7D2F;
  }
  .topbar ul.menu.language li a.active {
    border: solid 1px #ED7D2F;
  }
  .topbar a.controle {
    float: left;
    padding: 13px 0px;
  }
  .topbar a.controle img {
    width: auto;
    height: 32px;
    display: none;
  }
  .topbar a.controle img.active {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .topbar .logo {
    position: absolute;
    left: calc(50% - 50px);
    top: 5px;
  }
}
@media all and (max-width: 767px) {
  .topbar ul.menu.principal {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .topbar ul.menu.principal.open {
    display: block;
    top: 120px;
  }
}
@media (min-width: 768px) {
  .topbar {
    height: 80px !important;
  }
  .topbar .logo {
    width: 130px;
    margin-top: 5px;
    float: left;
  }
  .topbar ul.menu li {
    display: inline-block;
    padding: 20px 15px;
  }
  .topbar ul.menu.language li {
    padding: 20px 1px;
  }
  .topbar a.controle {
    display: none !important;
  }
}
/*********************************** TOPO ***********************************/
@media all {
  .topo {
    background-color: #46102D;
    position: relative;
    overflow: hidden;
  }
  .topo .back {
    background-image: url("../img/topo-back-letter.svg");
    background-size: cover;
    position: absolute;
    top: -10%;
    left: -10%;
    height: 120%;
    width: 120%;
    z-index: 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .topo .col1 {
    position: relative;
    height: 380px;
  }
  .topo .col1 .foto {
    position: absolute;
    top: -100px;
    right: -300px;
    width: 550px;
    opacity: 0;
    z-index: 5;
    -webkit-transition: opacity 1000ms linear;
    -moz-transition: opacity 1000ms linear;
    -o-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
    transform: rotate(45deg);
  }
  .topo .col1 .foto.active {
    opacity: 1;
  }
  .topo .col2 {
    position: relative;
    z-index: 50;
    padding-bottom: 120px;
  }
  .topo .col2 h2 {
    margin-bottom: 30px;
  }
  .topo .col2 h2 img {
    width: 100%;
    max-width: 360px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .topo .col2 p {
    color: #FFF;
    font-size: 18px;
    line-height: 140%;
    font-weight: 200;
  }
}
@media all and (min-width: 420px) {
  .topo .col1 .foto {
    width: 140vw;
    top: -30vw;
    right: -80vw;
  }
}
@media all and (min-width: 560px) {
  .topo .col2 h2 img {
    max-width: 460px;
  }
}
@media all and (min-width: 899px) {
  .topo .col2 p {
    margin-bottom: 50px;
  }
}
@media (min-width: 900px) {
  .topo .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .topo .col1 {
    order: 2;
    flex: 0 0 55%;
    height: auto;
  }
  .topo .col1 .foto {
    right: auto;
    left: 120px;
    width: auto;
    height: 120%;
    top: -10%;
  }
  .topo .col2 {
    order: 1;
    flex: 0 0 45%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .topo .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .topo .col1 {
    height: auto;
  }
  .topo .col1 .foto {
    left: 120px;
  }
  .topo .col2 {
    order: 1;
    flex: 0 0 45%;
  }
}
/*********************************** TIMELINE ***********************************/
@media all {
  .timeline {
    background-color: #742F5E;
    position: relative;
    overflow: hidden;
  }
  .timeline .input-item {
    display: none;
  }
  .timeline .input-item:checked ~ .item {
    position: relative;
    transform: translateX(0%);
  }
  .timeline .input-item:checked ~ .item ~ .item {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(100%);
  }
  .timeline .item {
    background-color: #742F5E;
    transition-duration: .5s;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 800px;
    padding-bottom: 80px;
  }
  .timeline .item .wrap {
    max-width: 960px;
  }
  .timeline .item h3 {
    font-family: 'Shrikhand', cursive;
    font-size: 36px;
    color: #F99D1C;
    padding-bottom: 40px;
    margin-bottom: 60px;
    text-align: center;
    line-height: 120%;
    font-weight: normal;
    letter-spacing: 3px;
    background-image: url("../img/timeline-linha.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .timeline .item p {
    font-size: 18px;
    color: #FFF;
    text-align: center;
    line-height: 180%;
  }
  .timeline img.left {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 2vw;
    cursor: pointer;
    max-width: 20px;
  }
  .timeline img.right {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 2vw;
    cursor: pointer;
    max-width: 20px;
  }
  .timeline ul.controle {
    position: absolute;
    bottom: 60px;
    left: 0px;
    right: 0px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .timeline ul.controle li {
    margin: 10px;
    display: inline-block;
    padding: 0;
  }
  .timeline ul.controle li label {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 100vh;
    background: #F99D1C;
    cursor: pointer;
  }
  .timeline ul.controle li label.active {
    background-color: #FFF;
  }
}
@media all and (min-width: 768px) {
  .timeline .item {
    height: 600px;
  }
}
@media all and (min-width: 992px) {
  .timeline .item h3 {
    font-size: 56px;
  }
}
@media all and (max-width: 992px) {
  .timeline img.left {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .timeline img.right {
    display: none;
  }
}
/*********************************** RELATÓRIO 1 ***********************************/
@media all {
  .relatorio1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .relatorio1 .wrap {
    max-width: 460px;
  }
  .relatorio1 .col h3 {
    text-transform: uppercase;
    color: #ED7D2F;
    font-size: 56px;
    font-weight: 400;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    line-height: 120%;
  }
  .relatorio1 .col p {
    font-size: 18px;
    color: #222;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .relatorio1 .col a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #ED7D2F;
    border: solid 3px #ED7D2F;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
  }
  .relatorio1 .col a:hover {
    background-color: #ED7D2F;
    color: #FFF;
  }
}
@media all and (min-width: 992px) {
  .relatorio1 .wrap {
    max-width: 960px;
    display: flex;
  }
}
@media all and (min-width: 992px) {
  .relatorio1 .col img {
    width: 348px;
    max-width: none;
    margin-top: 35px;
  }
}
/*********************************** RELATÓRIOS ***********************************/
@media all {
  .relatorios {
    position: relative;
    background-color: #F7F7F7;
  }
  .relatorios .linha {
    position: absolute;
    top: -1px;
    left: calc(50% - 491px);
    width: 983px;
  }
  .relatorios .relatorio {
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .relatorios .relatorio .wrap {
    border-bottom: solid 2px #555;
    padding-top: 120px;
    padding-bottom: 50px;
    max-width: 360px;
  }
  .relatorios .relatorio .wrap h5 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
  }
  .relatorios .relatorio .wrap .col h3 {
    text-transform: uppercase;
    color: #555;
    font-size: 52px;
    font-weight: 400;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    line-height: 120%;
  }
  .relatorios .relatorio .wrap .col p {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
  }
  .relatorios .relatorio .wrap .col p.embreve {
    font-family: 'Shrikhand', cursive;
    font-size: 36px;
    font-weight: 400;
  }
  .relatorios .relatorio .wrap .col img {
    max-width: 140px;
  }
  .relatorios .relatorio:last-child .wrap {
    border-bottom: none;
  }
  .relatorios .relatorio.rel2 {
    background-position: top left 50vw;
    background-image: url("../img/back-breve-2.svg");
  }
  .relatorios .relatorio.rel2 h5,
  .relatorios .relatorio.rel2 p {
    color: #ED7D2F;
  }
  .relatorios .relatorio.rel3 {
    background-position: top right 50vw;
    background-image: url("../img/back-breve-3.svg");
  }
  .relatorios .relatorio.rel3 h5,
  .relatorios .relatorio.rel3 p {
    color: #742F5E;
  }
  .relatorios .relatorio.rel4 {
    background-position: top left 50vw;
    background-image: url("../img/back-breve-4.svg");
  }
  .relatorios .relatorio.rel4 h5,
  .relatorios .relatorio.rel4 p {
    color: #460F2E;
  }
}
@media all and (min-width: 992px) {
  .relatorios .relatorio .wrap {
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .relatorios .relatorio .wrap h5 {
    flex: 0 0 100%;
  }
  .relatorios .relatorio .wrap .col {
    flex: 0 0 38%;
  }
  .relatorios .relatorio .wrap .col:nth-child(2) {
    flex: 0 0 62%;
    padding-right: 50px;
  }
}
/*********************************** NEWS ***********************************/
@media all {
  .news {
    background-color: #46102D;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .news h2 {
    color: #FFF;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    background-image: url("../img/news-h2-bar.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .news form > div {
    margin-bottom: 30px;
    position: relative;
  }
  .news form > div input {
    display: block;
    width: 100%;
    background: none !important;
    border: none;
    border-bottom: solid 2px #863B6E;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .news form > div input::-webkit-input-placeholder {
    color: #863B6E;
  }
  .news form > div input::-moz-placeholder {
    color: #863B6E;
  }
  .news form > div input::-ms-placeholder {
    color: #863B6E;
  }
  .news form > div input::placeholder {
    color: #863B6E;
  }
  .news form > div input:hover,
  .news form > div input:focus,
  .news form > div input:active,
  .news form > div input:valid {
    outline: none;
    border-bottom: solid 2px #FFF;
  }
  .news form > div input.danger {
    border-bottom: solid 2px #C6203E;
    color: #C6203E;
  }
  .news form > div input.danger::-webkit-input-placeholder {
    color: #C6203E;
  }
  .news form > div input.danger::-moz-placeholder {
    color: #C6203E;
  }
  .news form > div input.danger::-ms-placeholder {
    color: #C6203E;
  }
  .news form > div input.danger::placeholder {
    color: #C6203E;
  }
  .news form > div span {
    display: none;
    font-size: 12px;
    color: #C6203E;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .news form button {
    display: block;
    margin: 50px auto 0 auto;
    text-transform: uppercase;
    color: #ED7D2F;
    border: solid 3px #ED7D2F;
    padding: 20px 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
  }
  .news form button:hover {
    background-color: #ED7D2F;
    color: #FFF;
  }
}
@media all and (min-width: 768px) {
  .news form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news form > div {
    flex: 0 0 30%;
  }
}
/*********************************** DOE ***********************************/
@media all {
  .doe {
    background-color: #ED7D2F;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    background-image: url("../img/7-DOEaqui-bg.svg");
    background-size: 300%;
    background-position: center center;
  }
  .doe h2 {
    color: #FFF;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    background-image: url("../img/doe-h2-bar.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .doe a {
    display: inline-block;
    text-transform: uppercase;
    color: #FFF;
    border: solid 3px #FFF;
    text-align: center;
    font-size: 18px;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    padding: 20px 50px;
  }
  .doe a:hover {
    background-color: #FFF;
    color: #ED7D2F;
  }
}
@media all and (min-width: 992px) {
  .doe {
    background-size: auto 130%;
  }
}
/*********************************** RELATÓRIO ***********************************/
@media all {
  .relatorio-single .sobre {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .relatorio-single .sobre .wrap {
    max-width: 460px;
  }
  .relatorio-single .sobre .col h5 {
    text-transform: uppercase;
    color: #222;
    font-size: 24px;
    font-weight: 400;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
  }
  .relatorio-single .sobre .col h3 {
    text-transform: uppercase;
    color: #ED7D2F;
    font-size: 56px;
    font-weight: 400;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
  }
  .relatorio-single .sobre .col p {
    font-size: 18px;
    color: #222;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .relatorio-single .sobre .col a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #ED7D2F;
    border: solid 3px #ED7D2F;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
  }
  .relatorio-single .numeros {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .relatorio-single .numeros h3 {
    color: #ED7D2F;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    background-image: url("../img/news-h2-bar.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .relatorio-single .numeros .wrap {
    max-width: 560px;
  }
  .relatorio-single .numeros .col h5 {
    font-size: 36px;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 160%;
    color: #863B6E;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .relatorio-single .numeros .col h5 span {
    font-family: 'Shrikhand', cursive;
    font-size: 72px;
    font-weight: normal;
    display: block;
    text-align: center;
    line-height: 120%;
  }
  .relatorio-single .numeros .col p {
    font-size: 18px;
    color: #222;
    line-height: 140%;
    margin-bottom: 10px;
  }
  .relatorio-single .recurso {
    background: #470B2E;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .relatorio-single .recurso h4 {
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    color: #ED7D2F;
    margin-bottom: 40px;
  }
  .relatorio-single .recurso img {
    max-width: 100%;
  }
  .relatorio-single .recurso .wrap {
    max-width: 560px;
    text-align: center;
  }
  .relatorio-single .recurso .wrap .col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .relatorio-single .formacao {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
  }
  .relatorio-single .formacao h4 {
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 180%;
    text-align: center;
    color: #DB5C00;
    margin: 0 auto;
    max-width: 770px;
  }
  .relatorio-single .formacao .wrap .col-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .relatorio-single .formacao img {
    max-width: 100%;
  }
  .relatorio-single .formacao p {
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #F99D1C;
    line-height: 160%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
  }
  .relatorio-single .formacao p.pct {
    font-size: 72px;
    font-family: 'Shrikhand', cursive;
    font-weight: 400;
  }
  .relatorio-single .formacao p.dark {
    color: #ED7D2F;
  }
  .relatorio-single .formacao small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #863B6E;
    line-height: 160%;
    max-width: 480px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  .relatorio-single .preparacao {
    background: #F5F5F5;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .relatorio-single .preparacao h4 {
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    color: #742F5E;
    margin-bottom: 40px;
  }
  .relatorio-single .preparacao img {
    max-width: 100%;
  }
  .relatorio-single .preparacao .wrap {
    max-width: 560px;
    text-align: center;
  }
  .relatorio-single .preparacao .wrap .col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .relatorio-single .direcao {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .relatorio-single .direcao h4 {
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    color: #ED7D2F;
    margin-bottom: 40px;
  }
  .relatorio-single .direcao img {
    max-width: 100%;
  }
  .relatorio-single .direcao .wrap-1 {
    max-width: 560px;
    text-align: center;
  }
  .relatorio-single .direcao .wrap-1 .col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .relatorio-single .direcao .wrap-2 {
    max-width: 560px;
    text-align: center;
    padding-top: 80px;
  }
  .relatorio-single .direcao .wrap-2 h3 {
    background-image: url("../img/titulo-central-bar.svg");
  }
  .relatorio-single .direcao .wrap-2 h3 .flex div {
    color: #863B6E;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .relatorio-single .direcao .wrap-2 h3 .flex div:last-child {
    font-size: 28px;
  }
  .relatorio-single .direcao .wrap-2 .col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .relatorio-single .direcao .wrap-2 .col img {
    max-width: 100%;
  }
  .relatorio-single .download {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #742F5E;
  }
  .relatorio-single .download h3.titulo-central {
    color: #FFF;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .relatorio-single .download .wrap {
    max-width: 560px;
    text-align: center;
  }
  .relatorio-single .download .wrap .col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .relatorio-single .download .wrap .col img {
    max-width: 100%;
    width: 140px;
  }
  .relatorio-single .download .wrap .col p {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .relatorio-single .download .wrap .col p.help {
    color: #F99D1C;
  }
  .relatorio-single .download .wrap .col form {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .relatorio-single .download .wrap .col form > div {
    margin-bottom: 30px;
  }
  .relatorio-single .download .wrap .col form > div input {
    display: block;
    width: 100%;
    background: none !important;
    border: none;
    border-bottom: solid 2px #777;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .relatorio-single .download .wrap .col form > div input:hover,
  .relatorio-single .download .wrap .col form > div input:focus,
  .relatorio-single .download .wrap .col form > div input:active,
  .relatorio-single .download .wrap .col form > div input:valid {
    outline: none;
    border-bottom: solid 2px #FFF;
  }
  .relatorio-single .download .wrap .col form > div input.danger {
    border-bottom: solid 2px #C6203E;
    color: #C6203E;
  }
  .relatorio-single .download .wrap .col form > div input.danger::-webkit-input-placeholder {
    color: #C6203E;
  }
  .relatorio-single .download .wrap .col form > div input.danger::-moz-placeholder {
    color: #C6203E;
  }
  .relatorio-single .download .wrap .col form > div input.danger::-ms-placeholder {
    color: #C6203E;
  }
  .relatorio-single .download .wrap .col form > div input.danger::placeholder {
    color: #C6203E;
  }
  .relatorio-single .download .wrap .col form > div span {
    display: none;
    font-size: 12px;
    color: #C6203E;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .relatorio-single .download .wrap .col form > div label {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    line-height: 140%;
    display: block;
    margin-top: 40px;
  }
  .relatorio-single .download .wrap .col form > div label input {
    display: inline-block;
    margin-right: 10px;
    height: 15px;
    width: 15px;
  }
  .relatorio-single .download .wrap .col form button {
    display: block;
    margin: 30px auto 0 auto;
    text-transform: uppercase;
    color: #ED7D2F;
    border: solid 3px #ED7D2F;
    padding: 10px 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    width: 100%;
  }
  .relatorio-single .download .wrap .col form button:hover {
    background-color: #ED7D2F;
    color: #FFF;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .sobre .wrap {
    max-width: 960px;
    display: flex;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .sobre .col {
    order: 2;
  }
  .relatorio-single .sobre .col:nth-child(2) {
    order: 1;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .sobre .col img {
    width: 348px;
    max-width: none;
    margin-top: 35px;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .numeros .wrap {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .relatorio-single .numeros .wrap h3 {
    flex: 0 0 100%;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .numeros .col {
    flex: 0 0 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .relatorio-single .numeros .col:nth-child(2) {
    flex: 0 0 40%;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .recurso .wrap {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .relatorio-single .recurso .wrap h3 {
    flex: 0 0 100%;
  }
  .relatorio-single .recurso .wrap .col {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .formacao .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .relatorio-single .formacao .wrap h3 {
    flex: 0 0 100%;
  }
  .relatorio-single .formacao .wrap .col-50 {
    flex: 0 0 50%;
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .preparacao .wrap {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .relatorio-single .preparacao .wrap h3 {
    flex: 0 0 100%;
  }
  .relatorio-single .preparacao .wrap .col {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .direcao h4 {
    margin-bottom: 0;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .direcao .wrap-1 {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .relatorio-single .direcao .wrap-1 h3 {
    flex: 0 0 100%;
  }
  .relatorio-single .direcao .wrap-1 .col {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .direcao .wrap-2 h3 .flex {
    display: flex;
    align-items: center;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .relatorio-single .direcao .wrap-2 h3 .flex div {
    flex: 0 0 50%;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
  }
  .relatorio-single .direcao .wrap-2 h3 .flex div:last-child {
    text-align: left;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .direcao .wrap-2 {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .relatorio-single .direcao .wrap-2 h3 {
    flex: 0 0 100%;
  }
  .relatorio-single .direcao .wrap-2 .col {
    flex: 0 0 33.333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 992px) {
  .relatorio-single .download .wrap {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
  }
  .relatorio-single .download .wrap h3 {
    flex: 0 0 100%;
  }
  .relatorio-single .download .wrap .col {
    flex: 0 0 40%;
    padding-right: 30px;
  }
  .relatorio-single .download .wrap .col:last-child {
    flex: 0 0 60%;
    padding-top: 0;
  }
  .relatorio-single .download .wrap .col img {
    width: auto;
  }
  .relatorio-single .download .wrap .col form {
    padding-bottom: 0;
  }
  .relatorio-single .download .wrap .col form > div.half {
    width: 50%;
    float: left;
    padding-right: 15px;
  }
  .relatorio-single .download .wrap .col form > div.half + .half {
    padding-right: 0;
    padding-left: 15px;
  }
  .relatorio-single .download .wrap .col form > div input {
    max-width: 100%;
  }
}
/*********************************** RODAPE ***********************************/
@media all {
  .rodape {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
  }
  .rodape h2 {
    color: #863B6E;
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    background-image: url("../img/news-h2-bar.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rodape .links {
    text-align: center;
  }
  .rodape .links a {
    color: #863B6E;
    font-size: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rodape .links a:hover {
    color: #46102D;
  }
  .rodape .links a:hover img {
    transform: scale(1.2);
  }
  .rodape .links a img {
    width: auto;
    height: 27px;
    margin-right: 15px;
  }
  .rodape .logos {
    margin-top: 100px;
  }
  .rodape .logos .lista {
    margin: 30px;
    text-align: left;
  }
  .rodape .logos .lista h5 {
    font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #58595B;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .rodape .logos .lista img {
    width: auto;
    height: 100px;
    margin: 20px 5vw 20px 0;
  }
  .rodape .logos .lista img.fnp {
    height: 45px;
    padding-top: 27.5px;
    padding-bottom: 27.5px;
    box-sizing: content-box;
  }
  .rodape .logos .lista img.cnm {
    height: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: content-box;
  }
  .rodape p {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #000;
    margin: 30px;
  }
}
@media all and (min-width: 992px) {
  .rodape .links a {
    display: inline-flex;
    margin: 0 15px;
  }
}
@media all and (min-width: 992px) {
  .rodape .logos {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 560px) {
  .rodape .logos .lista img.lg {
    height: auto;
    max-width: 100%;
  }
}
@media all and (min-width: 992px) {
  .rodape .logos .lista.f100 {
    flex: 0 0 100%;
  }
}
/*********************************** CRÉDITO ***********************************/
h6.credito {
  text-align: center;
  font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  padding: 15px;
  background: #742F5E;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h6.credito a {
  color: #ED7D2F;
  font-family: 'anton', Open Sans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
h6.credito a:hover {
  color: #dc6c1e;
}
