/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
html,body {
  overflow-x: hidden;
  scroll-behavior: smooth
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b, strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
 ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
input[type='checkbox'] {
  border-color: #CCCCCC;
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
 ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

body {
  position: relative;
  height: 100%;
  background-color: #fff;
  font-family: "Open Sans",sans-serif;
}

.hidden {
  display: none !important
}

.svg {
  display: block;
  position: relative
}

.svg svg {
  display: block;
  position: relative
}

.svg--width svg {
  width: 100%
}

.svg--height svg {
  height: 100%
}

.text--300 {
  font-weight: 300
}

.text--600 {
  font-weight: 600
}

.btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  /* text-transform: uppercase; */
  cursor: pointer;
  transition: .3s ease all;
}

.btn-state {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative
}

.btn--navbar-menu {
  position: absolute;
  top: 35px;
  right: 30px;
  padding: 0;
  border-radius: 4px;
  border: none;
  background-color: rgba(0,0,0,0);
  outline: none
}

.btn--navbar-menu .btn-state1 {
  display: none
}

.btn--navbar-menu .btn__icon {
  height: 20px
}

.btn--navbar-menu .btn__icon svg * {
  fill: rgba(255,255,255,.8)
}

.btn--one {
  padding: 15px 25px;
  border-radius: 35px;
  border: none;
  background-color: rgba(0,0,0,0);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  transition: all 160ms ease;
  border: solid 2px #e72c74
}

.btn--one:hover,.btn--one:focus {
  background-color: #e72c74
}

.btn--one:disabled {
  cursor: not-allowed
}

@media only screen and (min-width: 1024px) {
  .btn--3 {
      padding:20px 30px;
      border-radius: 50px;
      font-size: 24px
  }
}

@media only screen and (min-width: 1100px) {
  .btn--navbar-menu {
      display:none
  }
}

.decal {
  position: absolute;
  overflow: hidden
}

.decal img {
  display: block;
  position: relative;
  width: 100%
}

.decal--1-right {
  top: 50%;
  right: 0;
  width: 225px;
  opacity: .25
}

.decal--1-right img {
  right: -55px
}

@media only screen and (min-width: 1200px) {
  .decal--1-right {
      opacity:1
  }

  .decal--1-right img {
      right: 0
  }
}

.decal--1-left {
  top: 65%;
  left: 0;
  width: 225px;
  opacity: .25
}

.decal--1-left img {
  left: -55px
}

@media only screen and (min-width: 1200px) {
  .decal--1-left {
      opacity:1
  }

  .decal--1-left img {
      left: 0
  }
}

.decal--2-right {
  display: none;
  top: 15px;
  right: 0;
  width: 425px
}

@media only screen and (min-width: 1200px) {
  .decal--2-right {
      display:block
  }
}

.decal--2-left {
  display: none;
  top: 15px;
  left: 0;
  width: 425px
}

@media only screen and (min-width: 1200px) {
  .decal--2-left {
      display:block
  }
}

.decal--3 {
  top: -20px;
  left: -2px
}

.decal--4 {
  top: 10px;
  right: 20px
}

@media only screen and (min-width: 1200px) {
  .decal--4 {
      right:initial;
      left: 200px
  }
}

.navbar {
  /* display: none; */
}

@media only screen and (min-width: 1200px) {
  .navbar {
      display:block;
      position: relative;
      width: 100%;
      height: 100px;
      background-color: #fff;
      z-index: 400
  }

  .navbar__wrapper {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 100%;
      height: 100%;
      max-width: 1100px;
      margin: 0 auto
  }

  .navbar__menu {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      padding: 0;
      height: 100%;
      margin: 0;
      list-style-type: none;
      gap: 35px
  }

  .navbar__menu li {
      /* height: 35%; */
  }

  .navbar__menu a {
      /* padding: 10px 0px; */
      /* height: calc(100% - 20px); */
      color: #494949;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none
  }

  .navbar__menu .is-featured a {
      color: #494949;
      font-weight: 600
  }
}

.navbar-scroll {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 400;
  background-color: #e8e8e8;
  transform: translateY(-100%)
}

.navbar-scroll__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto
}

.navbar-scroll__left,.navbar-scroll__right {
  display: flex;
  align-items: center;
  height: 100%
}

.navbar-scroll__logo {
  display: block;
  padding: 0 15px;
  /* height: 80px; */
  text-decoration: none
}

.navbar-scroll__logo img {
  display: block;
  width: 154px;
  height: 40px;
}

.navbar-scroll__logo svg {
  display: block;
  height: 100%
}

.navbar-scroll__menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 70%;
  height: 2px;
  background-color: #fff
}

.navbar-scroll__menu {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  top: 140px;
  left: 0;
  padding: 0;
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
  background-color: #005e32
}

.navbar-scroll__menu li {
  width: 100%
}

.navbar-scroll__menu li:not(:last-child) {
  margin-bottom: 5px
}

.navbar-scroll__menu a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 15px 20px 15px 20px;
  width: calc(100% - 40px);
  height: calc(100% - 30px);
  color: #4e4d4c;
  text-align: center;
  text-decoration: none
}

.navbar-scroll__menu .is-featured a {
  color: #fff;
  font-weight: 600
}

@media only screen and (min-width: 1100px) {
  .navbar-scroll {
      display:block;
      height: 60px
  }

  .navbar-scroll__logo {
      /* height: 65px; */
  }

  .navbar-scroll__menu::before {
      display: none
  }

  .navbar-scroll__menu {
      flex-flow: row nowrap;
      position: relative;
      top: initial;
      left: initial;
      width: initial;
      height: 100%;
      background-color: rgba(0,0,0,0)
  }

  .navbar-scroll__menu li {
      width: auto;
      height: 100%
  }

  .navbar-scroll__menu li:not(:last-child) {
      margin-bottom: 0
  }

  .navbar-scroll__menu a {
      padding: 10px 20px;
      width: auto;
      height: calc(100% - 20px);
      font-size: 16px;
      font-weight: 600
  }

  .navbar-scroll__menu a::after {
      content: "";
      display: block;
      position: absolute;
      top: initial;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background-color: #4e4d4c;
      border-radius: 1px;
      opacity: 0
  }

  .navbar-scroll__menu a:hover::after {
      opacity: 1
  }
}

.hero {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 300
}

.hero__wrapper {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto
}

.hero__background {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.hero__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center
}

.hero__logos {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 30px;
  z-index: 1
}

.hero__logos img {
  display: block;
  width: 170px
}

.hero__logos img:not(:last-child) {
  margin-right: 30px
}

.hero--desktop {
  display: none
}

@media only screen and (min-width: 768px) {
  .hero {
      height:400px
  }

  .hero--mobile {
      display: none
  }

  .hero--desktop {
      display: block
  }
}

.section {
  position: relative;
  z-index: 1;
  padding: 54px 0;
}
.section_introducao {
  padding: 40px 0 0 0;
}
.section_list,
.section_content-casa{
  padding: 0;
}
.section_documentos-historicos{
  margin-bottom: 54px
}
.section_tour-virtual {
  height: 412px;
  display: flex;
  align-items: center;
}
.section_banner-full {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .section {
      padding-top: 30px;
  }
  .section_content-casa{
    padding-top: 0;
}
  .section_galeria-conteudo{
    padding-bottom: 0;
  }
  .section_list{
    padding-top: 0;
}
  .section_documentos-historicos {
    padding-top: 10px;
  }
}

.section--small-pad {
  padding: 15px 0
}

.section--medium-pad {
  padding: 25px 0
}

.section--big-pad {
  padding: 50px 0
}

.section--extra-big-pad {
  padding: 75px 0
}

.section__wrapper {
  display: block;
  position: relative;
  width: calc(100% - 40px);
  max-width: 1050px;
  margin: 0 auto;
  z-index: 200
}
.section__wrapper-min {
  max-width: 530px;
}

@media only screen and (max-width: 576px) {
  .section--galeria .section__wrapper {
     width: 100%;
     /* left: -20px; */
  }
}
.section__titles {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  gap: 12px;
  width: 100%;
  margin-bottom: 10px;
}

