/*! 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  padding-bottom: 96px;
}

/**
 * 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 */
}

/**
 * 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;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth
}

body {
  font-family: "Open Sans", sans-serif
}

.hidden {
  display: none !important
}

::-webkit-scrollbar {
  width: 8px;
  height: 0;
  background-color: rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, .2);
  visibility: hidden
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .25);
  border-radius: 10px
}

::-webkit-resizer {
  background-color: rgba(0, 0, 0, 0)
}

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

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

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

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px
}

.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
  animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.btn {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-self: flex-start;
  flex-shrink: 0;
  position: relative;
  outline: none;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-decoration: none
}

.btn__icon {
  flex-shrink: 0;
  height: 100%;
  margin-right: 10px
}

.btn--one {
  padding: 10px 15px;
  border-radius: 5px;
  border-color: #56bdfc;
  color: #13323f;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  transition: .3s ease all
}

.btn--one:hover,
.btn--one:focus {
  background-color: #56bdfc;
  color: #fff
}

.btn--one .btn__icon {
  height: 8px
}

.btn--one .btn__icon--bigger {
  height: 13px
}

.btn--one .btn__icon svg {
  fill: #69a82f
}

.btn--two {
  padding: 10px 15px;
  border-color: #e65018;
  background-color: #e65018;
  color: #fff;
  font-size: 15px;
  font-style: italic;
  clip-path: polygon(11px 0, 0 11px, 0 100%, calc(100% - 11px) 100%, 100% calc(100% - 11px), 100% 0)
}

.btn--two .btn__icon {
  height: 8px
}

.btn--two .btn__icon--bigger {
  height: 13px
}

.btn--two .btn__icon svg {
  fill: #fff
}

.btn--three {
  padding: 10px 15px;
  border-color: #f6921a;
  background-color: #f6921a;
  color: #fff;
  font-size: 15px;
  font-style: italic;
  clip-path: polygon(11px 0, 0 11px, 0 100%, calc(100% - 11px) 100%, 100% calc(100% - 11px), 100% 0)
}

.btn--three .btn__icon {
  height: 8px
}

.btn--three .btn__icon--bigger {
  height: 13px
}

.btn--three .btn__icon svg {
  fill: #fff
}

.social-icons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative
}

.social-icons .social-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 10px;
  text-decoration: none
}

.social-icons .social-icon:nth-child(1) {
  margin-left: 0
}

.social-icons .social-icon svg {
  display: block;
  position: relative;
  width: auto;
  height: 20px
}

.social-icons .social-icon svg * {
  fill: #1a1a1a
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%
}

.navbar-desktop {
  display: block;
  position: relative;
  width: 100%;
  z-index: 600
}

.navbar-mobile {
  display: none;
  background-color: #fff
}

.navbar-bg {
  display: none
}

.navbar__top {
  padding: 20px 0;
  width: 100%;
  background-color: #fff
}

.navbar__bottom {
  background-color: #56bdfc
}

.navbar__top,
.navbar__bottom {
  position: relative;
  width: 100%
}

.navbar__top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center
}

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

.navbar__left,
.navbar__center,
.navbar__right {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%
}

.navbar__left {
  justify-content: flex-start;
  margin-left: 20px
}

.navbar__right {
  justify-content: flex-end;
  margin-right: 20px
}

.navbar__center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%
}

.navbar__bottom .navbar__right {
  margin-right: 5px
}

.navbar__logo {
  position: relative;
  height: 45px
}

.navbar__logo img {
  display: block;
  height: 100%
}

.navbar-logo-desktop {
  display: none
}

.navbar-logo-mobile {
  position: relative;
  height: 52px
}

.navbar-logo-mobile svg {
  display: block;
  height: 100%;
  fill: #002e50
}

.navbar-logo-mobile svg path {
  fill: #002e50
}

.navbar__menu {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 250px;
  height: 100vh;
  margin: 0;
  background-color: #002e50;
  list-style-type: none;
  transform: translateX(100%);
  transition: transform 320ms ease;
  z-index: 600
}

.navbar__menu.is-open {
  transform: translateX(0%)
}

.navbar__menu li {
  position: relative;
  width: 225px
}

.navbar__menu li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #002e50
}

.navbar__menu a {
  display: block;
  position: relative;
  padding: 15px 14px 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
  transition: all 160ms ease-out
}

.navbar__menu b {
  font-weight: 600
}

.navbar__logo-sistema {
  display: none
}

@media screen and (min-width: 375px) {
  .navbar__logo-sistema {
    display: block;
    height: 24px
  }

  .navbar__logo-sistema svg {
    fill: #13323f
  }
}

@media only screen and (min-width: 425px) {
  .navbar__logo-sistema {
    height: 30px
  }
}

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

  .navbar__menu {
    justify-content: flex-start
  }

  .navbar-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .navbar__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
  }

  .navbar__left {
    order: 1
  }

  .navbar__right {
    order: 2
  }

  .navbar__menu__mobile {
    display: none;
    position: absolute;
    top: 0;
    right: -300px;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    transition: right .3s ease;
    z-index: 1000
  }

  .navbar__menu__mobile.is-open {
    right: 0
  }

  .navbar__menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0
  }

  .navbar__menu li {
    margin: 10px 0
  }

  .navbar__menu a {
    text-decoration: none;
    color: #111d4a;
    font-size: 18px;
    font-weight: 600
  }
}

@media screen and (min-width: 1024px) {
  .navbar {
    position: relative;
    transition: all 160ms ease;
    z-index: 400;
    overflow: visible
  }

  .navbar-bg {
    display: flex;
    flex-flow: row nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .navbar-bg__left,
  .navbar-bg__right {
    width: 50%;
    height: 100%
  }

  .navbar-bg__left img {
    display: block;
    height: 100%
  }

  .navbar-bg__right {
    background-color: #fff
  }

  .navbar__top {
    padding: 0;
    height: 100px
  }

  .navbar__top .navbar__wrapper {
    background-color: #fff
  }

  .navbar__bottom {
    display: none
  }

  .navbar__left {
    margin-left: 0
  }

  .navbar__right {
    margin-right: 0;
    background-color: #fff
  }

  .navbar__logo {
    height: 60px
  }

  .navbar-logo-mobile {
    display: none
  }

  .navbar-logo-desktop {
    display: flex;
    flex-flow: row nowrap;
    height: 100%
  }

  .navbar-logo-desktop img {
    height: 100%
  }

  .navbar-logo-desktop__left {
    display: flex;
    align-items: center
  }

  .navbar-logo-desktop__left img {
    position: relative;
    transform: translateX(-10px);
    height: 112px
  }

  .navbar-logo-desktop__left svg {
    height: 60px
  }

  .navbar-logo-desktop__right {
    height: 100%
  }

  .navbar__menu {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: initial;
    right: initial;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    transform: none
  }

  .navbar__menu li {
    width: auto
  }

  .navbar__menu li:not(:last-child) {
    margin-right: 25px
  }

  .navbar__menu li:not(:last-child)::after {
    content: none
  }

  .navbar__menu a::before {
    content: none
  }

  .navbar__menu a {
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
    color: #111d4a;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase
  }

  .navbar__menu b {
    color: #111d4a;
    font-size: 15px
  }

  .navbar__logo-sistema {
    height: 32px;
    margin-left: 70px
  }

  .navbar--fixed {
    position: fixed;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, .1)
  }

  .navbar--fixed .navbar__top {
    height: 70px
  }

  .navbar--fixed .navbar__logo {
    height: 50px
  }

  .navbar--fixed .navbar__logo-sistema {
    display: none
  }
}

.navbar-fixed {
  display: none;
  position: relative;
  width: 100%;
  z-index: 600
}

.navbar-fixed__top {
  padding: 20px 0;
  width: 100%;
  background-color: #fff
}

.navbar-fixed__bottom {
  background-color: #f6921a
}

.navbar-fixed__top,
.navbar-fixed__bottom {
  position: relative;
  width: 100%
}

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

.navbar-fixed__left,
.navbar-fixed__center,
.navbar-fixed__right {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%
}

.navbar-fixed__left {
  justify-content: flex-start;
  margin-left: 20px
}

.navbar-fixed__right {
  justify-content: flex-end;
  margin-right: 20px
}

.navbar-fixed__center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%
}

.navbar-fixed__bottom .navbar-fixed__right {
  margin-right: 5px
}

.navbar-fixed__logo {
  height: 76px
}

.navbar-fixed__logo img {
  display: block
}

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

.navbar-fixed__logo svg path {
  fill: #002e50
}

.navbar-fixed__menu {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 250px;
  height: 100vh;
  margin: 0;
  background-color: #f6921a;
  list-style-type: none;
  transform: translateX(100%);
  transition: transform 320ms ease
}

.navbar-fixed__menu.is-open {
  transform: translateX(0%)
}

.navbar-fixed__menu li {
  position: relative;
  width: 225px
}

.navbar-fixed__menu li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff
}

.navbar-fixed__menu a {
  display: block;
  position: relative;
  padding: 15px 14px 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
  transition: all 160ms ease-out
}

.navbar-fixed__menu b {
  font-weight: 600
}

.navbar-fixed__logo-sistema {
  display: none
}

@media screen and (min-width: 375px) {
  .navbar-fixed__logo-sistema {
    display: block;
    height: 24px
  }

  .navbar-fixed__logo-sistema svg {
    fill: #13323f
  }
}

@media only screen and (min-width: 425px) {
  .navbar-fixed__logo-sistema {
    height: 30px
  }
}

@media screen and (min-width: 1024px) {
  .navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, .1);
    transition: all 160ms ease
  }

  .navbar-fixed__top {
    padding: 0;
    height: 70px
  }

  .navbar-fixed__bottom {
    display: none
  }

  .navbar-fixed__left {
    margin-left: 0
  }

  .navbar-fixed__right {
    margin-right: 0
  }

  .navbar-fixed__logo {
    height: 76px
  }

  .navbar-fixed__menu {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: initial;
    right: initial;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    transform: none
  }

  .navbar-fixed__menu li {
    width: auto
  }

  .navbar-fixed__menu li:not(:last-child) {
    margin-right: 25px
  }

  .navbar-fixed__menu li:not(:last-child)::after {
    content: none
  }

  .navbar-fixed__menu a::before {
    content: none
  }

  .navbar-fixed__menu a {
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
    color: #13323f;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase
  }

  .navbar-fixed__menu b {
    color: #13357a;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
  }

  .navbar-fixed__logo-sistema {
    display: none;
    height: 32px;
    margin-left: 70px
  }
}

.hamburger::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0)
}

.hamburger.is-active::before {
  background-color: rgba(0, 0, 0, 0)
}

.hamburger {
  position: relative;
  z-index: 600
}

@media only screen and (min-width: 979px) {

  .hamburger.is-active,
  .hamburger {
    display: none
  }
}

.decal {
  position: absolute
}

.decal img {
  display: block;
  height: 100%
}

.decal--2 {
  top: 2px;
  left: 0;
  height: 22px
}

.decal--1 {
  top: 0;
  left: -390px;
  width: 780px;
  z-index: 400
}

.decal--1::after {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px - 110px);
  background: #13323f;
  background: linear-gradient(90deg, rgba(19, 50, 63, 0) 35%, rgba(19, 50, 63, 0) 60%, rgb(19, 50, 63) 100%)
}

@media screen and (max-width: 1300px) {
  .decal--1 {
    top: 75px;
    left: -340px;
    width: 680px
  }

  .decal--1::after {
    background: #13323f;
    background: linear-gradient(90deg, rgba(19, 50, 63, 0) 35%, rgba(19, 50, 63, 0) 50%, rgb(19, 50, 63) 100%)
  }
}

@media screen and (max-width: 1024px) {
  .decal--1 {
    display: none
  }
}

.decal--5 {
  position: absolute;
  top: -50px;
  right: 0;
  height: calc(100% + 100px)
}

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

.hero--capa {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center bottom
}

.hero__logo {
  height: 100px
}

.hero__logo img {
  height: 100%
}

.hero__logo svg * {
  fill: #fff
}

.hero--mapa {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  height: 600px;
  overflow: hidden;
  background-position:  center;
}

.hero--mapa .hero__wrapper {
  z-index: 500;
  display: flex;
  align-items: center
}

.hero__left {
  display: flex;
  gap: 12px;
  margin-top: 115px
}

.hero--mapa .hero__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.hero--mapa .hero__tag {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase
}

.hero__title {
  margin: 0;
  color: #26478b;
  font-family: "rubik", sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  flex-shrink: 0
}

.hero__title-container {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.hero-title-line {
  width: 11px;
  background-color: #a2c624;
  transform: rotate(186deg);
  height: auto;
  display: block
}

.hero__subtitle {
  color: #48536c;
  font-family: "rubik", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  max-width: 380px
}

.hero--mapa .hero__text {
  margin-top: 20px
}

.hero--mapa .hero__text div {
  margin-block-start: 1em;
  margin-block-end: 1em
}

.hero--mapa .hero__text div,
.hero--mapa .hero__text p {
  margin: 0;
  color: #e3e3e3;
  font-size: 16px;
  line-height: 28px
}

.hero--mapa .hero__text div:first-child,
.hero--mapa .hero__text p:first-child {
  margin-top: 0
}

.hero-desktop {
  display: block
}

.hero-mobile {
  display: none
}

@media only screen and (min-width: 370px) {
  .hero--mapa .hero__left {
    padding: 0 40px;
    width: calc(100% - 80px)
  }

  .hero--mapa .mapa {
    width: 400px
  }
}

@media screen and (min-width: 435px) {
  .hero--mapa .hero__left {
    padding: 0 85px;
    width: calc(100% - 170px)
  }
}

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

  .hero-mobile {
    display: block
  }

  .hero__title {
    font-size: 32px
  }

  .hero__title-container{
    gap:0;
  }

  .hero__subtitle {
    font-size: 20px
  }

  .hero__left {
    margin-top: 56px;
    gap: 20px
  }
}

@media only screen and (min-width: 1300px) {
  .hero--mapa .hero__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start
  }

  .hero--mapa .hero__left {
    padding: 0;
    min-width: 390px;
    margin: 0;
    margin-top: 115px;
    gap: 36px
  }

  .hero--mapa .hero__title {
    position: relative;
    padding: 0
  }
}

.scrollview-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 20px;
  overflow: hidden
}

.scrollview {
  display: flex;
  flex-flow: column;
  position: absolute;
  width: 275px;
  flex-shrink: 0
}

.scrollview:not(:first-child) {
  display: none;
  opacity: 0
}

.scrollview__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%
}

.scrollview__header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 1px;
  background-color: #fff
}

.scrollview__title {
  margin: 0;
  color: #fff;
  text-transform: uppercase
}

.scrollview__close {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 300
}

.scrollview__close .icon {
  height: 20px;
  margin-left: 6px
}

.scrollview__content {
  width: 100%;
  max-height: 350px;
  overflow-y: scroll;
  border-radius: 6px;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, .075)
}

.scrollview__lista-cidades {
  display: flex;
  flex-flow: column;
  padding: 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
  list-style-type: none
}

.scrollview__lista-cidades li {
  width: 100%
}

.scrollview__lista-cidades li:not(:last-child) {
  margin-bottom: 10px
}

.scrollview__lista-cidades a {
  display: block;
  padding: 8px 16px;
  width: calc(100% - 32px);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .4);
  color: #fff;
  font-size: 15px;
  text-decoration: none
}

.scrollview__lista-unidades {
  display: flex;
  flex-flow: column;
  padding: 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
  list-style-type: none
}

@media only screen and (min-width: 1300px) {
  .scrollview-container {
    justify-content: flex-start;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    transform: translateY(50px) translateX(50vw)
  }

  .scrollview:not(:first-child) {
    display: flex;
    opacity: 0;
    transform: translateX(50vw)
  }

  .scrollview__content {
    max-height: 400px
  }
}

.unidade {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 15px 0
}

.unidade:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4)
}

.unidade .unidade__imagem {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #248acb;
  background-size: cover;
  background-position: center
}

.unidade .unidade__info {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px
}

.unidade .unidade__nome {
  color: #fff;
  font-size: 16px
}

.unidade .unidade__bairro {
  margin-top: 2px;
  color: rgba(255, 255, 255, .6);
  font-size: 14px
}

.unidade .unidade__acoes {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-top: 6px
}

.unidade .unidade__acoes .btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .6)
}

.unidade .unidade__acoes .btn svg {
  height: 16px;
  flex-shrink: 0
}

.unidade .unidade__acoes .btn svg * {
  fill: rgba(255, 255, 255, .6)
}

.unidade .unidade__acoes .btn:hover {
  background-color: #fff
}

.unidade .unidade__acoes .btn:hover svg {
  stroke: #464646;
  stroke-width: 1px
}

.unidade .unidade__acoes .btn:hover svg * {
  fill: #464646
}

.section {
  position: relative;
  width: 100%
}

.section__wrapper {
  position: relative;
  padding: 0 85px;
  width: calc(100% - 170px);
  max-width: 1170px;
  margin: 0 auto
}

.section__header {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  position: relative;
  padding-bottom: 20px;
  width: 100%
}

.section__header-decal {
  position: absolute;
  top: 3px;
  left: -26px
}

.section__header-decal img {
  height: 20px
}

.section__header-title-container {
  width: 100%;
  display: flex;
  align-items: center
}

.section-title-line {
  color: #a2c624;
  width: 38px
}

.section__header-title {
  margin: 0;
  color: #26478b;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%
}

.section__header-title b {
  color: #00b9d2;
  font-weight: 800
}

.section__header-line {
  width: 100%;
  height: 2px;
  margin-left: 15px;
  background-color: #e3e3e3
}

.section__title {
  margin: 0;
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 700
}

.section__text div {
  margin-block-start: 1em;
  margin-block-end: 1em
}

.section__text div,
.section__text p {
  position: relative;
  color: #656565;
  font-size: 16px;
  line-height: 26px
}

.text-modais p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%
}

.section__text p:first-child {
  margin-top: 0
}

.section__columns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between
}

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

.section__gri {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 10px
}

.section__gri p {
  position: relative;
  margin: 0;
  color: #2b2b2b;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px
}

.section__gri .btn {
  margin-top: 15px
}

.section__grid {
  display: grid;
  grid-template-columns: auto 670px;
  grid-template-rows: auto
}

@media screen and (max-width: 1024px) {
  .section__columns {
    flex-flow: column nowrap
  }

  .section__grid {
    grid-template-columns: auto;
    grid-template-rows: auto
  }
}

@media screen and (max-width: 425px) {
  .section__header-decal {
    flex-shrink: 0;
    position: relative;
    top: initial;
    left: initial;
    margin-right: 10px
  }
}

@media screen and (max-width: 375px) {
  .section__header-title {
    font-size: 20px
  }
}

.section--one {
  padding: 80px 0
}

.section--one .section__text {
  max-width: 535px;
  margin-right: 50px
}

@media screen and (max-width: 1024px) {
  .section--one .section__text {
    max-width: none;
    margin-right: 0
  }

  .section--one .section__column:nth-child(2) {
    align-items: center;
    margin-top: 20px
  }
}

@media screen and (max-width: 425px) {
  .section--one {
    padding-top: 40px
  }

  .section--one .section__wrapper {
    padding: 0 30px;
    width: calc(100% - 60px)
  }
}

@media screen and (max-width: 320px) {
  .section--one .section__wrapper {
    padding: 0 20px;
    width: calc(100% - 40px)
  }
}

.section--two .section__wrapper {
  padding: 96px;
  width: calc(100% - 170px);
  background-color: #fff;
  border-radius: 16px
}

.section--two .section__column {
  justify-content: center
}

.section--two .section__title {
  color: #56bdfc;
  font-size: 20px;
  font-weight: 700
}

.section--two .section__tesxt div,
.section--two .section__text p {
  color: #656565;
  font-size: 16px;
  line-height: 25px
}

.section--two .section__text ol {
  margin-top: 25px
}

.section--two .section__text li {
  color: #656565;
  font-size: 15px;
  line-height: 25px
}

@media screen and (max-width: 1024px) {

  .section--two .section__text div,
  .section--two .section__text p {
    max-width: none
  }
}

@media screen and (max-width: 425px) {
  .section--two .section__wrapper {
    padding: 40px 30px;
    width: calc(100% - 60px)
  }
}

@media screen and (max-width: 320px) {
  .section--two .section__wrapper {
    padding: 40px 20px;
    width: calc(100% - 40px)
  }
}

.section--three {
  padding: 80px 0
}

.section--three .section__header {
  padding-bottom: 20px
}

.section--three .section__text {
  max-width: 455px;
  padding-bottom: 35px
}

.section--three .section__columns {
  margin-top: 50px
}

@media screen and (max-width: 1024px) {
  .section--three .section__text {
    max-width: none
  }

  .section--three .section__column:nth-child(2) {
    align-items: center;
    margin-top: 40px
  }
}

@media screen and (max-width: 425px) {
  .section--three .section__wrapper {
    padding: 0 30px;
    width: calc(100% - 60px)
  }
}

@media screen and (max-width: 320px) {
  .section--three .section__wrapper {
    padding: 0 20px;
    width: calc(100% - 40px)
  }
}

.section--four {
  padding: 80px 0;
  background: #053f64
}

.title-modais {
  color: #fff
}

.section__columns--modal {
  display: grid;
  grid: auto/auto auto;
  grid-gap: 100px;
  justify-content: space-between;
  align-items: start
}

.modal-itens {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 600px;
  width: 600px
}

.item-modal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 150px;
  text-decoration: none
}

.item-modal::before {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background: rgba(0, 0, 0, .5);
  border-radius: inherit;
  z-index: 1
}

.item-modal__title {
  position: relative;
  z-index: 2
}

.item-modal img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center
}

.item-modal__title {
  position: relative;
  color: #fff;
  padding: 32px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 8px;
  transition: all .3s ease-in-out
}

.svg-container {
  position: absolute;
  top: 60px;
  left: 15px;
  height: auto;
  overflow: hidden;
  transition: left .4s ease-in-out, transform .7s ease-in-out, opacity .3s ease-in-out
}

.item-modal:hover .svg-container {
  left: 260px;
  height: 20px;
  top: 45%
}

.item-modal:hover .item-modal__title {
  justify-content: space-between;
  padding: 20px
}

@media screen and (max-width: 425px) {
  .section--four .section__wrapper {
    padding: 0 40px;
    width: calc(100% - 80px)
  }
}

@media screen and (max-width: 320px) {
  .section--four .section__wrapper {
    padding: 0 20px;
    width: calc(100% - 40px)
  }
}

@media screen and (max-width: 768px) {
  .section__columns--modal {
    display: block
  }

  .section--two .section__wrapper {
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border-radius: 16px
  }

  .modal-itens {
    grid-template-columns: repeat(1, 1fr);
    width: 100%
  }
}

.section--five {
  padding: 80px 0;
  background-color: #002e50
}

.section--five .section__columns {
  margin-top: 35px
}

.section--five .section__header-title {
  color: #fff
}

.section--five .section__title {
  max-width: 370px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px
}

.section--five .section__text {
  max-width: 390px
}

.section--five .section__text div,
.section--five .section__text p {
  color: #fff;
  font-size: 15px;
  line-height: 25px
}

@media screen and (max-width: 1024px) {
  .section--five .section__text {
    max-width: none
  }

  .section--five .section__column:nth-child(2) {
    margin-top: 40px
  }
}

@media screen and (max-width: 425px) {
  .section--five .section__wrapper {
    padding: 0 30px;
    width: calc(100% - 60px)
  }

  .section--five .section__columns {
    margin-top: 0
  }
}

@media screen and (max-width: 320px) {
  .section--five .section__wrapper {
    padding: 0 20px;
    width: calc(100% - 40px)
  }
}

.box-acesse-agora {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 25px 25px;
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #e5e9eb
}

.box-acesse-agora__row {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 15px
}

.box-acesse-agora__title {
  margin: 0
}

.box-acesse-agora__picture {
  position: relative;
  width: 270px
}

.box-acesse-agora__picture img {
  display: block;
  width: 100%
}

.box-acesse-agora__links {
  display: flex;
  flex-flow: column nowrap;
  margin-left: 20px
}

.box-acesse-agora__links .btn:not(:last-child) {
  margin-bottom: 10px
}

@media screen and (max-width: 445px) {
  .box-acesse-agora {
    width: 100%
  }

  .box-acesse-agora__row {
    flex-flow: column;
    gap: 16px
  }

  .box-acesse-agora__links {
    margin: 0
  }
}

.legenda-matriz {
  padding: 0;
  margin: 25px 0 0 20px;
  list-style-type: none
}

.legenda-matriz li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #656565;
  font-size: 15px
}

.legenda-matriz__icon {
  margin-right: 10px
}

.legenda-matriz__icon img {
  height: 25px
}

.matriz {
  display: block;
  align-self: flex-start;
  width: 650px
}

.section__columns--matriz {
  display: grid;
  grid: auto/auto auto;
  grid-gap: 100px;
  justify-content: space-between;
  align-items: start
}

.matriz-itens {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
  max-width: calc(2 * 150px + 5 * 31px);
}

.matriz-itens__bot {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap:32px;
}

.matriz-decals {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none
}

.matriz-decals .points {
  width: 132px;
  height: 128px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: -36px;
  left: -40px
}

.matriz-decals .box-borders {
  width: 220px;
  height: 32px;
  border: 2px solid #00b9d2;
  z-index: 2;
  display: block;
  position: absolute;
  bottom: -11px;
  right: -11px
}

.matriz-item {
  display: grid;
  grid: auto/114px 1fr;
  align-items: center;
  justify-content: center;
  gap: 16px
}

.matriz-item:last-child {
  justify-self: center
}

.matriz-item__icon img {
  height: 100%;
  object-fit: contain;
  object-position: center
}

.matriz-item__title p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin: 0
}

@media screen and (max-width: 1024px) {
  .matriz {
    margin-top: 50px
  }

  .section__columns--matriz {
    grid: auto/1fr;
    grid-gap: 64px;
    justify-content: center;
    align-items: center
  }

  .matriz-itens {
    max-width: 100%;
    width: 100%
  }
}

@media only screen and (max-width: 768px) {
  .matriz-itens {
    display: grid;
    padding: 8px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px
  }

  .matriz-item{
    grid: auto / 120px 1fr;
  }
}

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

.box-revista {
  display: flex;
  flex-flow: column nowrap;
  width: 410px;
  margin-top: 20px;
  background-color: #e5e9eb;
  clip-path: polygon(30px 0, 0 30px, 0 100%, calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 0)
}

.box-revista__picture {
  position: relative;
  width: 100%;
  height: 185px
}

.box-revista__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.box-revista__links {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  justify-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px
}

@media screen and (max-width: 1024px) {
  .box-revista {
    align-self: center
  }
}

@media screen and (max-width: 460px) {
  .box-revista {
    width: 100%
  }
}

.box-citacao {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  grid-column: 1/span 2;
  position: relative;
  width: auto;
  height: 350px;
  background-color: #002e50;
  z-index: 100
}

.box-citacao__start-icon,
.box-citacao__end-icon {
  position: absolute;
  height: 22px
}

.box-citacao__start-icon {
  left: 50px
}

.box-citacao__end-icon {
  right: 50px
}

.box-citacao__start-icon svg,
.box-citacao__end-icon svg {
  fill: #56bdfc
}

.box-citacao__author-picture {
  height: 100%
}

.box-citacao__author-picture img {
  display: block;
  height: 100%
}

.box-citacao__texts {
  max-width: 545px
}

.box-citacao__text {
  position: relative;
  margin: 0
}

.box-citacao__text div {
  margin-block-start: 1em;
  margin-block-end: 1em
}

.box-citacao__text div,
.box-citacao__text p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  line-height: 26px
}

.box-citacao__author {
  position: relative;
  margin-top: 20px
}

.box-citacao__author-name {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600
}

.box-citacao__author-role {
  margin: 0;
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  font-style: normal
}

@media screen and (max-width: 1023px) {
  .box-citacao {
    flex-flow: column nowrap;
    grid-column: initial;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    margin-top: 40px
  }

  .box-citacao__author-picture {
    padding: 20px 0;
    width: 275px;
    height: auto
  }

  .box-citacao__author-picture img {
    width: 100%;
    height: auto;
    margin-left: -15px
  }

  .box-citacao__start-icon,
  .box-citacao__end-icon {
    display: none
  }
}

@media screen and (max-width: 525px) {
  .box-citacao__texts {
    margin: 0 25px 0 25px
  }
}

@media screen and (max-width: 375px) {
  .box-citacao__author-name {
    font-size: 14px
  }

  .box-citacao__author-role {
    font-size: 14px
  }
}

.box-texto {
  position: relative;
  padding: 45px 0 35px 0;
  width: auto;
  background-color: #eff5f8
}

.box-texto div {
  margin-block-start: 1em;
  margin-block-end: 1em
}

.box-texto div,
.box-texto p {
  margin: 0 45px 0 45px;
  color: #13323f;
  font-size: 16px;
  font-style: italic;
  line-height: 26px
}

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

@media screen and (max-width: 525px) {
  .box-texto {
    padding: 35px 0 35px 0
  }

  .box-texto div,
  .box-texto p {
    position: relative;
    margin: 0 25px 0 25px
  }
}

.pelti-parana {
  display: grid;
  grid: auto/500px 1fr;
  justify-content: space-between;
  gap: 80px
}

.pelti-parana__image {
  display: block;
  position: relative
}

.pelti-parana__image img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
  z-index: 1
}

.pelti-parana__citacao {
  display: flex;
  align-items: center
}

.pelti-parana__text p {
  color: #48536c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 0
}

.pelti-parana__text p:last-child {
  margin-bottom: 0
}

.btn-observatorio {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  height: 48px;
  padding: 0px 20px 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #96d200;
  color: #192a6b;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none
}

.btn-observatorio:hover {
  background-color: #b9e06a
}

@media only screen and (max-width: 1024px) {
  .pelti-parana {
    grid: auto/300px auto;
    gap: 46px
  }

  .pelti-parana__image {
    width: 300px;
    height: 500px
  }

  .pelti-parana__image .pelti-parana__decal {
    right: -40px
  }
}

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

  .pelti-parana__image {
    width: 100%;
    height: 180px
  }
}

.nossas-acoes {
  display: flex;
  flex-flow: row nowrap;
  padding: 35px 0
}

.nossas-acoes__column {
  display: flex;
  flex-flow: column nowrap
}

.nossas-acoes__title {
  padding-right: 40px;
  margin: 0;
  color: #13323f;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase
}

.nossas-acoes__text div {
  margin-block-start: 1em;
  margin-block-end: 1em
}

.nossas-acoes__text div,
.nossas-acoes__text p {
  color: #13323f;
  font-size: 16px;
  line-height: 26px
}

.nossas-acoes__text div:first-child,
.nossas-acoes__text p:first-child {
  margin-top: 0
}

.nossas-acoes.nossas-acoes--box-azul {
  padding: 0
}

.nossas-acoes__box-azul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px 32px 15px;
  width: 100%;
  margin-bottom: 60px;
  box-sizing: border-box
}

.nossas-acoes__box-azul:after {
  content: "";
  left: 0;
  top: 0;
  border: 3px solid #00b9d2;
  position: absolute;
  width: 100%;
  height: 100%
}

.box-azul__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111d4a;
  left: -10px;
  bottom: -10px;
  z-index: 0
}

.box-azul__background .points {
  width: 142px;
  height: 148px;
  position: absolute;
  right: 50px;
  bottom: -60px;
  z-index: 2
}

.box-azul__text {
  position: relative;
  z-index: 2;
  border-left: 2px solid #73eaf1;
  padding-left: 32px
}

.box-azul__citacao {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  max-width: 690px
}

.box-azul__citacao p {
  margin: 0
}

.box-azul__citacao span {
  color: #73eaf1
}

.box-azul__text-aspa svg {
  fill: #73eaf1;
  width: 37px;
  height: auto;
  margin-bottom: 0px
}

.box-azul__author p {
  color: #fff
}

.box-azul__author .nome-presidente {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0
}

.box-azul__author .cargo-presidente {
  font-size: 12px;
  font-weight: 400;
  line-height: 180%
}

@media only screen and (max-width: 1024px) {
  .box-azul__background .points {
    bottom: -40px
  }
}

@media screen and (max-width: 768px) {
  .nossas-acoes {
    flex-flow: column nowrap
  }

  .nossas-acoes__column:nth-child(2) {
    margin-top: 20px
  }

  .nossas-acoes__box-azul {
    padding: 40px 20px 32px 15px
  }

  .box-azul__text {
    border: 0;
    padding: 0
  }

  .box-azul__citacao {
    font-size: 22px
  }

  .box-azul__background .points {
    display: none
  }

  .nossas-acoes__box-azul:after {
    border-width: 1px
  }
}

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

.box-acoes__casas {
  display: flex;
  flex-flow: row wrap;
  justify-content: center
}

.box-acoes__casa {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a3b0b5;
  transition: .3s ease all
}

.box-acoes__casa:hover,
.box-acoes__casa:focus {
  background-color: #a3b0b5
}

.box-acoes__casa svg {
  fill: #4f7180
}

.box-acoes__casa-logo {
  height: 16px
}

.box-acoes__casa--sistema .box-acoes__casa-logo {
  height: 25px
}

.box-acoes__casa-seta {
  height: 13px;
  margin-left: 10px
}

.box-acoes__conteudo {
  display: none
}

@media only screen and (min-width: 1300px) {
  .box-acoes {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 50px
  }

  .box-acoes__casas {
    flex-flow: column;
    justify-content: flex-start
  }

  .box-acoes__casa {
    justify-content: flex-end;
    align-self: flex-start;
    position: relative;
    padding: 20px;
    width: 240px;
    z-index: 1
  }

  .box-acoes__casa-logo {
    height: 23px
  }

  .box-acoes__casa--sistema .box-acoes__casa-logo {
    height: 30px
  }

  .box-acoes__casa-seta {
    margin-left: 15px
  }

  .box-acoes__conteudo::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 25px;
    width: 1px;
    height: 100%;
    background-color: #13323f
  }

  .box-acoes__conteudo {
    display: block;
    position: relative;
    padding: 0 0 20px 60px;
    width: calc(100% - 60px);
    height: 465px
  }

  .box-acoes__conteudo-casa {
    display: none;
    flex-flow: row wrap;
    position: absolute;
    width: 100%;
    opacity: 0
  }
}

@media only screen and (max-width: 768px) {
  .box-acoes__casa {
    width: 170px
  }
}

@media screen and (min-width: 1300px) {
  .box-acoes-item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    position: relative;
    padding-top: 20px;
    width: 230px;
    margin-bottom: 60px;
    margin-right: 40px
  }

  .box-acoes-item__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
  }

  .box-acoes-item__icon {
    height: 85px;
    z-index: 100
  }

  .box-acoes-item__icon img {
    max-width: 100px;
    height: 100%
  }

  .box-acoes-item__number {
    margin: 0;
    margin-top: 15px;
    color: #00a4c2;
    font-size: 24px;
    font-weight: 700;
    z-index: 100
  }

  .box-acoes-item__text {
    max-width: 180px;
    margin-top: 5px;
    color: #656565;
    font-size: 15px;
    text-align: center;
    z-index: 100
  }
}

.branded-links {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 30px
}

.branded-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 200px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .05)
}

.branded-link__logo img {
  display: block;
  width: 100%;
  max-width: 140px;
  max-height: 130px
}

.branded-link__arrow {
  position: absolute;
  right: -17px;
  width: 34px
}

.branded-link__arrow img {
  width: 100%
}

.branded-link__indicator {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 14px
}

.branded-link__indicator svg {
  fill: #656565
}

.branded-links--veja-tambem {
  grid-template-columns: auto;
  grid-column-gap: 0;
  grid-row-gap: 20px;
  margin-top: 30px;
  margin-left: 40px
}

@media screen and (max-width: 768px) {
  .branded-links {
    grid-template-columns: auto auto;
    justify-content: center
  }

  .branded-links--veja-tambem {
    display: block;
    width: 100%;
    margin-left: 0
  }

  .branded-links--veja-tambem .branded-link {
    margin-right: 50px
  }
}

@media screen and (max-width: 525px) {
  .branded-link {
    width: 150px;
    height: 150px
  }

  .branded-link__logo img {
    max-width: 100px;
    max-height: 100px
  }

  .branded-links--veja-tambem .branded-link {
    width: 200px;
    height: 200px
  }

  .branded-links--veja-tambem .branded-link__logo img {
    max-width: 140px;
    max-height: 130px
  }
}

@media screen and (max-width: 375px) {
  .branded-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px
  }
}

@media screen and (max-width: 325px) {
  .branded-link {
    width: 130px;
    height: 130px
  }

  .branded-link__logo img {
    max-width: 80px;
    max-height: 80px
  }

  .branded-links--veja-tambem .branded-link {
    width: 200px;
    height: 200px
  }

  .branded-links--veja-tambem .branded-link__logo img {
    max-width: 140px;
    max-height: 130px
  }
}

.page {
  position: relative
}

.page__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto
}

.page__main,
.page__sidebar {
  padding: 60px 0
}

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

.page__header-decal {
  flex-shrink: 0;
  position: absolute;
  top: 3px;
  left: -26px
}

.page__header-decal img {
  height: 20px
}

.page__header-title {
  flex-shrink: 0;
  margin: 0;
  color: #13323f;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase
}

.page__titles {
  display: flex;
  flex-flow: column;
  margin: 40px 0 0 0
}

.page__title {
  position: relative;
  margin: 0;
  color: #13323f;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px
}

.page__text {
  position: relative;
  padding: 30px 0;
  max-width: 750px
}

.page__text div {
  margin-block-start: 1em;
  margin-block-end: 1em
}

.page__text div,
.page__text p {
  color: #656565;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px
}

.page__text p:first-child {
  margin-top: 0
}

.page__content {
  padding: 0 0 50px 0
}

.page__sidebar {
  width: 350px;
  background-color: #002e50
}

.page__sidebar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100vw - 1170px)/2);
  height: 100%;
  background-color: #002e50
}

.page__sidebar-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  margin-left: 40px;
  color: #fff;
  font-size: 20px
}

.page__sidebar-decal {
  height: 20px;
  margin-right: 5px
}

.page__sidebar-decal img {
  height: 100%
}

@media screen and (max-width: 1024px) {
  .page__wrapper {
    flex-flow: column nowrap
  }

  .page__main,
  .page__sidebar {
    padding: 30px 0 60px 0
  }

  .page__header {
    margin: 0 20px
  }

  .page__header-decal {
    position: relative;
    top: initial;
    left: initial;
    margin-right: 10px
  }

  .page__header-decal img {
    height: 18px
  }

  .page__header-title {
    font-size: 19px
  }

  .page__titles {
    margin: 30px 20px 0 20px
  }

  .page__title {
    font-size: 20px
  }

  .page__text {
    margin: 0 20px
  }

  .page__sidebar {
    width: 100%
  }
}

.ods-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%
}

.ods::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #fff
}

.ods {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative
}

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

.ods__number {
  position: relative;
  padding: 0 12px 0 16px;
  font-size: 20px;
  font-weight: 700
}

.ods__name {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 90px;
  width: 135px;
  height: 80px;
  border-radius: 50px;
  background-color: #d9d9d9;
  overflow: hidden;
  z-index: 1
}

.ods__name p {
  margin: 0;
  max-width: 100px;
  color: #2b2b2b;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 240ms ease
}

.ods:hover .ods__name p {
  color: #fff
}

.ods__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 50px;
  background-color: #000;
  z-index: -1;
  transition: all 240ms ease
}

.ods:hover .ods__overlay {
  width: 100%
}

.ods__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #000
}

.ods__icon img,
.ods__icon svg {
  height: 45px;
  max-width: 90px
}

.ods__icon svg * {
  fill: #fff
}

.ods__arrow {
  position: relative;
  padding: 0 12px 0 8px;
  height: 15px
}

@media only screen and (min-width: 370px) {
  .ods__name {
    width: 150px
  }
}

@media only screen and (min-width: 1300px) {
  .ods-list {
    flex-flow: row wrap;
    align-items: flex-start;
    width: auto;
    max-width: 750px
  }

  .ods {
    margin-right: 20px;
    margin-bottom: 20px
  }

  .ods__name {
    padding-left: 115px;
    width: 150px;
    height: 100px
  }

  .ods__icon {
    width: 100px;
    height: 100px
  }

  .ods__icon img,
  .ods__icon svg {
    height: 65px
  }
}

.ods--vermelho-1 .ods__number {
  color: #dd112e
}

.ods--vermelho-1 .ods__overlay,
.ods--vermelho-1 .ods__icon {
  background-color: #dd112e
}

.ods--vermelho-1 .ods__arrow svg * {
  fill: #dd112e
}

.ods--vermelho-2 .ods__number {
  color: #ba001d
}

.ods--vermelho-2 .ods__overlay,
.ods--vermelho-2 .ods__icon {
  background-color: #ba001d
}

.ods--vermelho-2 .ods__arrow svg * {
  fill: #ba001d
}

.ods--vermelho-3 .ods__number {
  color: #df291d
}

.ods--vermelho-3 .ods__overlay,
.ods--vermelho-3 .ods__icon {
  background-color: #df291d
}

.ods--vermelho-3 .ods__arrow svg * {
  fill: #df291d
}

.ods--verde-1 .ods__number {
  color: #4f9029
}

.ods--verde-1 .ods__overlay,
.ods--verde-1 .ods__icon {
  background-color: #4f9029
}

.ods--verde-1 .ods__arrow svg * {
  fill: #4f9029
}

.ods--verde-2 .ods__number {
  color: #3a7135
}

.ods--verde-2 .ods__overlay,
.ods--verde-2 .ods__icon {
  background-color: #3a7135
}

.ods--verde-2 .ods__arrow svg * {
  fill: #3a7135
}

.ods--verde-3 .ods__number {
  color: #62a51f
}

.ods--verde-3 .ods__overlay,
.ods--verde-3 .ods__icon {
  background-color: #62a51f
}

.ods--verde-3 .ods__arrow svg * {
  fill: #62a51f
}

.ods--amarelo-1 .ods__number {
  color: #d88d29
}

.ods--amarelo-1 .ods__overlay,
.ods--amarelo-1 .ods__icon {
  background-color: #d88d29
}

.ods--amarelo-1 .ods__arrow svg * {
  fill: #d88d29
}

.ods--amarelo-2 .ods__number {
  color: #ffba00
}

.ods--amarelo-2 .ods__overlay,
.ods--amarelo-2 .ods__icon {
  background-color: #ffba00
}

.ods--amarelo-2 .ods__arrow svg * {
  fill: #ffba00
}

.ods--amarelo-3 .ods__number {
  color: #b47818
}

.ods--amarelo-3 .ods__overlay,
.ods--amarelo-3 .ods__icon {
  background-color: #b47818
}

.ods--amarelo-3 .ods__arrow svg * {
  fill: #b47818
}

.ods--azul-1 .ods__number {
  color: #1ab1df
}

.ods--azul-1 .ods__overlay,
.ods--azul-1 .ods__icon {
  background-color: #1ab1df
}

.ods--azul-1 .ods__arrow svg * {
  fill: #1ab1df
}

.ods--azul-2 .ods__number {
  color: #0084ca
}

.ods--azul-2 .ods__overlay,
.ods--azul-2 .ods__icon {
  background-color: #0084ca
}

.ods--azul-2 .ods__arrow svg * {
  fill: #0084ca
}

.ods--azul-3 .ods__number {
  color: #005391
}

.ods--azul-3 .ods__overlay,
.ods--azul-3 .ods__icon {
  background-color: #005391
}

.ods--azul-3 .ods__arrow svg * {
  fill: #005391
}

.ods--azul-4 .ods__number {
  color: #0d375d
}

.ods--azul-4 .ods__overlay,
.ods--azul-4 .ods__icon {
  background-color: #0d375d
}

.ods--azul-4 .ods__arrow svg * {
  fill: #0d375d
}

.ods--rosa-1 .ods__number {
  color: #8c0037
}

.ods--rosa-1 .ods__overlay,
.ods--rosa-1 .ods__icon {
  background-color: #8c0037
}

.ods--rosa-1 .ods__arrow svg * {
  fill: #8c0037
}

.ods--rosa-2 .ods__number {
  color: #d00052
}

.ods--rosa-2 .ods__overlay,
.ods--rosa-2 .ods__icon {
  background-color: #d00052
}

.ods--rosa-2 .ods__arrow svg * {
  fill: #d00052
}

.ods--laranja-1 .ods__number {
  color: #e64d22
}

.ods--laranja-1 .ods__overlay,
.ods--laranja-1 .ods__icon {
  background-color: #e64d22
}

.ods--laranja-1 .ods__arrow svg * {
  fill: #e64d22
}

.ods--laranja-2 .ods__number {
  color: #f68b1a
}

.ods--laranja-2 .ods__overlay,
.ods--laranja-2 .ods__icon {
  background-color: #f68b1a
}

.ods--laranja-2 .ods__arrow svg * {
  fill: #f68b1a
}

.pacto-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%
}

.pacto::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #fff
}

.pacto {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  width: calc(100% - 20px);
  max-width: 650px;
  margin: 0 10px
}

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

.pacto__number {
  position: relative;
  padding: 0 12px 0 16px;
  font-size: 20px;
  font-weight: 700
}

.pacto__container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 90px;
  padding-right: 10px;
  width: calc(100% - 90px - 10px);
  height: 200px;
  border-radius: 50px;
  background-color: #d9d9d9;
  overflow: hidden;
  z-index: 1
}

.pacto__name p {
  margin: 0;
  color: #2b2b2b;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 240ms ease
}

.pacto:hover .pacto__name p {
  color: #fff
}

.pacto__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 50px;
  background-color: #000;
  z-index: -1;
  transition: all 240ms ease
}

.pacto:hover .pacto__overlay {
  width: 100%
}

.pacto__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #000
}

.pacto__icon img,
.pacto__icon svg {
  height: 55px;
  max-width: 90px
}

.pacto__icon svg * {
  fill: #fff
}

.pacto__arrow {
  position: relative;
  flex-shrink: 0;
  padding: 0 12px 0 8px;
  height: 15px
}

@media only screen and (min-width: 370px) {
  .pacto__container {
    height: 150px
  }
}

@media only screen and (min-width: 420px) {
  .pacto__container {
    padding-left: 115px;
    width: calc(100% - 115px - 20px);
    height: 100px
  }

  .pacto__icon {
    width: 100px;
    height: 100px
  }
}

@media only screen and (min-width: 1300px) {
  .pacto-list {
    align-items: flex-start
  }

  .pacto__icon img,
  .pacto__icon svg {
    height: 65px
  }

  .pacto__name p {
    font-size: 16px
  }
}

.pacto--branco .pacto__number {
  color: #fff
}

.pacto--branco .pacto__overlay,
.pacto--branco .pacto__icon {
  background-color: #fff
}

.pacto--preto .pacto__number {
  color: #000
}

.pacto--preto .pacto__overlay,
.pacto--preto .pacto__icon {
  background-color: #000
}

.pacto--laranja-3 .pacto__number {
  color: #cc2b00
}

.pacto--laranja-3 .pacto__overlay,
.pacto--laranja-3 .pacto__icon {
  background-color: #cc2b00
}

.pacto--vermelho-4 .pacto__number {
  color: #ef0012
}

.pacto--vermelho-4 .pacto__overlay,
.pacto--vermelho-4 .pacto__icon {
  background-color: #ef0012
}

.pacto--laranja-3 .pacto__number {
  color: #e65e0d
}

.pacto--laranja-3 .pacto__overlay,
.pacto--laranja-3 .pacto__icon {
  background-color: #e65e0d
}

.pacto--amarelo-4 .pacto__number {
  color: #f9bf17
}

.pacto--amarelo-4 .pacto__overlay,
.pacto--amarelo-4 .pacto__icon {
  background-color: #f9bf17
}

.pacto--verde-4 .pacto__number {
  color: #93c01f
}

.pacto--verde-4 .pacto__overlay,
.pacto--verde-4 .pacto__icon {
  background-color: #93c01f
}

.pacto--verde-5 .pacto__number {
  color: #009540
}

.pacto--verde-5 .pacto__overlay,
.pacto--verde-5 .pacto__icon {
  background-color: #009540
}

.pacto--azul-5 .pacto__number {
  color: #002a74
}

.pacto--azul-5 .pacto__overlay,
.pacto--azul-5 .pacto__icon {
  background-color: #002a74
}

.pacto--roxo-1 .pacto__number {
  color: #642780
}

.pacto--roxo-1 .pacto__overlay,
.pacto--roxo-1 .pacto__icon {
  background-color: #642780
}

.prme-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%
}

.prme::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #fff
}

.prme {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  width: 100%
}

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

.prme__number {
  position: relative;
  padding: 0 12px 0 16px;
  font-size: 20px;
  font-weight: 700
}

.prme__container {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 90px;
  width: 100%;
  height: auto;
  border-radius: 50px;
  background-color: #d9d9d9;
  overflow: hidden;
  z-index: 1
}

.prme__titles {
  display: flex;
  flex-flow: column;
  padding: 10px 20px 10px 0
}

.prme__titles p {
  margin: 0;
  color: #2b2b2b;
  font-family: "Open Sans", sans-serif;
  transition: all 240ms ease
}

.prme__hat,
.prme__title {
  font-weight: 600;
  text-transform: uppercase
}

.prme__hat {
  font-size: 14px
}

.prme__title {
  font-size: 18px
}

.prme__description {
  margin-top: 4px;
  font-size: 18px;
  line-height: 24px
}

.prme:hover .prme__container p {
  color: #fff
}

.prme__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 50px;
  background-color: #000;
  z-index: -1;
  transition: all 240ms ease
}

.prme:hover .prme__overlay {
  width: 100%
}

.prme__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #000
}

.prme__icon img,
.prme__icon svg {
  height: 45px;
  max-width: 90px
}

.prme__icon svg * {
  fill: #fff
}

.prme__arrow {
  position: relative;
  padding: 0 12px 0 8px;
  height: 15px
}

@media only screen and (min-width: 1300px) {
  .prme-list {
    flex-flow: row wrap;
    align-items: flex-start;
    width: auto;
    max-width: 750px
  }

  .prme {
    margin-bottom: 20px
  }

  .prme__container {
    padding-left: 115px;
    width: 100%
  }

  .prme__icon {
    width: 100px;
    height: 100px
  }

  .prme__icon img,
  .prme__icon svg {
    height: 65px
  }
}

.prme--azul-6 .prme__number {
  color: #324b5a
}

.prme--azul-6 .prme__overlay,
.prme--azul-6 .prme__icon {
  background-color: #324b5a
}

.prme--azul-6 .prme__arrow svg * {
  fill: #324b5a
}

.prme--azul-7 .prme__number {
  color: #00bed3
}

.prme--azul-7 .prme__overlay,
.prme--azul-7 .prme__icon {
  background-color: #00bed3
}

.prme--azul-7 .prme__arrow svg * {
  fill: #00bed3
}

.prme--azul-8 .prme__number {
  color: #00425e
}

.prme--azul-8 .prme__overlay,
.prme--azul-8 .prme__icon {
  background-color: #00425e
}

.prme--azul-8 .prme__arrow svg * {
  fill: #00425e
}

.prme--verde-7 .prme__number {
  color: #47742b
}

.prme--verde-7 .prme__overlay,
.prme--verde-7 .prme__icon {
  background-color: #47742b
}

.prme--verde-7 .prme__arrow svg * {
  fill: #47742b
}

.prme--verde-8 .prme__number {
  color: #94bd25
}

.prme--verde-8 .prme__overlay,
.prme--verde-8 .prme__icon {
  background-color: #94bd25
}

.prme--verde-8 .prme__arrow svg * {
  fill: #94bd25
}

.prme--roxo-2 .prme__number {
  color: #644274
}

.prme--roxo-2 .prme__overlay,
.prme--roxo-2 .prme__icon {
  background-color: #644274
}

.prme--roxo-2 .prme__arrow svg * {
  fill: #644274
}

.link-list {
  display: flex;
  flex-flow: column;
  padding: 0;
  width: 100%;
  margin: 0;
  list-style-type: none
}

.link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  padding: 30px 20px;
  width: calc(100% - 40px);
  margin-bottom: 15px;
  border-radius: 12px;
  background-color: #e6e6e6
}

.link a {
  color: #2b2b2b;
  font-size: 14px;
  text-decoration: none
}

.link__icon {
  position: absolute;
  top: 1px;
  right: 0;
  height: 12px
}

@media only screen and (min-width: 1300px) {
  .link-list {
    flex-flow: row wrap;
    width: 595px;
    margin: 0 auto
  }

  .link-list .link:nth-child(2n) {
    margin-left: 15px
  }

  .link {
    padding: 30px 20px;
    width: 250px
  }
}

.page-link-list {
  display: flex;
  flex-flow: column;
  padding: 0;
  width: calc(100% - 40px);
  margin: 0 20px;
  list-style-type: none
}

.page-link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 12px;
  background-color: #e6e6e6
}

.page-link a {
  display: block;
  padding: 30px 20px;
  width: calc(100% - 40px);
  color: #2b2b2b;
  font-size: 16px;
  text-decoration: none
}

.page-link__icon {
  position: absolute;
  top: 1px;
  right: 0;
  height: 12px
}

.page-link-list--prme {
  margin: 40px 30px 0 30px
}

@media only screen and (min-width: 370px) {
  .page-link-list {
    width: calc(100% - 60px);
    margin: 0 30px
  }

  .page-link-list--prme {
    margin: 40px 30px 0 30px
  }

  .page-link a {
    padding: 30px 20px;
    width: calc(100% - 40px)
  }
}

@media only screen and (min-width: 1300px) {
  .page-link-list {
    flex-flow: row wrap;
    width: 645px;
    margin: 0
  }

  .page-link-list .page-link:nth-child(2n) {
    margin-left: 15px
  }

  .page-link {
    width: auto
  }

  .page-link a {
    padding: 30px 20px;
    width: 275px;
    font-size: 14px
  }

  .page-link-list--prme {
    margin: 20px 0 0 50px
  }
}

.multi-card {
  display: flex;
  flex-flow: column;
  padding: 20px;
  width: 260px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff
}

.multi-card-group {
  display: flex;
  flex-flow: column;
  position: relative
}

.multi-card-group:not(:first-child) {
  margin-top: 60px
}

.multi-card-group:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f2f2f2
}

.multi-card-group__titles {
  display: flex;
  flex-flow: column;
  max-width: 265px
}

.multi-card-group__title {
  margin: 0;
  color: #2b2b2b;
  font-weight: 700
}

.multi-card-group__description {
  margin: 0;
  margin-top: 10px;
  color: #2b2b2b;
  font-style: italic;
  line-height: 23px
}

.multi-card-group__actions {
  display: flex;
  flex-flow: column;
  margin-top: 20px
}

.multi-card-group__actions .btn:not(:last-child) {
  margin-bottom: 10px
}

@media only screen and (min-width: 1300px) {
  .multi-card {
    padding: 30px;
    width: 290px
  }

  .multi-card-group__actions {
    flex-flow: row nowrap;
    margin-top: 20px
  }

  .multi-card-group__actions .btn:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0
  }
}

.grafico {
  width: 300px;
  margin: 25px auto 0 auto
}

.grafico>img {
  width: 100%
}

.grafico div {
  display: flex;
  flex-flow: column;
  position: relative;
  width: 100%;
  margin-top: 25px
}

.grafico div img:nth-child(1) {
  width: 300px
}

.grafico div img:nth-child(2) {
  width: 225px;
  margin-top: 25px
}

@media only screen and (min-width: 1300px) {
  .grafico {
    width: 650px;
    margin: 0;
    margin-right: 50px
  }

  .grafico div {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end
  }

  .grafico div img:nth-child(2) {
    margin-top: 0
  }
}

.page-sobre .page__text h2 {
  color: #656565;
  font-size: 20px;
  font-weight: 600
}

@media only screen and (min-width: 1300px) {
  .page-sobre .page__text {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: none
  }

  .page-sobre .page__text-left,
  .page-sobre .page__text-right {
    width: calc(50% - 30px)
  }

  .page-sobre .page__text-right {
    margin-left: 60px
  }

  .page-sobre .page__text h2 {
    color: #656565;
    font-size: 20px;
    font-weight: 600
  }

  .page-sobre .page__content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%
  }
}

.modal-container {
  display: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  perspective: 500px;
  transform: translate3d(0, 0, 0);
  z-index: 700
}

.modal-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5)
}

.modal {
  display: none;
  flex-flow: column;
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  margin: 20px 0;
  border-radius: 6px;
  opacity: 0;
  background-color: #fff;
  transform: scale(0.9) translateY(-32px);
  transition-property: transform, -webkit-transform, opacity;
  transition-duration: .3s;
  transition-delay: .05s;
  transition-timing-function: cubic-bezier(0.52, 0.02, 0.19, 1.02)
}

.modal.is-open {
  opacity: 1;
  transform: scale(1) translateY(0px)
}

.modal-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1
}

@media only screen and (min-width: 1300px) {
  .modal-container {
    flex-flow: row nowrap;
    width: 100%;
    height: 100vh
  }

  .modal {
    width: auto;
    margin: 0
  }
}

.modal-sustentabilidade {
  width: auto;
  margin: 0 10px 0 10px
}

.modal-sustentabilidade--vermelho-1 .modal__header {
  background-color: #dd112e
}

.modal-sustentabilidade--vermelho-1 .link__icon * {
  fill: #dd112e
}

.modal-sustentabilidade--vermelho-2 .modal__header {
  background-color: #ba001d
}

.modal-sustentabilidade--vermelho-2 .link__icon * {
  fill: #ba001d
}

.modal-sustentabilidade--vermelho-3 .modal__header {
  background-color: #df291d
}

.modal-sustentabilidade--vermelho-3 .link__icon * {
  fill: #df291d
}

.modal-sustentabilidade--verde-1 .modal__header {
  background-color: #4f9029
}

.modal-sustentabilidade--verde-1 .link__icon * {
  fill: #4f9029
}

.modal-sustentabilidade--verde-2 .modal__header {
  background-color: #3a7135
}

.modal-sustentabilidade--verde-2 .link__icon * {
  fill: #3a7135
}

.modal-sustentabilidade--verde-3 .modal__header {
  background-color: #62a51f
}

.modal-sustentabilidade--verde-3 .link__icon * {
  fill: #62a51f
}

.modal-sustentabilidade--amarelo-1 .modal__header {
  background-color: #d88d29
}

.modal-sustentabilidade--amarelo-1 .link__icon * {
  fill: #d88d29
}

.modal-sustentabilidade--amarelo-2 .modal__header {
  background-color: #ffba00
}

.modal-sustentabilidade--amarelo-2 .link__icon * {
  fill: #ffba00
}

.modal-sustentabilidade--amarelo-3 .modal__header {
  background-color: #b47818
}

.modal-sustentabilidade--amarelo-3 .link__icon * {
  fill: #b47818
}

.modal-sustentabilidade--azul-1 .modal__header {
  background-color: #1ab1df
}

.modal-sustentabilidade--azul-1 .link__icon * {
  fill: #1ab1df
}

.modal-sustentabilidade--azul-2 .modal__header {
  background-color: #0084ca
}

.modal-sustentabilidade--azul-2 .link__icon * {
  fill: #0084ca
}

.modal-sustentabilidade--azul-3 .modal__header {
  background-color: #005391
}

.modal-sustentabilidade--azul-3 .link__icon * {
  fill: #005391
}

.modal-sustentabilidade--azul-4 .modal__header {
  background-color: #0d375d
}

.modal-sustentabilidade--azul-4 .link__icon * {
  fill: #0d375d
}

.modal-sustentabilidade--rosa-1 .modal__header {
  background-color: #8c0037
}

.modal-sustentabilidade--rosa-1 .link__icon * {
  fill: #8c0037
}

.modal-sustentabilidade--rosa-2 .modal__header {
  background-color: #d00052
}

.modal-sustentabilidade--rosa-2 .link__icon * {
  fill: #d00052
}

.modal-sustentabilidade--laranja-1 .modal__header {
  background-color: #e64d22
}

.modal-sustentabilidade--laranja-1 .link__icon * {
  fill: #e64d22
}

.modal-sustentabilidade--laranja-2 .modal__header {
  background-color: #f68b1a
}

.modal-sustentabilidade--laranja-2 .link__icon * {
  fill: #f68b1a
}

.modal-sustentabilidade .modal__close {
  cursor: pointer;
  position: absolute;
  top: -5px;
  right: -5px;
  height: 35px;
  z-index: 1
}

.modal-sustentabilidade .modal__close svg * {
  fill: #fff
}

.modal-sustentabilidade .modal__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 150px
}

.modal-sustentabilidade .modal__number {
  position: absolute;
  left: 5px;
  color: rgba(255, 255, 255, .2);
  font-size: 92px;
  font-weight: 700
}

.modal-sustentabilidade .modal__icon {
  position: absolute;
  height: 50px;
  left: 55px
}

.modal-sustentabilidade .modal__icon img {
  height: 100%
}

.modal-sustentabilidade .modal__icon svg * {
  fill: #fff
}

.modal-sustentabilidade .modal__titles {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 10px 0 15px;
  height: 100%;
  margin-left: 120px;
  background-color: rgba(0, 0, 0, .1)
}

.modal-sustentabilidade .modal__title {
  margin: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

.modal-sustentabilidade .modal__subtitle {
  margin: 0;
  margin-top: 5px;
  color: #fff;
  font-size: 14px
}

.modal-sustentabilidade .modal__content {
  position: relative;
  padding: 20px;
  max-height: 325px;
  overflow-y: scroll;
  background-color: #fff
}

@media only screen and (min-width: 1300px) {
  .modal-sustentabilidade {
    width: auto;
    max-width: 690px;
    margin: 0
  }

  .modal-sustentabilidade .modal__number {
    left: 10px;
    font-size: 132px
  }

  .modal-sustentabilidade .modal__icon {
    height: 65px;
    left: 90px
  }

  .modal-sustentabilidade .modal__titles {
    padding-left: 30px;
    padding-right: 20px;
    width: calc(100% - 30px - 20px);
    margin-left: 180px
  }

  .modal-sustentabilidade .modal__content {
    padding: 40px;
    max-height: 350px
  }
}

.modal-acoes {
  width: auto;
  max-height: 500px;
  background-color: #fff
}

.modal-acoes .modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
  width: calc(100% - 40px);
  background-color: #13323f
}

.modal-acoes .modal__close {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  height: 30px;
  z-index: 1
}

.modal-acoes .modal__logo {
  height: 30px
}

.modal-acoes .modal__logo svg * {
  fill: #fff
}

.modal-acoes .modal__content {
  overflow-y: scroll
}

.modal-acoes-item-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 30px 0;
  max-width: 300px
}

.modal-acoes-item-list .modal-acoes-item:nth-child(2n) {
  margin-left: 15px
}

.modal-acoes-item-list .modal-acoes-item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
  margin-bottom: 30px
}

.modal-acoes-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative
}

.modal-acoes-item__icon {
  height: 70px
}

.modal-acoes-item__icon img {
  max-width: 90px;
  height: 100%
}

.modal-acoes-item__number,
.modal-acoes-item__text {
  max-width: 125px;
  margin: 0;
  color: #13323f
}

.modal-acoes-item__number {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 600
}

.modal-acoes-item__text {
  margin-top: 5px;
  font-size: 13px;
  text-align: center
}

.modal-acoes-item .btn {
  align-self: center;
  margin-top: 12px
}

.footer {
  display: block;
  position: relative;
  padding: 40px 0;
  width: 100%;
  background-color: #1a1a1a
}

.footer__wrapper {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto
}

.footer__text {
  padding: 40px 0;
  margin: 0;
  color: #fff;
  max-width: 270px;
  font-size: 16px;
  font-style: italic;
  text-align: left;
  line-height: 20px
}

.footer__logo {
  height: 45px
}

.footer__logo svg * {
  fill: #fff
}

@media only screen and (min-width: 1280px) {
  .footer__wrapper {
    flex-flow: row nowrap;
    justify-content: space-between
  }

  .footer__text {
    padding: 0;
    max-width: initial;
    margin: 0;
    font-size: 14px
  }
}

.tema-branco .pacto__number {
  color: #000
}

.pacto.tema-branco:hover .pacto__name p {
  color: #2b2b2b
}

.tema-branco .pacto__overlay,
.tema-branco .pacto__icon {
  background-color: #fff
}

.tema-branco .pacto__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .5)
}

.tema-branco .modal__header {
  background-color: #fff
}

.tema-branco .modal__number {
  color: rgba(0, 0, 0, .2)
}

.tema-branco .modal__title,
.tema-branco .modal__subtitle {
  color: #2b2b2b
}

.tema-branco .link__icon * {
  fill: #fff
}

.tema-preto .pacto__number {
  color: #000
}

.tema-preto .pacto__overlay,
.tema-preto .pacto__icon {
  background-color: #000
}

.tema-preto .pacto__arrow svg * {
  fill: #000
}

.tema-preto .modal__header {
  background-color: #000
}

.tema-preto .link__icon * {
  fill: #000
}

.tema-vermelho-1 .ods__number {
  color: #dd112e
}

.tema-vermelho-1 .ods__overlay,
.tema-vermelho-1 .ods__icon {
  background-color: #dd112e
}

.tema-vermelho-1 .ods__arrow svg * {
  fill: #dd112e
}

.tema-vermelho-1 .modal__header {
  background-color: #dd112e
}

.tema-vermelho-1 .link__icon * {
  fill: #dd112e
}

.tema-vermelho-2 .ods__number {
  color: #ba001d
}

.tema-vermelho-2 .ods__overlay,
.tema-vermelho-2 .ods__icon {
  background-color: #ba001d
}

.tema-vermelho-2 .ods__arrow svg * {
  fill: #ba001d
}

.tema-vermelho-2 .modal__header {
  background-color: #ba001d
}

.tema-vermelho-2 .link__icon * {
  fill: #ba001d
}

.tema-vermelho-3 .ods__number {
  color: #df291d
}

.tema-vermelho-3 .ods__overlay,
.tema-vermelho-3 .ods__icon {
  background-color: #df291d
}

.tema-vermelho-3 .ods__arrow svg * {
  fill: #df291d
}

.tema-vermelho-3 .modal__header {
  background-color: #df291d
}

.tema-vermelho-3 .link__icon * {
  fill: #df291d
}

.tema-vermelho-4 .pacto__number {
  color: #ef0012
}

.tema-vermelho-4 .pacto__overlay,
.tema-vermelho-4 .pacto__icon {
  background-color: #ef0012
}

.tema-vermelho-4 .pacto__arrow svg * {
  fill: #ef0012
}

.tema-vermelho-4 .modal__header {
  background-color: #ef0012
}

.tema-vermelho-4 .link__icon * {
  fill: #ef0012
}

.tema-verde-1 .ods__number {
  color: #4f9029
}

.tema-verde-1 .ods__overlay,
.tema-verde-1 .ods__icon {
  background-color: #4f9029
}

.tema-verde-1 .ods__arrow svg * {
  fill: #4f9029
}

.tema-verde-1 .modal__header {
  background-color: #4f9029
}

.tema-verde-1 .link__icon * {
  fill: #4f9029
}

.tema-verde-2 .ods__number {
  color: #3a7135
}

.tema-verde-2 .ods__overlay,
.tema-verde-2 .ods__icon {
  background-color: #3a7135
}

.tema-verde-2 .ods__arrow svg * {
  fill: #3a7135
}

.tema-verde-2 .modal__header {
  background-color: #3a7135
}

.tema-verde-2 .link__icon * {
  fill: #3a7135
}

.tema-verde-3 .ods__number {
  color: #62a51f
}

.tema-verde-3 .ods__overlay,
.tema-verde-3 .ods__icon {
  background-color: #62a51f
}

.tema-verde-3 .ods__arrow svg * {
  fill: #62a51f
}

.tema-verde-3 .modal__header {
  background-color: #62a51f
}

.tema-verde-3 .link__icon * {
  fill: #62a51f
}

.tema-verde-4 .pacto__number {
  color: #93c01f
}

.tema-verde-4 .pacto__overlay,
.tema-verde-4 .pacto__icon {
  background-color: #93c01f
}

.tema-verde-4 .pacto__arrow svg * {
  fill: #93c01f
}

.tema-verde-4 .modal__header {
  background-color: #93c01f
}

.tema-verde-4 .link__icon * {
  fill: #93c01f
}

.tema-verde-5 .pacto__number {
  color: #009540
}

.tema-verde-5 .pacto__overlay,
.tema-verde-5 .pacto__icon {
  background-color: #009540
}

.tema-verde-5 .pacto__arrow svg * {
  fill: #009540
}

.tema-verde-5 .modal__header {
  background-color: #009540
}

.tema-verde-5 .link__icon * {
  fill: #009540
}

.tema-verde-6 .prme__number {
  color: #47742b
}

.tema-verde-6 .prme__overlay,
.tema-verde-6 .prme__icon {
  background-color: #47742b
}

.tema-verde-6 .prme__arrow svg * {
  fill: #47742b
}

.tema-verde-6 .modal__header {
  background-color: #47742b
}

.tema-verde-6 .link__icon * {
  fill: #47742b
}

.tema-verde-7 .prme__number {
  color: #94bd25
}

.tema-verde-7 .prme__overlay,
.tema-verde-7 .prme__icon {
  background-color: #94bd25
}

.tema-verde-7 .prme__arrow svg * {
  fill: #94bd25
}

.tema-verde-7 .modal__header {
  background-color: #94bd25
}

.tema-verde-7 .link__icon * {
  fill: #94bd25
}

.tema-amarelo-1 .ods__number {
  color: #ffba00
}

.tema-amarelo-1 .ods__overlay,
.tema-amarelo-1 .ods__icon {
  background-color: #ffba00
}

.tema-amarelo-1 .ods__arrow svg * {
  fill: #ffba00
}

.tema-amarelo-1 .modal__header {
  background-color: #ffba00
}

.tema-amarelo-1 .link__icon * {
  fill: #ffba00
}

.tema-amarelo-2 .ods__number {
  color: #b47818
}

.tema-amarelo-2 .ods__overlay,
.tema-amarelo-2 .ods__icon {
  background-color: #b47818
}

.tema-amarelo-2 .ods__arrow svg * {
  fill: #b47818
}

.tema-amarelo-2 .modal__header {
  background-color: #b47818
}

.tema-amarelo-2 .link__icon * {
  fill: #b47818
}

.tema-amarelo-3 .pacto__number {
  color: #f9bf17
}

.tema-amarelo-3 .pacto__overlay,
.tema-amarelo-3 .pacto__icon {
  background-color: #f9bf17
}

.tema-amarelo-3 .pacto__arrow svg * {
  fill: #f9bf17
}

.tema-amarelo-3 .modal__header {
  background-color: #f9bf17
}

.tema-amarelo-3 .link__icon * {
  fill: #f9bf17
}

.tema-azul-1 .ods__number {
  color: #1ab1df
}

.tema-azul-1 .ods__overlay,
.tema-azul-1 .ods__icon {
  background-color: #1ab1df
}

.tema-azul-1 .ods__arrow svg * {
  fill: #1ab1df
}

.tema-azul-1 .modal__header {
  background-color: #1ab1df
}

.tema-azul-1 .link__icon * {
  fill: #1ab1df
}

.tema-azul-2 .ods__number {
  color: #0084ca
}

.tema-azul-2 .ods__overlay,
.tema-azul-2 .ods__icon {
  background-color: #0084ca
}

.tema-azul-2 .ods__arrow svg * {
  fill: #0084ca
}

.tema-azul-2 .modal__header {
  background-color: #0084ca
}

.tema-azul-2 .link__icon * {
  fill: #0084ca
}

.tema-azul-3 .ods__number {
  color: #005391
}

.tema-azul-3 .ods__overlay,
.tema-azul-3 .ods__icon {
  background-color: #005391
}

.tema-azul-3 .ods__arrow svg * {
  fill: #005391
}

.tema-azul-3 .modal__header {
  background-color: #005391
}

.tema-azul-3 .link__icon * {
  fill: #005391
}

.tema-azul-4 .ods__number {
  color: #0d375d
}

.tema-azul-4 .ods__overlay,
.tema-azul-4 .ods__icon {
  background-color: #0d375d
}

.tema-azul-4 .ods__arrow svg * {
  fill: #0d375d
}

.tema-azul-4 .modal__header {
  background-color: #0d375d
}

.tema-azul-4 .link__icon * {
  fill: #0d375d
}

.tema-azul-5 .pacto__number {
  color: #002a74
}

.tema-azul-5 .pacto__overlay,
.tema-azul-5 .pacto__icon {
  background-color: #002a74
}

.tema-azul-5 .pacto__arrow svg * {
  fill: #002a74
}

.tema-azul-5 .modal__header {
  background-color: #002a74
}

.tema-azul-5 .link__icon * {
  fill: #002a74
}

.tema-azul-6 .pacto__number {
  color: #28348a
}

.tema-azul-6 .pacto__overlay,
.tema-azul-6 .pacto__icon {
  background-color: #28348a
}

.tema-azul-6 .pacto__arrow svg * {
  fill: #28348a
}

.tema-azul-6 .modal__header {
  background-color: #28348a
}

.tema-azul-6 .link__icon * {
  fill: #28348a
}

.tema-azul-7 .prme__number {
  color: #324b5a
}

.tema-azul-7 .prme__overlay,
.tema-azul-7 .prme__icon {
  background-color: #324b5a
}

.tema-azul-7 .prme__arrow svg * {
  fill: #324b5a
}

.tema-azul-7 .modal__header {
  background-color: #324b5a
}

.tema-azul-7 .link__icon * {
  fill: #324b5a
}

.tema-azul-8 .prme__number {
  color: #00bed3
}

.tema-azul-8 .prme__overlay,
.tema-azul-8 .prme__icon {
  background-color: #00bed3
}

.tema-azul-8 .prme__arrow svg * {
  fill: #00bed3
}

.tema-azul-8 .modal__header {
  background-color: #00bed3
}

.tema-azul-8 .link__icon * {
  fill: #00bed3
}

.tema-azul-9 .prme__number {
  color: #00425e
}

.tema-azul-9 .prme__overlay,
.tema-azul-9 .prme__icon {
  background-color: #00425e
}

.tema-azul-9 .prme__arrow svg * {
  fill: #00425e
}

.tema-azul-9 .modal__header {
  background-color: #00425e
}

.tema-azul-9 .link__icon * {
  fill: #00425e
}

.tema-rosa-1 .ods__number {
  color: #8c0037
}

.tema-rosa-1 .ods__overlay,
.tema-rosa-1 .ods__icon {
  background-color: #8c0037
}

.tema-rosa-1 .ods__arrow svg * {
  fill: #8c0037
}

.tema-rosa-1 .modal__header {
  background-color: #8c0037
}

.tema-rosa-1 .link__icon * {
  fill: #8c0037
}

.tema-rosa-2 .ods__number {
  color: #d00052
}

.tema-rosa-2 .ods__overlay,
.tema-rosa-2 .ods__icon {
  background-color: #d00052
}

.tema-rosa-2 .ods__arrow svg * {
  fill: #d00052
}

.tema-rosa-2 .modal__header {
  background-color: #d00052
}

.tema-rosa-2 .link__icon * {
  fill: #d00052
}

.tema-roxo-1 .pacto__number {
  color: #642780
}

.tema-roxo-1 .pacto__overlay,
.tema-roxo-1 .pacto__icon {
  background-color: #642780
}

.tema-roxo-1 .pacto__arrow svg * {
  fill: #642780
}

.tema-roxo-1 .modal__header {
  background-color: #642780
}

.tema-roxo-1 .link__icon * {
  fill: #642780
}

.tema-roxo-2 .prme__number {
  color: #644274
}

.tema-roxo-2 .prme__overlay,
.tema-roxo-2 .prme__icon {
  background-color: #644274
}

.tema-roxo-2 .prme__arrow svg * {
  fill: #644274
}

.tema-roxo-2 .modal__header {
  background-color: #644274
}

.tema-roxo-2 .link__icon * {
  fill: #644274
}

.tema-laranja-1 .ods__number {
  color: #d88d29
}

.tema-laranja-1 .ods__overlay,
.tema-laranja-1 .ods__icon {
  background-color: #d88d29
}

.tema-laranja-1 .ods__arrow svg * {
  fill: #d88d29
}

.tema-laranja-1 .modal__header {
  background-color: #d88d29
}

.tema-laranja-1 .link__icon * {
  fill: #d88d29
}

.tema-laranja-2 .ods__number {
  color: #e64d22
}

.tema-laranja-2 .ods__overlay,
.tema-laranja-2 .ods__icon {
  background-color: #e64d22
}

.tema-laranja-2 .ods__arrow svg * {
  fill: #e64d22
}

.tema-laranja-2 .modal__header {
  background-color: #e64d22
}

.tema-laranja-2 .link__icon * {
  fill: #e64d22
}

.tema-laranja-3 .ods__number {
  color: #f68b1a
}

.tema-laranja-3 .ods__overlay,
.tema-laranja-3 .ods__icon {
  background-color: #f68b1a
}

.tema-laranja-3 .ods__arrow svg * {
  fill: #f68b1a
}

.tema-laranja-3 .modal__header {
  background-color: #f68b1a
}

.tema-laranja-3 .link__icon * {
  fill: #f68b1a
}

.tema-laranja-4 .pacto__number {
  color: #cc2b00
}

.tema-laranja-4 .pacto__overlay,
.tema-laranja-4 .pacto__icon {
  background-color: #cc2b00
}

.tema-laranja-4 .pacto__arrow svg * {
  fill: #cc2b00
}

.tema-laranja-4 .modal__header {
  background-color: #cc2b00
}

.tema-laranja-4 .link__icon * {
  fill: #cc2b00
}

.tema-laranja-5 .pacto__number {
  color: #e65e0d
}

.tema-laranja-5 .pacto__overlay,
.tema-laranja-5 .pacto__icon {
  background-color: #e65e0d
}

.tema-laranja-5 .pacto__arrow svg * {
  fill: #e65e0d
}

.tema-laranja-5 .modal__header {
  background-color: #e65e0d
}

.tema-laranja-5 .link__icon * {
  fill: #e65e0d
}

.sobre-pelti-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #f3f5f6;
  overflow: hidden
}

.sobre-pelti-top {
  height: 312px;
  width: 100%
}

.sobre-pelti-bottom img {
  width: 100%;
  height: auto;
  display: block
}

.sobre-pelti-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 48px;
  padding: 0px 20px 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #96d200;
  color: #192a6b;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none
}

.sobre-pelti-btn:hover {
  background-color: #b9e06a
}

.section--parceiros {
  background-color: #f3f5f6;
  padding: 96px
}

.matriz-parceiros {
  display: flex;
  align-items: self-start;
  gap: 40px
}

.parceiros__text {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  max-width: 600px
}

.parceiros__text p {
  margin: 0;
  color: #48536c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%
}

@media screen and (max-width: 768px) {
  .sobre-pelti-top {
    height: auto
  }

  .sobre-pelti-top img {
    height: auto;
    width: 100%
  }

  .sobre-pelti-container {
    flex: auto
  }

  .section--parceiros {
    padding: 12px
  }

  .matriz-parceiros {
    flex-direction: column;
    align-items:center
  }

  .sobre-pelti-bottom {
    margin-bottom: 12px
  }
}

.section-banner-modal {
  position: relative;
  width: 100%;
  height: 300px
}

.back-button {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #192a6b;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none
}

.banner-modal {
  width: 100%;
  height: 100%
}

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

.banner-modal__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box
}

.section-modal__text {
  color: #192a6b;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%
}

.btn-modal {
  display: flex;
  height: 48px;
  width: fit-content;
  padding: 0px 16px 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #96d200;
  text-decoration: none;
  color: #192a6b;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%
}

.btn-modal:hover {
  background-color: #b9e06a
}

.section__attachhment {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  background: #f9fafb;
  margin-bottom:16px
}

.section-attachment__header-title-container {
  display: flex;
  align-items: center;
  gap: 16px
}

.section-attachment__header-title {
  color: #26478b;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700
}

.section-attachment__container {
  width: 100%
}

.section-attachment__item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px 16px 20px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-top: 1px solid #96d200;
  text-decoration: none;  

}

.section-attachment__item svg {
  width: 32px;
  height: 32px
}

.section-attachment__item:hover {
  background-color: #eaedf0
}

.section-attachment__item-name {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-attachment__item-name p {
  margin: 0;
  color: #192a6b;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%
}

@media screen and (max-width: 768px) {
  .section-card-modais {
    display: none
  }

  .column-right {
    display: none
  }

  .section__wrapper {
    padding: 0;
    width: 100%
  }

  .section-attachment__item svg {
    width: 30%
  }

  .section__attachhment {
    padding: 30px 24px;
    width: 100%
    
  }
}

.card-modal-itens {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  max-width: 280px;
  width: 300px
}

.card-item-modal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 88px;
  text-decoration: none
}

.card-item-modal::before {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border-radius: 8px;
  background: rgba(5, 63, 100, .8);
  box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, .12);
  z-index: 1
}

.card-item-modal__title {
  position: relative;
  z-index: 2
}

.card-item-modal img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center
}

.card-item-modal__title {
  position: relative;
  color: #fff;
  padding: 32px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  gap: 8px
}

.body-grid {
  display: grid;
  grid: auto/1fr 400px;
  gap: 32px
}

@media screen and (max-width: 768px) {
  .body-grid {
    display: flex
  }

  .mobile__wrapper {
    padding: 0 12px
  }
}