.section__title {
  position: relative;
  margin: 0;
  color: #192a6b;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;

  margin-bottom: 4px;
}
.section__sub_title {
  position: relative;
  color: #1670c0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}
.conteudo-aba .section__title{
    color: #1670C0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em; /* 24px */
    margin-bottom: 0;
}
.conteudo-aba .section_tour-virtual .section__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  margin-bottom: 4px;
}
.conteudo-aba .section__sub_title{
    margin-bottom: 20px;
}
.section__image {
  display: flex;
  background-image: url('../img/linhas.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: top;
  width: 16px;
  position: relative;
  top: 8px;
}
.section__titles_white .section__image {
  background-image: url('../img/linhas-branca.svg');
}
.section__image img {
  width: 17px;
  height: auto;
  position: relative;
  /* top: 100px; */
}

.section__separator {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  background-color: #fff
}

.section__description {
  position: relative;
  margin: 0;
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 26px
}
.section__button{
  margin-top: 16px
}
.section__content {
  position: relative;
  width: 100%;
  margin: 30px auto 0 auto;
}

.section__description {
  max-width: 540px;
}
.section__text {
  position: relative;
  margin: 0;
  color: #272727;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
}
.section__text.section__text_white{
  color: #fff
}
.conteudo-aba .section__text{
  margin: 20px 0
}

.conteudo-aba .section__text img {display: block;width: 100%;height: auto;}

.conteudo-aba .section__text label{
    text-align: center;
    display: block;
    color: #111E4A;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8em;
}
.conteudo-aba .section_tour-virtual {
  margin: 30px 0
}

.section__text h2,.section__text h3 {
  color: #494949;
  font-size: 18px;
  line-height: 28px
}

.section__text h2:first-child,.section__text h3:first-child {
  margin-block-start:0}

.section__text h2:not(:first-child),.section__text h3:not(:first-child) {
  margin-block-start:1.5em}

.section__text p,.section__text div {
  color: #272727;
  font-size: 16px;
  line-height: 32px
}

.section__text div:not(:first-child),.section__text p:not(:first-child) {
  margin-block-start:1em}

.section__text p:first-child {
  margin-block-start:0
}

.section__text p:last-child {
  margin-bottom: 0
}
.section__text ul {
  color: #494949;
  font-size: 16px;
  line-height: 28px
}

.section__text table {
  width: 100%;
  margin: 25px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.section__text table tr {
  background-color: rgba(0,59,48,.4)
}

.section__text table tr:first-child {
  background-color: rgba(0,59,48,.7)
}

.section__text table td {
  padding: 15px;
  color: #fff;
  text-align: left
}

.section__text table tr:nth-child(1) td {
  color: #86b744;
  font-weight: 700
}

.section__text table tr:nth-child(4) td {
  font-weight: 600
}

.section__text table thead td {
  padding: 10px;
  background-color: rgba(255,255,255,.1)
}

.section__text table tbody td {
  border-bottom: 2px solid #005e32
}

.section__table {
  position: relative;
  width: 100%;
  overflow-x: auto
}

@media only screen and (min-width: 1200px) {
  .section {
      overflow:visible
  }

  .section--small-pad {
      padding: 25px 0
  }

  .section--medium-pad {
      padding: 50px 0
  }

  .section--big-pad {
      padding: 100px 0
  }

  .section--extra-big-pad {
      padding: 150px 0 0 0
  }

  .section__wrapper {
      width: 100%
  }

  .section__separator {
      width: 1px;
      height: 70px;
      margin-top: 0;
      margin-left: 29px
  }


  .section__text h2,.section__text h3 {
      font-size: 21px;
      line-height: 30px
  }

  .section__text ul,.section__text div,.section__text p {
      font-size: 16px;
      line-height: 30px
  }
}

@media only screen and (max-width: 768px){
  .section__image {
    width: 12px;
    min-width: 12px;
    height: 40px;
  }
  .section__sub_title{
    font-size: 16px;
    max-width: 240px;
  }
  .section__sub_title br{
    display: none
  }
  .section_tour-virtual .section__sub_title {
    max-width: 300px;
  }
  .conteudo-aba .section__sub_title {
    max-width: 100%;
  }
  .section_sistema-home .section__content{
    width: 100%;
    max-width: none;
    overflow: scroll clip;
  }
  .section_tour-virtual .section__description {
    margin-top: 0;
  }
  .conteudo-aba iframe{
    width: 100%;
    height: 300px;
    border: 0;
  }
  .section__button {
    margin-top: 10px
  }
  .conteudo-aba .section__text br {
    display: none;
  }
}
.section--inscreva-se {
  padding: 30px 0
}

.table--fomento tr:nth-child(2) {
  background-color: rgba(0,59,48,.4)
}

.table--fomento tr:nth-child(3) {
  background-color: rgba(0,59,48,.2)
}

.table--fomento tr:nth-child(4) {
  background-color: #86b744
}

.table-notes {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin: 0 !important
}

.table-notes img {
  display: none
}

.table-notes__text {
  margin: 0 !important
}

.table-notes__text p,.table-notes__text div {
  color: #fff;
  font-size: 11px;
  line-height: 18px
}

.table-notes__text div:not(:first-child),.table-notes__text p:not(:first-child) {
  margin-block-start:1em}

.table-notes__text p:first-child {
  margin-block-start:0}

@media only screen and (min-width: 1200px) {
  .table-notes {
      flex-flow:row nowrap;
      justify-content: space-between;
      align-items: center;
      padding-left: 70px;
      gap: 70px
  }

  .table-notes img {
      display: block;
      width: 85px
  }
}

.box {
  display: flex;
  flex-flow: column nowrap
}

.box:not(:last-child) {
  margin-bottom: 20px
}

.box {
  width: 100%;
  height: 245px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .3s ease all;
}
.section_acervo-home .box {
    height: 270px;
}
.box-destaque .conteudo2{display: flex;align-items: end;height: 100%;}
.box-destaque .box__content{
  margin: 0;
  padding: 24px 20px;
  background: linear-gradient(180deg, rgba(51, 63, 91, 0.00) 0%, rgba(51, 63, 91, 0.75) 32.9%);
}
.box-destaque a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.box__content-acesse{
  display: flex;
  align-items: center;
  color: #fff;
  gap: 4px;
  margin: 12px 0 0 0;
}
.box__header {
  position: relative;
  padding: 15px;
  width: calc(100% - 30px)
}

.box__header::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #f6eac0
}

.box__title {
  margin: 0;
  color: #fff;
  font-size: 16px
}

.box__text {
  padding: 10px 0
}

.box__text h2,.box__text h3 {
  color: #f6eac0;
  font-size: 30px;
  font-weight: 600
}

.box__text h2:first-child,.box__text h3:first-child {
  margin-block-start:0}

.box__text h2:not(:first-child),.box__text h3:not(:first-child) {
  margin-block-start:1.5em}

.box__text h2,.box__text h3,.box__text p,.box__text div {
  margin: 0 20px
}

.box__text p,.box__text li,.box__text div {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
}

.box__text div:not(:first-child),.box__text p:not(:first-child) {
  margin-block-start:1em}

.box__text p:first-child {
  margin-block-start:0}

.box__text ul {
  margin-top: 0;
  margin-bottom: 0
}

.box__text li {
  margin-right: 20px
}

.box__text li:not(:last-child) {
  margin-bottom: 15px
}

.box__title_destaque {
  color: #fff;
  font-size: 16px;

  font-weight: 700;
  line-height: 19.2px;
  word-wrap: break-word;
  margin: 0;
}

.box__text_destaque p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  margin: 8px 0 0 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .box-container-principal {
      display:flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      gap: 10px
  }

  .box-container {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      gap: 10px
  }
  .box-container_casas {
    margin-top: 30px;
  }
  .box-container2 {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap
  }

  .box:not(:last-child) {
      margin-bottom: 0
  }

  #box-principal {
    width: 450px;
    height: 500px
  }
}

@media screen and (min-width: 992px) {
  #box-principal {
    width: 650px;
  } 
}
@media screen and (min-width: 768px) {
  .box-container-contato {
      display:flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      gap: 80px;
      width: 100%;
      height: 450px
  }

  .box-contato {
      /* width: 75%; */
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      gap: 18px
  }

  .box:not(:last-child) {
      margin-bottom: 0
  }

  .map {
      width: 100%;
      height: 420px
  }
}

@media only screen and (max-width: 768px) {
  .box-container-contato .box{
    height: auto;
  }

  .box-container-contato iframe{
    width: 100%;
    height: 300px;
}
}

#destaque {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
  word-wrap: break-word
}

#destaque-info {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
  word-wrap: break-word
}

.box-sistema {
  display: flex;
  flex-flow: column nowrap;
  background-color: #1670c0
}

.box-sistema:not(:last-child) {
  margin-bottom: 20px
}

.box-sistema {
  width: 100%;
  height: 400px;
  text-align: center
}

.box-sistema {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .3s ease all;
}

.box-casas {
  /* width: 303px; */
  height: 266px;
  /* flex-shrink: 0; */
}
.box--featured {
  background-color: rgba(0,0,0,0);
  border-color: #e41b72
}

.box--featured .box__text h2,.box--featured .box__text h3,.box--featured .box__text p,.box--featured .box__text div {
  text-align: center
}



@media only screen and (max-width: 768px) {
  .section_acervo-home .box{
    height: 105px;
    margin: 0;
  }
  .section_acervo-home .box .conteudo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 14px;
  }
  .section_acervo-home .box .box__content {
    margin: 0;
  }
  .section_acervo-home .box .box__text {
    padding: 0
  }
  .section_acervo-home .box .box__text p, 
  .section_acervo-home .box .box__text li, 
  .section_acervo-home .box .box__text div {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
  }
  .section_destaques-home .box{
    margin-bottom: 8px;
  }
  .section_destaques-home .box-container2 {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .box-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .section_acervo-home .box-container {
    flex-direction: column;
    gap: 8px
  }

  .box-sistema {
    width: 162px;
    height: 300px;
    flex-shrink: 0;
  }
  
  .box-sistema .box__content {
    margin-bottom: 16px;
  }

  .box-sistema .box__content img {
    width: 105px;
    height: auto;
  }

  .box-container_casas {
    width: 100%;
    max-width: none;
    overflow: scroll clip;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
}
.card-slider {
  position: relative
}

.card-slider__control {
  display: none
}

.card-slider .flickity-page-dots {
  bottom: -35px
}

.card-slider .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background-color: #f6eac0;
  opacity: .4
}

.card-slider .flickity-page-dots .dot.is-selected {
  opacity: .9
}

@media only screen and (min-width: 1200px) {
  .card-slider__control {
      display:flex;
      flex-flow: row nowrap;
      justify-content: flex-end;
      column-gap: 10px;
      position: absolute;
      top: -80px;
      left: calc(50vw - (1050px / 2));
      width: 100%;
      max-width: 1050px;
      margin: 0 auto;
      background-color: rgba(0,0,0,0)
  }

  .card-slider__arrow {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      width: 30px;
      height: 30px;
      background-color: rgba(0,0,0,0);
      border: 1px solid #86b744;
      z-index: 300;
      transition: all 160ms ease
  }

  .card-slider__arrow svg {
      fill: #86b744
  }

  .card-slider__arrow:focus,.card-slider__arrow:hover {
      background-color: #86b744
  }

  .card-slider__arrow:focus svg,.card-slider__arrow:hover svg {
      fill: #fff
  }
}

.card-one {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  width: 280px;
  height: 390px;
  background-color: #357c59
}

.card-one {
  margin-right: 30px
}

.card-one__picture {
  display: block;
  width: 100%;
  height: 200px
}

.card-one__info {
  display: flex;
  flex-flow: column nowrap;
  padding: 20px;
  width: calc(100% - 40px)
}

.card-one__title {
  margin: 0;
  color: #f6eac0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px
}

.card-one__description {
  margin: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px
}

.card-list {
  display: flex;
  flex-flow: column nowrap
}

.card-list--filecard {
  padding: 20px 0 40px 0;
}

.logo-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 50px 0
}

.logo-list .logo:not(:last-child) {
  margin-bottom: 40px
}

@media only screen and (min-width: 1200px) {
  .logo-list {
      flex-flow:row nowrap;
      justify-content: center;
      padding: 75px 0
  }

  .logo-list .logo:not(:last-child) {
      margin-bottom: 0;
      margin-right: 50px
  }
}

@media only screen and (max-width: 768px) {
  .card-list--filecard {
    padding-top: 0
  }
}
.logo img {
  display: block;
  width: 100%;
  max-width: 225px;
  max-height: 90px
}

@media only screen and (min-width: 1200px) {
  .logo {
      max-width:390px
  }
}

.filecard::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  transition: all 160ms ease
}

.filecard {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-self: flex-start;
  position: relative;
  width: calc(100% - 28px);
  margin-bottom: 15px;
  border: 1px solid #9ba2b0;
  background-color: #fff;
  text-decoration: none;
  padding-left: 25px
}

.filecard:last-child {
  margin-bottom: 0
}

.filecard__left,.filecard__right {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative
}

.filecard__title {
  color: #1670c0;
  font-size: 16px;

  font-weight: 400;
  line-height: 19.2px;
  word-wrap: break-word
}

.filecard__filetype-icon {
  height: 22px;
  margin-right: 15px
}

.filecard__filetype-icon img {
  display: block;
  height: 100%
}

.filecard__download-icon {
  padding-left: 15px;
  height: 22px;
  transition: all 160ms ease
}

.filecard__download-icon img {
  display: block;
  height: 100%
}

.filecard:focus::before,.filecard:hover::before {
  opacity: 1
}

@media screen and (min-width: 1200px) {
  .section--temas .card-columns {
      padding-bottom:0
  }

  .section--temas .card-column {
      width: 356px
  }

  .section--temas .card-column:nth-child(1) {
      margin-right: 100px
  }
}

@media screen and (min-width: 1200px) {
  .section--anexos .section__content {
      max-width:1200px
  }
}

.section--como-funciona .section__text {
  margin-top: 30px
}

#como-funciona {
  background-color: #ededed;
  padding: 100px
}

.section--duvidas {
  overflow: hidden
}

.section--duvidas .section__title {
  display: flex;
  flex-flow: column nowrap;
  line-height: normal
}

.section--duvidas .section__description {
  color: #fff;
  font-size: 16px
}

.section--duvidas .section__description a,.section--duvidas .section__description span {
  color: #86b744;
  text-decoration: none
}

.section--duvidas .section__description a:focus,.section--duvidas .section__description a:hover {
  text-decoration: underline
}

@media screen and (min-width: 1200px) {
  .section--categorias .section__content {
      padding:50px 0
  }
}

@media only screen and (min-width: 1200px) {
  .section--faq .section__content {
      margin-top:20px
  }
}

.realizacao {
  display: flex;
  flex-flow: column nowrap;
  background-color: #192a6b
}

.realizacao__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
  column-gap: 40px;
  margin: 0;
  color: #86b744;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 15px
}

.realizacao__logos {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 130%;
  margin: auto
}

@media only screen and (max-width: 768px) {
  .realizacao__logos {
      display:flex;
      flex-flow: nowrap;
      justify-content: center;
      align-items: center;
      margin: auto;
      gap: 0;
      margin-bottom: 15px;
      margin-top: 15px;
      width: 100%
  }
}

.realizacao__logos1 {
  display: flex;
  flex-flow: row;
  padding: 71px;
  gap: 25px
}

@media only screen and (max-width: 768px) {
  .realizacao__logos1 {
      display:flex;
      flex-flow: row;
      padding: 15px;
      gap: 8px;
      height: 35px
  }
}

@media only screen and (max-width: 768px) {
  #logo {
      width:120px
  }
}

@media only screen and (min-width: 1200px) {
  .realizacao__logos {
      flex-flow:row nowrap
  }
}

.links-rodape {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 40px 0;
  width: 100%
}

.links-rodape__link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-self: center;
  position: relative;
  padding: 14px 20px;
  width: calc(100% - 80px);
  margin-top: 20px;
  border-radius: 40px;
  background-color: #fff;
  color: #001030;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 1px 1px 10px 5px rgba(0,0,0,.2)
}

.links-rodape__link__icone {
  height: 18px;
  margin-left: 12px
}

.links-rodape__link__icone svg * {
  fill: #c30063
}

@media only screen and (min-width: 1024px) {
  .links-rodape {
      padding:25px 0;
      margin: 0 auto
  }

  .links-rodape__link {
      padding: 0 45px;
      width: 400px;
      height: 50px;
      margin-top: 10px;
      font-size: 21px;
      font-weight: 700
  }

  .links-rodape__link__icone {
      height: 20px;
      margin-top: -2px;
      margin-left: 18px;
      transition: all 160ms ease
  }

  .links-rodape__link:hover .links-rodape__link__icone {
      transform: scale(1.075)
  }
}

.links-duplos-rodape {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1050px;
  margin: 0 20px
}

.links-duplos-rodape__link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 14px 20px;
  width: calc(100% - 40px);
  border-radius: 40px;
  background-color: #fff;
  color: #001030;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 1px 1px 10px 5px rgba(0,0,0,.2)
}

.links-duplos-rodape__link:nth-child(1) {
  margin-bottom: 20px
}

.links-duplos-rodape__link:nth-child(2) {
  box-shadow: 1px 1px 10px 5px rgba(0,0,0,.2)
}

.links-duplos-rodape__icone {
  height: 18px;
  margin-left: 12px
}

.links-duplos-rodape__icone svg * {
  fill: #c30063
}

@media only screen and (min-width: 1200px) {
  .links-duplos-rodape {
      display:flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 0 auto;
      border-radius: 40px;
      background-color: #fff
  }

  .links-duplos-rodape::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      width: 1px;
      height: 30px;
      background-color: #c30063
  }

  .links-duplos-rodape__link {
      padding: 0 45px;
      width: 400px;
      height: 50px;
      background-color: rgba(0,0,0,0);
      box-shadow: none;
      font-size: 21px;
      font-weight: 700
  }

  .links-duplos-rodape__link:nth-child(1) {
      margin-bottom: 0
  }

  .links-duplos-rodape__link:nth-child(2) {
      box-shadow: none
  }

  .links-duplos-rodape__icone {
      height: 20px;
      margin-top: -2px;
      margin-left: 18px;
      transition: all 160ms ease
  }

  .links-duplos-rodape__link:hover .links-duplos-rodape__icone {
      transform: scale(1.075)
  }
}

.box-sti-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 25px 0;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto
}

@media only screen and (min-width: 1200px) {
  .box-sti-container::after {
      content:"";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 50px;
      border-radius: 25px;
      background-color: #fff
  }
}

.box-sti::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  width: calc(100% + 40px);
  height: 100px;
  border-radius: 30px;
  background-color: #fff;
  z-index: -1
}

.box-sti {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% - 80px);
  max-width: 440px;
  margin: 0 40px;
  z-index: 1
}

.box-sti__info {
  padding: 20px 25px;
  border-radius: 50px;
  background-color: #c30063;
  box-shadow: -7.2px 7.2px 7.2px rgba(0,0,0,.25)
}

.box-sti__info div,.box-sti__info p {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.box-sti__info b {
  font-weight: 600
}

.box-sti__arrow {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%
}

.box-sti__arrow svg {
  width: 10px;
  transition: all 160ms ease
}

.box-sti__arrow:hover svg {
  transform: scale(1.075)
}

.box-sti__arrow svg * {
  fill: #c30063
}

@media only screen and (min-width: 1200px) {
  .box-sti::before {
      display:none
  }

  .box-sti {
      width: 100%;
      max-width: none;
      margin: 0 auto
  }

  .box-sti__info {
      display: flex;
      justify-content: center;
      padding: 10px 0;
      width: calc(100% - 180px);
      margin-left: -30px;
      border-radius: 25px
  }

  .box-sti__info p {
      max-width: none;
      margin: 0 20px;
      font-size: 16px;
      font-weight: 500;
      line-height: 28px;
      text-align: center;
      text-transform: none;
      letter-spacing: 3px
  }

  .box-sti__info b {
      font-weight: 700;
      text-transform: uppercase
  }

  .box-sti__arrow {
      top: initial;
      right: 35px;
      width: 40px
  }

  .box-sti__arrow svg {
      width: 20px
  }
}

.box-inovacao-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 25px 0;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto
}

@media only screen and (min-width: 1200px) {
  .box-inovacao-container::after {
      content:"";
      display: block;
      position: absolute;
      width: 900px;
      height: 50px;
      border-radius: 25px;
      background-color: #fff
  }
}

.box-inovacao::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  width: calc(100% + 40px);
  height: 100px;
  border-radius: 30px;
  background-color: #fff;
  z-index: -1
}

.box-inovacao {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% - 60px);
  margin: 0 auto;
  z-index: 1
}

.box-inovacao__info {
  padding: 20px 25px;
  border-radius: 50px;
  background-color: #c30063;
  box-shadow: -7.2px 7.2px 7.2px rgba(0,0,0,.25)
}

.box-inovacao__info div,.box-inovacao__info p {
  display: block;
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px
}

.box-inovacao__info b {
  font-weight: 600
}

.box-inovacao__info a {
  color: #fff;
  font-weight: 600;
  text-decoration: none
}

.box-inovacao__info a[href^=mailto] {
  color: #001030
}

.box-inovacao__info a:hover,.box-inovacao__info a:focus {
  text-decoration: underline
}

.box-inovacao__arrow {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%
}

.box-inovacao__arrow svg {
  width: 10px;
  transition: all 160ms ease
}

.box-inovacao__arrow:hover svg {
  transform: scale(1.075)
}

.box-inovacao__arrow svg * {
  fill: #c30063
}

@media only screen and (min-width: 1200px) {
  .box-inovacao::before {
      display:none
  }

  .box-inovacao {
      width: 900px;
      max-width: none;
      margin: 0 auto
  }

  .box-inovacao__info {
      display: flex;
      flex-flow: column nowrap;
      align-items: center;
      padding: 10px 0;
      width: calc(100% - 180px);
      max-width: 800px;
      border-radius: 25px
  }

  .box-inovacao__info p {
      max-width: none;
      margin: 0 20px;
      font-size: 16px;
      font-weight: 500;
      line-height: 28px;
      text-align: center;
      text-transform: none;
      letter-spacing: 3px
  }

  .box-inovacao__info b {
      font-weight: 700;
      text-transform: uppercase
  }

  .box-inovacao__arrow {
      top: initial;
      right: 35px;
      width: 40px
  }

  .box-inovacao__arrow svg {
      width: 20px
  }
}

.logos-rodape {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding-top: 50px;
  width: 100%
}

.logos-rodape__logo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 100px
}

.logos-rodape__logo:not(:last-child) {
  margin-bottom: 20px
}

.logos-rodape__logo img {
  display: block;
  max-width: 100%;
  max-height: 65px
}

@media only screen and (min-width: 1024px) {
  .logos-rodape {
      flex-flow:row nowrap;
      justify-content: center;
      padding-top: 25px
  }

  .logos-rodape__logo {
      width: 325px
  }

  .logos-rodape__logo:not(:last-child) {
      margin-right: 25px;
      margin-bottom: 0
  }
}

.collapse {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden
}

.collapse:not(:last-child) {
  margin-bottom: 15px
}

.collapse__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  padding: 0 20px;
  width: calc(100% - 40px);
  height: 163px;
  background-color: #fff;
  user-select: none
}

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

.collapse__header-left {
  justify-content: flex-start
}

.collapse__header-right {
  justify-content: flex-end
}

.collapse__arrow {
  height: 16px;
  z-index: 1
}

.collapse__arrow svg {
  display: block;
  height: 100%;
  fill: #1670c0
}

.collapse__title {
  margin-right: 30px;
  color: #1670c0;
  font-size: 18px;
  font-weight: 700;
  z-index: 1
}

.collapse__content {
  padding: 10px 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 5px;
  background-color: #fff;
  overflow: hidden
}

.collapse__content a {
  word-break: break-all
}

.collapse__content div,.collapse__content p {
  margin: 12px 0;
  color: #1670c0;
  font-size: 16px;
  line-height: 26px
}

.collapse__content p:not(:last-child) {
  margin-bottom: 18px
}

.collapse__content ul {
  padding-left: 20px
}

.collapse__content li {
  color: #1670c0;
  font-size: 16px;
  line-height: 26px
}

.collapse__content li:not(:last-child) {
  margin-bottom: 6px
}

.collapse.is-open .collapse__content {
  display: block
}

@media only screen and (min-width: 1200px) {
  .collapse {
      width:900px;
      height: 72px
  }

  .collapse:not(:last-child) {
      margin-bottom: 30px
  }

  .collapse__header {
      height: 65px
  }
}

.section--inscreva-se {
  position: relative;
  overflow: hidden
}

.inscreva-se {
  display: flex;
  flex-flow: column nowrap;
  gap: 25px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 40px 0 35px 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: #fff
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.background-image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #192A6B 21.5%, rgba(25, 42, 107, 0.00) 100%);
}
@media only screen and (min-width: 1200px) {
  .inscreva-se {
      flex-flow:column;
      justify-content: space-between;
      grid-gap: 30px
  }

  .inscreva-se__text {
      font-size: 28px;
      text-align: center;
      color: #fff
  }

  .inscreva-se .btn {
      margin-top: 0;
      text-align: center
  }
}

@media only screen and (max-width: 768px) {
  .construa {
      display:none
  }
}

.uniao {
  display: grid;
  grid: auto/3fr 3fr;
  align-items: center;
  justify-content: space-between;
  grid-gap: 50px
}

@media only screen and (max-width: 768px) {
  .uniao {
      display:flex;
      grid-gap: 50px
  }
}

.uniao2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center
}

@media only screen and (max-width: 768px) {
  .uniao2 {
      display:grid;
      grid: none;
      justify-items: center;
      align-items: center;
      grid-gap: 50px
  }
}

.linha-colorida {
  width: 30%;
  height: 6px;
  background-image: radial-gradient(circle at -20.44% 56.16%, #009fb2 0, #009fc3 3.33%, #009ed3 6.67%, #009de2 10%, #009cef 13.33%, #0099f9 16.67%, #0096ff 20%, #0093ff 23.33%, #008eff 26.67%, #0089ff 30%, #0083ff 33.33%, #327bff 36.67%, #6b73fc 40%, #8e6af2 43.33%, #a860e6 46.67%, #be55d8 50%, #cf4ac9 53.33%, #dd3eb8 56.67%, #e834a6 60%, #f02b95 63.33%, #f52682 66.67%, #f72770 70%, #f62d5f 73.33%, #f4364d 76.67%, #ef413c 80%, #e84b2a 83.33%, #df5616 86.67%, #d56000 90%, #c96900 93.33%, #bc7100 96.67%, #ae7800 100%);
  position: absolute;
  top: 57%;
  left: 0
}

.linha {
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  bottom: -55px;
}

.linha-colorida-mercado-esquerda {
  width: 20%;
  height: 6px;
  background-image: radial-gradient(circle at -20.44% 56.16%, #009fb2 0, #009fc3 3.33%, #009ed3 6.67%, #009de2 10%, #009cef 13.33%, #0099f9 16.67%, #0096ff 20%, #0093ff 23.33%, #008eff 26.67%, #0089ff 30%, #0083ff 33.33%, #327bff 36.67%, #6b73fc 40%, #8e6af2 43.33%, #a860e6 46.67%, #be55d8 50%, #cf4ac9 53.33%, #dd3eb8 56.67%, #e834a6 60%, #f02b95 63.33%, #f52682 66.67%, #f72770 70%, #f62d5f 73.33%, #f4364d 76.67%, #ef413c 80%, #e84b2a 83.33%, #df5616 86.67%, #d56000 90%, #c96900 93.33%, #bc7100 96.67%, #ae7800 100%);
  position: absolute;
  top: 8%;
  left: 0
}

@media only screen and (max-width: 768px) {
  .linha-colorida-mercado-esquerda {
      width:50%;
      top: 2%
  }
}

.linha-colorida-mercado-direita {
  width: 20%;
  height: 6px;
  background-image: radial-gradient(circle at -20.44% 56.16%, #009fb2 0, #009fc3 3.33%, #009ed3 6.67%, #009de2 10%, #009cef 13.33%, #0099f9 16.67%, #0096ff 20%, #0093ff 23.33%, #008eff 26.67%, #0089ff 30%, #0083ff 33.33%, #327bff 36.67%, #6b73fc 40%, #8e6af2 43.33%, #a860e6 46.67%, #be55d8 50%, #cf4ac9 53.33%, #dd3eb8 56.67%, #e834a6 60%, #f02b95 63.33%, #f52682 66.67%, #f72770 70%, #f62d5f 73.33%, #f4364d 76.67%, #ef413c 80%, #e84b2a 83.33%, #df5616 86.67%, #d56000 90%, #c96900 93.33%, #bc7100 96.67%, #ae7800 100%);
  position: absolute;
  bottom: 8%;
  right: 0
}

@media only screen and (max-width: 768px) {
  .linha-colorida-mercado-direita {
      width:50%;
      bottom: 2%
  }
}

.btn1 {
  padding: 5px 20px;
  background-color: #fff;
  color: #192A6B;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  border-radius: 4px;
  display: flex;
  font-weight: 600;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width: 768px) {
  .btn1 {
      width:100%
  }

  .btn1 {
      font-size: 16px;
      padding: 5px 5px
  }
}

.box__content {
  padding: 0px;
  margin-bottom: 30px;
}
.section_acervo-home .box__content{
  margin-bottom: 10px;
}
.box__text {
  font-size: 24px
}

.btn1 {
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 10px 20px;
  transition: .3s ease all;
  text-decoration: none;
  height: 32px;
  box-sizing: border-box;
  width: max-content;
}

.btn-text {
  display: block;
  padding-right: 0;
  margin: 0;
}

.icon {
  transition: .3s ease all;
  width: 0;
  overflow: hidden;
}

.btn1:hover .btn-text {
  /* padding-right: 20px; */
}

.btn1:hover .icon,
.section--galeria .galeria-btn:hover .icon {
  opacity: 1;
  width: 20px;
}


@media only screen and (max-width: 768px) {
  .section__titlee p {
      font-size:26px;
      line-height: 30px
  }
}

@media only screen and (max-width: 768px) {
  .section__title {
      font-size: 24px;
      margin-top: 0;
      line-height: 1.2em;
  }
  .section__title br{
    display: none
  }
  body[name-page="ExposiÃ§Ãµes"] .section__title br {
    display: block;
  }
  .btn1 .icon {
    width: 20px;
}
}

@media only screen and (max-width: 768px) {
  #section__titles_mobile {
      display:none
  }
}

@media only screen and (min-width: 768px) {
  #section__titles_desktop {
      display:none
  }
}

@media only screen and (max-width: 768px) {
  .section__title_mobile {
      font-size:28px;
      font-weight: bold;
      text-align: center
  }

  .section__title_mobile {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      margin-top: 30px
  }

  .section__title_mobile>span {
      background-image: radial-gradient(circle at -20.44% 56.16%, #009fb2 0, #009fc3 3.33%, #009ed3 6.67%, #009de2 10%, #009cef 13.33%, #0099f9 16.67%, #0096ff 20%, #0093ff 23.33%, #008eff 26.67%, #0089ff 30%, #0083ff 33.33%, #327bff 36.67%, #6b73fc 40%, #8e6af2 43.33%, #a860e6 46.67%, #be55d8 50%, #cf4ac9 53.33%, #dd3eb8 56.67%, #e834a6 60%, #f02b95 63.33%, #f52682 66.67%, #f72770 70%, #f62d5f 73.33%, #f4364d 76.67%, #ef413c 80%, #e84b2a 83.33%, #df5616 86.67%, #d56000 90%, #c96900 93.33%, #bc7100 96.67%, #ae7800 100%);
      -webkit-background-clip: text;
      color: rgba(0,0,0,0)
  }
}

.cor {
  background-color: #1670c0
}

@media only screen and (min-width: 1200px){
  .cor:hover {
    background-color: #192a6b;
    transform: scale(1.1);
    position: relative;
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,.3);
    z-index: 99;
  }
  
  .zoom:hover {
    transform: scale(1.05);
    z-index: 9
  }
}
.box-icon {
  display: block;
  margin: 0 auto 0px;
  width: 100%
}

.grup_como_funciona {
  background-color: #fff;
  border: 3px solid;
  border-image: radial-gradient(circle at -20.44% 56.16%, #009fb2 0, #009fc3 3.33%, #009ed3 6.67%, #009de2 10%, #009cef 13.33%, #0099f9 16.67%, #0096ff 20%, #0093ff 23.33%, #008eff 26.67%, #0089ff 30%, #0083ff 33.33%, #327bff 36.67%, #6b73fc 40%, #8e6af2 43.33%, #a860e6 46.67%, #be55d8 50%, #cf4ac9 53.33%, #dd3eb8 56.67%, #e834a6 60%, #f02b95 63.33%, #f52682 66.67%, #f72770 70%, #f62d5f 73.33%, #f4364d 76.67%, #ef413c 80%, #e84b2a 83.33%, #df5616 86.67%, #d56000 90%, #c96900 93.33%, #bc7100 96.67%, #ae7800 100%);
  border-image-slice: 1
}

.custom-box {
  width: 200px;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  text-align: center
}

@media only screen and (max-width: 768px) {
  .custom-box {
      width:85%;
      display: grid;
      grid-template-columns: 1fr 2fr;
      align-items: center
  }
}

@media only screen and (max-width: 768px) {
  #como-funciona {
      padding:0px
  }
}

.custom-box__icon {
  margin: 0 auto 10px
}

.custom-box__icon img {
  width: 70px;
  height: 70px
}

.custom-box__title {
  color: #000;
  font-size: 14px;
  line-height: 1.5
}

@media only screen and (max-width: 768px) {
  .custom-box__title {
      text-align:left
  }
}

.section__button .btn1 .icon {
  transition: .3s ease all;
}

.custom-list {
  list-style-type: none;
  padding-left: 0
}

.custom-list li {
  display: flex;
  align-items: center;
  margin-top: 15px
}

.custom-list li .icon {
  margin-right: 10px
}

.section__button_como-funciona {
  display: flex;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section__button_como-funciona {
  }
}

.btn2 {
  display: none
}

@media only screen and (max-width: 768px) {
  .btn2 {
      padding:5px 5px;
      background-color: #5110b7;
      color: #fff;
      border: solid 2px #5110b7;
      cursor: pointer;
      font-size: 16px;
      border-radius: 50px;
      display: flex;
      font-weight: 600;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center
  }

  .btn2 {
      width: 80%
  }
}

.btn2:hover {
  background-color: #fff;
  color: #5110b7;
  border: solid 2px #5110b7
}

.section__button_hero {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 25px
}

@media only screen and (max-width: 768px) {
  .section__button_hero {
      z-index:301
  }
}


.conteudo {
  margin: auto;
  position: relative;
  box-sizing: border-box;
}

.btn-visita {
  background-color: #8ec5ee;
  color: #192a6b;
  border: solid 2px #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  transition: padding-right .3s ease;
  width: 50%
}

.btn-visita:hover .btn-text {
  padding-right: 20px
}

.btn-visita:hover .icon {
  opacity: 1;
  right: 10px
}

.section__button .btn-visita .icon {
  transition: filter .3s ease
}

@media only screen and (max-width: 768px) {
  .btn-visita {
      width:100%
  }

  .btn-visita {
      background-color: #5110b7;
      color: #fff;
      border: solid 2px #5110b7;
      font-size: 16px;
      padding: 5px 5px
  }
}

.categorias {
  display: flex;
  flex-direction: row;
  margin: 30px 0;
  border-bottom: 1px solid #1670C0;
  width: 100%;
  max-width: none;
  overflow-x: auto;
}

.categorias p {
  margin: 0 25px 0 0;
  white-space: nowrap;
}

.categorias a {
  color: rgba(25,42,107,.5);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  /* word-wrap: break-word; */
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border-bottom: 2px solid rgba(0,0,0,0);
  transition: color .3s,border-bottom-color .3s
}

.categorias a:hover {
  color: #192a6b;
  border-bottom-color: #192a6b
}

.categorias a.active {
  color: #192a6b;
  border-bottom-color: #1670C0;
}

@media only screen and (max-width: 768px){
  .categorias a{
    font-size: 16px;
  }
}

.linhas {
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  position: relative;
  margin: 30px 0;
}
.section_galeria-conteudo .linhas {
  margin-bottom: 0
}
.linhas-presidente {
  width: 100%;
  height: 1px;
  background-color: #02428f;
  position: relative;
  bottom: 0px;
  margin: 50px 0;
}

.text_centro {
  /* width: 50%; */
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
  word-wrap: break-word;
  margin-bottom: 25px;
  margin-bottom: 25px
}

#sub_claudio {
  margin-top: 25px;
  margin-bottom: 25px
}

.hero_sub {
  display: block;
  position: relative;
  width: 100%;
  height: 180px;
  z-index: 300
}

.hero__wrapper {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto
}

.hero__background_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.hero__background_sub img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center
}

.hero__logos {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 30px;
  z-index: 1
}

.hero__logos img {
  display: block;
  width: 170px
}

.hero__logos img:not(:last-child) {
  margin-right: 30px
}

.hero--desktop_sub {
  display: none
}

.banner-wrapper {
  position: relative;
  height: 165px;
  width: 100%;
  margin-bottom: 30px;
}
.banner-wrapper .banner-wrapper__background {position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover;object-position: center right;}
.banner-wrapper__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 16px 48px;
    box-sizing: border-box;
}
.banner-wrapper__text {
    margin: 0 0 20px 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em; /* 24px */
}
.banner-wrapper a {
    min-width: 110px;
} 
.banner-wrapper .btn-text {}
.banner-wrapper .btn-text img {}
.banner-wrapper__content-right{
  display: flex;
  align-items: center;
  justify-content: end;
}
.banner-wrapper__logo {
    max-width: 50%;
    width: auto;
    display: block;
    position: relative;
}
.banner-wrapper__logo img{
    display: block;
    max-width: 400px;
    width: 100%;
    min-height: 60px;
    max-height: 100px;
}
@media only screen and (max-width: 768px) {
  .banner-wrapper {
    height: auto;
  }
  .banner-wrapper__content{
    padding: 16px;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .banner-wrapper__text {
    text-align: center
  }
  /* .banner-wrapper__text br{
    display: none;
  } */
  .banner-wrapper__content-right {
    justify-content: center
  }
  .banner-wrapper a {
    margin: 0 auto  
  }
}
@media only screen and (min-width: 768px) {
  .hero_sub {
      height:160px
  }
  .hero--mobile_sub {
      display: none
  }

  .hero--desktop_sub {
      display: block
  }
}

.hero__background_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.hero__background_sub img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center
}

.btn-doc {
  background-color: #fff;
  color: #1670c0;
  border: solid 1px #CCCCCC;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  /* margin-top: 20px; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 0px 20px;
  transition: padding-right .3s ease,background-color .3s ease,color .3s ease;
  width: 100%;
  text-decoration: none;
  transition: .3s ease;
  box-sizing: border-box;
}

.btn-doc:hover {
  background-color: #192a6b;
  color: #fff
}

.btn-doc:hover .btn-text {
  /* padding-right: 20px; */
}

.btn-doc .icon {
  opacity: 1;
  /* right: 10px */
}
.btn-doc:hover .btn-flex-end {
  color: #fff
}
.btn-doc .icon {
  transition: .3s ease all;
  position: relative;
  top: 0;
  transform: translateY(0);
  width: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
}
.btn-doc:hover .icon {
  width: 30px
}
.btn-text-titulo {
  margin-right: auto
}

.btn-flex-end {
  display: flex;
  align-items: center;
  color: #1670C0;
  text-decoration: none;
}
.btn-show-more .btn-flex-end {
    color: #fff;
}

@media only screen and (max-width: 768px) {
  .btn-doc .btn-flex-end p{
    display: none;
}
  .btn-doc img.icon{
    display: none;
}
}

.hidden {
  display: none
}

.conteudo-aba .btn_default {
  text-align: center;
  padding: 16px 10px;
  border-radius: 4px;
  background: #8EC5EE;
  border: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
}
.btn_default .ic_fixo {
  display: block;
  height: 20px;
  width: 20px;
  min-width: 20px;
}
.btn_default .ic_fixo path {
  stroke: #192A6B;
}
.conteudo-aba .btn_default:hover{
  background: #5896c5;
}
.conteudo-aba .btn_default .btn-text-titulo {
    margin: 0;
    text-align: center;
    color: #192A6B;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
@media only screen and (max-width: 768px) {
  .btn-doc {
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
    min-height: 36px;
  }
  .btn-text-titulo {
    margin: 0;
  }
  .btn-doc .btn-flex-end {
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/flexa.svg');
    opacity: .5;
  }
}

.section__button--center {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px
}

.btn-show-more {
  background-color: #192a6b;
  color: #fff;
  width: 12%
}

.search-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0 0;
  gap: 40px
}

.search-bar {
  display: flex;
  align-items: center;
  width: 75%;
  position: relative
}

.search-bar .icon-search {
  position: absolute;
  left: 10px
}

.search-bar input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 4px
}

.filter-checkboxes {
  display: flex;
  justify-content: space-between;
  width: 25%
}

.filter-checkboxes label {
  display: flex;
  align-items: center;
  gap: 5px
}

@media only screen and (max-width: 768px) {
  .search-filter {
    flex-direction: column;
    gap: 24px;
    max-width: 525px;
    width: 100%;
  }  
  .search-bar {
    width: 100%;
}
  .filter-checkboxes {
    width: 100%;
    justify-content: start;
    gap: 16px;
  }
}

.section--galeria .search-bar {
  position: relative;
  width: 75%;
  margin: 0 auto 20px
}

.section--galeria .search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%)
}

.section--galeria #search-input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 4px
}

.section--galeria .filter-checkboxes {
  display: flex;
  justify-content: space-between;
  width: 25%;
  margin: 0 auto 20px
}

.section--galeria .filter-checkboxes label {
  display: flex;
  align-items: center
}

.section_introducao .filter-buttons {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  gap: 300px;
}

.section_introducao .filter-buttons button {
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  background-color: #fff;
  color: #192a6b;
  border: none;
  border-radius: 4px;
  position: relative;
  font-weight: normal;
  transition: font-weight .3s;
  font-size: 18px;

  line-height: 21.6px;
  word-wrap: break-word
}

.section_introducao .filter-buttons button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #1670c0;
  transition: opacity .3s;
  opacity: 0
}

.section_introducao .filter-buttons button:hover,.section_introducao .filter-buttons button.active {
  font-weight: bold
}

.section_introducao .filter-buttons button:hover::after,.section_introducao .filter-buttons button.active::after {
  opacity: 1
}

@media only screen and (max-width: 768px) {
  .section_introducao .filter-buttons {
    justify-content: space-around;
    gap: 0;
}
}

.section--galeria .card-list--galeria {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  /* margin-bottom: 56px; */
}

.section--galeria .galeria-card {
  width: 250px;
  height: 225px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease;
  box-sizing: border-box;
  cursor: pointer;
}
.section--galeria .galeria-card[data-type="video"]{
  height: 400px;
}
.section--galeria .galeria-card a{
  display: flex;
  align-items: center;
}
.card__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none
}
.card__background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1670C0;
  opacity: .8;
  transition: .3s ease all
}



.card__background img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  opacity: .5;
}


.card_bg-opacity:hover::before{
  background: #1670C0;  
}
@media(min-width: 768px) {
  .section--galeria .card-list--galeria {
      justify-content: flex-start;
  }
  .cor:hover .card__background:after{
    background: linear-gradient(90deg, #192A6B 0%, rgba(49, 82, 209, 0.00) 96.76%);
  }
  .section--galeria .galeria-card:hover {
    transform: scale(1.05)
  }
}

@media(max-width: 768px) {
  .section--galeria .galeria-card {
      width:calc(50% - 10px)
  }

  .card__background:after {
    background: linear-gradient(90deg, #192A6B 30.5%, rgba(49, 82, 209, 0.00) 100%);
  }

  .galeria-card .card__background:after {
    background: #1670C0;
  }
  .box-sistema .card__background:after {
    background: linear-gradient(56deg, #192A6B 0%, rgba(49, 82, 209, 0.00) 96.76%);
  }

  .section--galeria .card-list--galeria {
    display: grid;
    grid: auto / 1fr 1fr 1fr;
    grid-gap: 2px;
  }

  .section--galeria .galeria-card a {
    margin-top: 10px;
    background-image: url("../img/flexa_branca.svg");
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999px;
    overflow: hidden;
    border: 0;
  }
}

@media(max-width: 768px) {
  .section--galeria .galeria-card {
    width: 100%;
    height: 150px;
  }
  .section--galeria .galeria-card[data-type='video'] {
    height: 250px;
}
  .section--galeria .galeria-card .galeria-titulo {
    font-size: 12px;
    font-weight: 700;
  }
}

.section--galeria .galeria-content {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  padding: 12px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.section--galeria .galeria-titulo {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
}

.section--galeria .galeria-btn {
  margin-top: 15px;
  padding: 10px 15px;
  background-color: rgba(0,0,0,0);
  color: #fff;
  border: solid 1px #fff;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;
  transition: .3s ease all;
  align-items: center;
}
.section--galeria .galeria-btn:hover{
  background: rgba(255,255,255, .4);
}
.card-list-galeria {
  display: flex
}

.card-list-galeria--filecard {
  padding: 20px 0
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000
}

.popup.hidden {
  display: none
}

.popup-content {
  position: relative
}

.popup-content img {
  max-width: 100%;
  max-height: 80vh
}

.popup-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between
}

.popup-navigation .prev,.popup-navigation .next {
  background: rgba(0,0,0,.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer
}

.close {
  position: absolute;
  top: -40px;
  /* right: 0; */
  right: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.close:hover{
  background: rgba(255,255,255, .9);
}
.section--inscreva-se-custom .image-custom {
  position: relative
}

.section__text-custom {
  position: absolute;
  top: 30%;
  left: 15%;
  transform: translate(-50%, -50%)
}

.section__button-custom {
  position: absolute;
  bottom: 50px;
  left: 13%;
  transform: translateX(-50%)
}

/* .presidente-nome {
  color: #192a6b;
  font-size: 32px;
  font-family: Open Sans,sans-serif;
  font-weight: 700;
  line-height: 38.4px;
  word-wrap: break-word
} */
.section__titles_white .section__title{
  color: #fff
}
.section__titles_white .section__sub_title {
  color: #fff
}
.presidente-nome {
  color: #1670c0;
  font-size: 20px;
  font-family: Open Sans,sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.section__text p,.section__text *.presidente-gestao,.presidente-descricao {
  color: #272727;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
}
.section__text strong,
.section__text b {
  font-weight: 700;
}
.section--presidentes {
  padding: 20px
}

.card-list-presidentes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
  margin-top: 30px;
}

.presidente-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 30%;
  display: flex;
  align-items: center;
  padding: 10px
}

.presidente-imagem-container {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 3px solid #007bff;
  position: relative;
  margin-right: 15px;
  flex-shrink: 0;
  overflow: hidden;
  transition: border-color .3s ease-in-out
}

.presidente-imagem img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: transform .3s ease-in-out;
  z-index: 3
}

.presidente-hover-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .5s ease-in-out;
  z-index: 1
}

.presidente-hover-bg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover
}

/* .presidente-imagem-container:hover .presidente-hover-bg {
  opacity: 1
}

.presidente-imagem-container:hover img {
  transform: scale(1.1)
}

.presidente-imagem-container:hover {
  border: 3px solid #0056b3
} */

.presidente-content {
  flex-grow: 1
}

.presidente-gestao {
  font-size: 14px;
  color: #192A6B;
  margin: 0;
  font-weight: 400;
}

.presidente-detalhes {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  display: flex;
  align-items: center
}

.presidente-detalhes img {
  margin-left: 5px
}

.presidente-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.5);
  justify-content: center;
  align-items: center
}

.presidente-modal-content {
  background-color: #fff;
  width: auto;
  max-width: 660px;
  height: auto;
  max-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden
}

.presidente-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer
}

.presidente-modal-left {
  width: 50%;
  background-color: #f1f1f1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

.presidente-modal-fundo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1
}

.presidente-modal-imagem {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
  transition: transform .3s ease-in-out;
  border: 5px solid #192a6b
}

.presidente-imagem img {
  width: 126px;
  height: 127px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform .3s ease-in-out
}

.presidente-modal-right {
  width: 50%;
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto
}

.presidente-modal-nome,.presidente-modal-gestao,.presidente-modal-descricao {
  margin: 0
}

.presidente-modal-nome {
  color: #192a6b;
  font-size: 16px;

  font-weight: 700;
  line-height: 19.2px;
  word-wrap: break-word
}

.presidente-modal-gestao {
  color: #192a6b;
  font-size: 14px;

  font-weight: 400;
  line-height: 16.8px;
  word-wrap: break-word
}

.presidente-modal-descricao {
  color: #192a6b;
  font-size: 14px;

  font-weight: 300;
  line-height: 25.2px;
  word-wrap: break-word
}

@media only screen and (max-width: 768px){
  .card-list-presidentes {
    display: grid;
    grid: auto / 1fr 1fr;
    grid-gap: 16px;
  }

  .presidente-card{
    width: 100%;
    border-radius: 0;
    background: transparent;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
  .presidente-imagem-container {
    margin: 0;
  }
  .presidente-content{
    padding: 0 12px;
    text-align: center;
  }
  .presidente-nome {
    
  }
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  position: relative;
  z-index: 1000;
}

.navbar__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.navbar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar__menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0
}

.navbar__item {
  position: relative;
  margin: 0 15px
}

.navbar__item a {
  text-decoration: none;
  color: #192a6b;
  font-weight: 700;
  gap: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
}

.navbar__item:not(.navbar__item--submenu) a:hover::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #1670C0;
  position: absolute;
  bottom: 6px;
}

.navbar__item a.active::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #1670C0;
  position: absolute;
  bottom: 6px;
}

.navbar__item a.active {
  position: relative;
}


.navbar__submenu {
  display: none;
  position: absolute;
  top: calc(100% - 6px);
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000
}

.navbar__submenu li {
  border-bottom: 1px solid #ccc
}

.navbar__submenu li:last-child {
  border-bottom: none
}

.navbar__submenu a {
  display: block;
  padding: 5px 15px;
  color: #000;
  text-decoration: none
}
.navbar__submenu a:hover{
  background: rgba(0,0,0, .05);
}
.navbar__item--submenu:hover>.navbar__submenu {
  display: block
}

.navbar__item--submenu:hover>a {
  /* border-bottom: 2px solid #007bff; */
}
.navbar__item--submenu:hover > a:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #1670C0;
  position: absolute;
  bottom: 6px;
}
.navbar__item--search {
  /* margin-left: auto; */
}

.navbar__search-form {
  display: flex;
  align-items: center
}

.navbar__search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center
}

.navbar__search-input-wrapper .navbar__search-icon {
  position: absolute;
  left: 10px;
  width: 16px;
  height: 16px;
  color: #999
}

.navbar__search-input-wrapper input {
  padding: 5px 10px 5px 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  color: #999
}

.navbar__search-form button {
  padding: 5px 10px;
  border: none;
  background: none;
  cursor: pointer;
  color: #007bff;
  text-decoration: underline
}
.close-search-mobile {
  display: none
}
#sistema {
  padding: 5px 29px
}


.card-list-servicos{
    display: grid;
    grid: auto / 1fr 1fr;
    grid-gap: 12px;
}

.servico-card {
    background: #1670C0;
    height: 176px;
    padding: 25px;
    box-sizing: border-box;
}
.servico-card__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.servico-card__nome {
    color: #FFF;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em; /* 19.2px */
    margin: 0;
}
.servico-card__descricao {
    color: #FFF;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em; /* 16.8px */
    height: 68px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
}
.servico-card__imagem {
  display: none;
}
.servico-card__detalhes {
    color: #FFF;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.8em; /* 21.6px */
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 4px;
}
.servico-card__detalhes svg {
  display: block;
}

@media only screen and (max-width: 768px) {
  .card-list-servicos {
    grid: auto / 1fr
  }
}

.footer {
    background: #192A6B;
}

body[name-page="Galeria de Fotos e Vídeos"] .footer{
    margin-top: 54px;
}

.footer .section__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 70px 0 64px 0;
}
.footer__left {}
.footer__logo {
    width: 152px;
    height: 38px;
}
.footer__logo svg {}
.footer__right {}
.grid-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.grid-socials__link {
    display: flex;
    height: 32px;
    padding: 0px 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 50%;
    background: #FFF;
}
.grid-socials__link svg {
    display: block;
}

@media only screen and (max-width: 576px) {
  .footer .section__wrapper {
    flex-direction: column;
    gap: 16px
  }
}

.section.section_busca {
  padding: 24px 0;
} 

.section.section_busca .navbar__search-form {
  width: 640px;
  max-width: 100%;
  display: block;
}
.section.section_busca .navbar__search-input-wrapper input {
  width: 100%;
  height: 40px;
  padding-left: 45px;
  font-size: 14px;
  font-weight: 400;
}
.section.section_busca .navbar__search-input-wrapper .navbar__search-icon {
  width: 24px;
  height: 24px;
}

.section_resultados {
  background: #F0F3F9;
  padding: 30px 0;
}

.section-resultados__busca {
  margin: 0;
  color: #1670C0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}
.busca-resultados__grid {
    display: grid;
    grid: 224px / 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-top: 30px;
}
.card-busca {
    background: #fff;
}
.card-busca__content {
    padding: 24px 20px;
    box-sizing: border-box;
}
.card-busca__info {
    height: 128px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.card-busca__title {
    margin: 0 0 8px 0;
    overflow: hidden;
    color: #333F5B;
    text-overflow: ellipsis;
  font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}
.card-busca__description {
    overflow: hidden;
    color: #5D677D;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; 
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
}
.card-busca__description * {
    margin: 0;
    color: #5D677D;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.card-busca__description picture,
.card-busca__description img,
.card-busca__description video,
.card-busca__description iframe {
  display: none;
}
.card-busca__description a {
  pointer-events: none;
}

.card-busca__link {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #1670C0;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; /* 14px */
    text-decoration: none;
}
.card-busca__link svg{
  display: block;
}

@media only screen and (max-width: 768px) {
  .busca-resultados__grid {
    grid: auto / 1fr;
  }
}
.pagination {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
  list-style: none;
  justify-content: center;
}

.pagination li a{
  text-decoration: none;
  font-size: 18px;
  color: #1670c0;
  font-weight: 600;
  position: relative;
  padding: 0 4px;
}
.pagination li.active a {color: #192a6b;}
.pagination li.active a:before {
content: '';
position: absolute;
width: 100%;
height: 2px;
background: #1670c0;
left: 0;
bottom: -2px;
}

.servico-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.5);
  justify-content: center;
  align-items: center
}

.servico-modal-content {
  background-color: #fff;
  width: auto;
  max-width: 1020px;
  height: auto;
  max-height: 80vh;
  position: relative;
  overflow: hidden;
}
.servico-modal-infos {
  display: grid;
  grid: auto / 470px 1fr;
}
.servico-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer
}

.servico-modal-left {
  background-color: #f1f1f1;
  position: relative;
}


.servico-modal-imagem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.servico-imagem img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform .3s ease-in-out
}

.servico-modal-right {
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}

.servico-modal-nome, .servico-modal-descricao {
  margin: 0
}

.servico-modal-nome {
  color: #1670C0;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em; /* 19.2px */
  margin-bottom: 15px;
}


.servico-modal-descricao {
  color: #192A6B;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em; /* 25.2px */
}

@media only screen and (max-width: 768px) {
  .servico-modal-content{
    margin: 0 15px;
  }
  .servico-modal-infos {
    grid: auto / 1fr;
    overflow-y: auto;
    max-height: 80vh;
}
  .servico-modal-close {
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 1em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
  .servico-modal-left {
    /* margin-bottom: 12px; */
}
  .servico-modal-imagem {
    height: 200px;
}
  .servico-imagem img {}
  .servico-modal-right {
    padding: 20px;
    /* height: 100%; */
    display: block;
}
  .servico-modal-nome, .servico-modal-descricao {}
  .servico-modal-nome {}
  .servico-modal-descricao {
}
}



.navbar__btn-mobile,
.navbar-menu__items_mobile,
.open-search-mobile{
  display: none
}

@media only screen and (max-width: 768px){
  .navbar__content{
    padding: 0 20px
  }
   .navbar__btn-mobile{
   display: block
   }
  .navbar__btn-mobile .btn-mobile{
    border: 0;
    background: transparent;
    width: 32px;
    height: 32px;
}
  .navbar__btn-mobile .btn-mobile svg{
    display: block
  }
  .navbar{
    overflow: hidden;
  }
  .navbar-menu__items_mobile{
    display: block;
    position: fixed;
    height: 100vh;
    z-index: 999;
    top: 0;
    padding: 32px;
    transition: .5s ease all;
    max-width: 330px;
    width: 100%;
    background: #192A6B;
    box-sizing: border-box;
    left: -100vw;
  } 
  
  .navbar-menu__items_mobile.open-menu{
  left: 0;
  }
  .navbar__content .navbar__menu{
    display: none
  }
  .navbar__item--search {
    /* display: none; */
    width: 32px;
    height: 32px;
  }
  .open-search-mobile{
    display: block;
    background: transparent;
    border: 0;
  }
  .navbar__item--search form{
    position: absolute;
    width: 100%;
    left: 100%;
    background: #fff;
    height: 70px;
    top: -10px;
    justify-content: center;
    transition: .3s ease all;
  }
  .navbar__item--search.open-search form{
    left: 0
  }

  .navbar__search-form button.close-search-mobile {
    display: block;
    background: #007bff;
    padding: 0;
    margin-left: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
  .navbar__search-form button.close-search-mobile svg {
    width: 20px;
    height: 20px;
  }
  .navbar__btn-mobile_close{
    position: relative;
    display: flex;
    justify-content: end;
    border-bottom: 1px solid #D9DEE3;
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
  .btn-mobile_close{
    background: transparent;
    border: 0;
  }
  .btn-mobile_close svg{
    display: block;
  }
  .navbar-menu__items_mobile .navbar__menu{
    flex-direction: column;
    width: 100%;
    gap: 22px;
  }
  .navbar-menu__items_mobile .navbar__item {
    width: 100%;
    border-bottom: 1px solid var(--global-color-alpha-black-200, rgba(0, 0, 0, 0.20));
    padding: 8px;
  }
  .navbar-menu__items_mobile .navbar__item a{
    justify-content: start;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
  }
  .navbar-menu__items_mobile .navbar__item--submenu > a{
    border: 0;
  }
  .navbar-menu__items_mobile .navbar__item a svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .navbar-menu__items_mobile .navbar__item a svg path{
      stroke: #fff
  }
  .navbar-menu__items_mobile .navbar__item.navbar__item--submenu:hover .navbar__submenu{
    max-height: 100vh;
  }
  .navbar-menu__items_mobile .navbar__submenu{
    display: block;
    position: relative;
    background: transparent;
    border: 0;
    padding: 8px 0 0 0;
    max-height: 0;
    overflow: hidden;
    transition: .3s ease all;
}
  .navbar-menu__items_mobile .navbar__submenu li{
    border: 0;
}
  .navbar-menu__items_mobile .navbar__submenu a{
    padding: 5px 0;
    
    font-size: 16px;
    font-weight: 400;
}
}

.share-page{
  margin-top: 12px;
}



.nav-breadcrumb li:first-child,
.nav-breadcrumb .breadcrumb__separator-items:first-child,
.nav-breadcrumb .breadcrumb__separator-items:nth-child(2),
.nav-breadcrumb .breadcrumb__separator-items:last-child{
  display: none;   
}

.section-breadcrumb {
  padding: 12px 8px 0 8px
}

.section-breadcrumb__grid {
  display: grid;
  grid: auto/1fr 95px;
  align-items: center;
  justify-content: space-between;
  grid-gap: 0.5rem
}

.nav-breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-x: auto;
}

.nav-breadcrumb li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem
}

.breadcrumb-item,
.breadcrumb__separator-items {
  color: #6c6c6c;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}

.breadcrumb-item:hover {
  text-decoration: underline
}

.content-back-page__link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.25rem;
  color: #555;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none
}

.content-back-page__link:hover {
  text-decoration: underline
}

.content-back-page__link svg {
  width: 24px;
  height: 24px
}

@media only screen and (max-width: 768px) {
  .section-breadcrumb__grid {
    grid: auto / 1fr;
    /* justify-content: end; */
    overflow: hidden;
  }
}



.banner-full_html {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  height: 400px;
  overflow: hidden;
}
.banner-full_html .section__wrapper {
  display: block;
}
.banner-full__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center right;
}
.banner-full__content {
  display: flex;
  align-items: start;
  gap: 12px;
}
.banner-full__barras {
  width: 36px;
  height: 118px;
  top: 8px;
  display: block;
  position: relative;
  background-image: url('../img/barras-grafismos.svg');
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
  position: relative;
}
.banner-full__text {
  max-width: 400px;
}
.banner-full__text h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -1.6px;
  margin: 0;
}
.banner-full__text p {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 15px 0 0 0;
  position: relative;
}

@media only screen and (max-width: 768px){
.banner-full__content {
  gap: 5px
}
.banner-full__barras {
  width: 28px;
  height: 88px;
}
.banner-full__text h1 {    
  font-size: 28px;
  line-height: 1.2em;
  max-width: 270px;
}
.banner-full__text p {
  font-size: 16px;
  left: -32px;
}
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #02428FCC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.back-to-top img {
  width: 24px;
  height: 24px;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
