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

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

.section {
  position: relative;
  padding: 2.5rem 0;
  width: 100%;
  box-sizing: border-box
}

.section.section--temas:nth-child(odd) {
  background: #fafafa
}

.section--gray {
  background: #fafafa
}

.section__wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  padding: 0 1.875rem;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto
}

.section__titles {
  width: 100%;
  border-bottom: 1px solid #48536c;
  margin-bottom: 1.125rem;
  padding-bottom: 0.5rem
}

.section__titles--white {
  border-color: #fff
}

.section__titles--white .section__title {
  color: #fff
}

.section__title {
  color: #48536c;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 120%;
  margin: 0
}

.section__description {
  margin-top: 1.25rem;
  max-width: 800px
}

.section__description p,
.section__description strong {
  color: #192a6b;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem
}

.section__description a {
  color: #192a6b;
  text-decoration: underline;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem
}

.section-arrecadacao-1 .section__wrapper .section__content {
  width: 100%
}

.section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.section__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left
}

.link-ver-todos {
  float: right;
  top: -55px;
  right: 0;
  position: relative;
  display: flex;
  align-items: center;
  width: 115px;
  height: 32px;
  padding: 0 0.5rem 0 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  color: #48536c;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%
}

.flickity-viewport {
  width: 100%
}

@media only screen and (min-width: 1280px) {
  .section__wrapper {
    padding: 0;
    width: 100%
  }
}

@media only screen and (max-width: 768px) {
  .section__wrapper {
    padding: 0 1.25rem
  }

  .section__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%
  }

  .link-ver-todos {
    position: relative;
    top: 0;
    float: none;
    margin: 0.75rem auto 0 auto
  }

  .card-slider {
    display: flex;
    flex-direction: column-reverse
  }
}

.btn {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  padding: 0.5rem 0.75rem;
  border: none;
  outline: none;
  background-color: #000;
  border-radius: 0.25rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%
}

.btn:hover {
  text-decoration: none
}

.btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0
}

.btn .icon svg {
  height: 16px
}

.btn-one {
  padding: 0.375rem 0.875rem 0.375rem 1.375rem;
  border-radius: 2.1875rem;
  background-color: #192a6b;
  color: #4d338b;
  font-size: 1.125rem;
  font-weight: 300;
  transition: all 160ms ease
}

.btn-one:hover {
  color: #fff
}

.btn-one:focus,
.btn-one:hover {
  color: #fff;
  transform: scale(1.05)
}

.btn-one .icon {
  margin-left: 1.125rem
}

.btn-one .icon svg {
  height: 12px
}

.btn-whatsapp {
  background: #00c67f;
  border: 0
}

.btn-whatsapp:hover {
  background: #00ab5f
}

.btn-whatsapp svg {
  min-width: 24px;
  min-height: 24px
}

.btn-two {
  border-radius: 0.25rem;
  border: 1px solid #b0b6c1;
  background: rgba(0, 0, 0, 0);
  color: #48536c
}

.btn-two:hover {
  background-color: #d9dee3
}

.card-slider__cards {
  width: 100%
}

.card-one {
  width: 391px;
  padding: 0 1rem 0 1rem;
  margin: 0 0 0.5rem 0
}

.card-link {
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, .2);
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: .5s ease all
}

.card-link:hover {
  box-shadow: 0px 0px 0px -1px rgba(0, 0, 0, .2)
}

.card-one__picture {
  height: 156px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.card-one__info {
  padding: 1.5rem 1.25rem
}

.card-one__title {
  overflow: hidden;
  color: #333f5b;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch
}

.card-two {
  width: 391px;
  padding: 0 1rem 0 1rem;
  margin: 0 0 0.5rem 0
}

.card__content {
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, .2)
}

.card__label {
  padding: 0.5rem 1rem;
  width: max-content
}

.card-label {
  align-items: flex-start;
  padding: 0.25rem 0.75rem;
  margin: 0;
  border-radius: 1rem;
  border: 1px solid #d9dee3;
  background: rgba(0, 0, 0, 0);
  color: #5d677d;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.625rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch
}

.card-two__picture {
  width: 100%;
  height: 156px;
  object-fit: cover;
  object-position: center;
  display: block
}

.card-two__info {
  padding: 1rem 1.25rem
}

.card-two__title {
  overflow: hidden;
  color: #333f5b;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch
}

.card__lead {
  overflow: hidden;
  color: #333f5b;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 0.5rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  align-self: stretch
}

.card-link__row {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.25rem;
  text-decoration: none;
  color: #1670c0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem
}

.card-link__row:hover {
  text-decoration: underline
}

.card-slider__control {
  float: right;
  top: -40px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  height: 0;
  z-index: 2
}

.card-slider__arrow {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  background: #fff;
  border: 0;
  cursor: pointer
}

@media only screen and (max-width: 992px) {
  .card-one {
    width: 586.5px;
    height: 250px
  }
}

@media only screen and (max-width: 768px) {
  .card-one {
    width: 100%;
    padding: 0
  }

  .card-two__title {
    font-size: 1rem
  }

  .card__lead {
    font-size: 0.875rem
  }
}

#menu-principal {
  position: relative;
  z-index: 3
}

.navbar__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  z-index: 99;
  padding: 3.125rem 0 0 0;
  width: 100%
}

.btn-open-side {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center
}

.navbar__open-side--text {
  color: #333f5b;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%
}

.navbar-brand {
  display: block
}

.navbar-brand img {
  width: 250px;
  height: auto
}

.navbar__content {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  height: 32px
}

.navbar-items {
  margin: 0;
  padding: 0
}

.nav-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  text-decoration: none;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  color: #48536c;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  cursor: pointer;
  border: 0;
  z-index: 2
}

.nav-link:after {
  display: none
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

.nav-dropdown {
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: .5s ease all
}

.nav-dropdown.show {
  max-height: 100vh
}

.dropdown-item {
  color: #333f5b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: block;
  position: relative;
  white-space: normal;
  padding: 0.5rem 3.5rem 0.875rem 3.5rem
}
.content-dropdown:last-child .dropdown-item{        
  padding: 0.5rem 3.5rem 1.5rem 3.5rem
}
.dropdown-item:hover {
  font-weight: 600;
  text-decoration: underline
}

.navbar-search {
  width: 208px;
  gap: 0.25rem;
  position: relative
}

.navbar-search__form {
  display: flex;
  width: 208px;
  height: 32px;
  align-items: center
}

.navbar-search__form input {
  display: flex;
  padding: 0.25rem 0.25rem 0.25rem 2.25rem;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 0.25rem;
  border: 1px solid #9ba2b0;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #5d677d;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  width: 100%;
  z-index: 1
}

.form-search__submit {
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  z-index: 2
}

.form-search__submit svg {
  display: block;
  width: 24px;
  height: 24px
}

.side-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  right: 100%
}

.side-navbar .side-navbar__background {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0
}

.side-navbar__content {
  position: relative;
  background-color: #fff;
  max-width: 456px;
  width: 100%;
  height: 100vh;
  padding: 2rem
}

.side-navbar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.125rem;
  border-bottom: 1px solid #d9dee3
}

.side-navbar__close {
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer
}

.side-navbar__items {
  margin-top: 1.5rem
}

.navbar__items {
  padding: 0;
  list-style: none
}

.nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  margin-bottom: 1.375rem
}

.nav-link.dropdown-toggle {
  color: #333f5b;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1 0 0
}

@media only screen and (max-width: 768px) {
  .navbar__nav {
    padding-top: 1.5rem
  }

  .navbar__open-side {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, .1)
  }

  .btn-open-side {
    width: 100%;
    display: flex;
    padding: 0.25rem 1.5rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px
  }

  .navbar-search input[name=elemento] {
    width: 0;
    opacity: 0;
    transition: .3s ease all
  }

  .navbar-search input[name=elemento] {
    width: 0;
    transition: .3s ease all
  }

  .navbar-search.is-open input[name=elemento] {
    position: absolute;
    right: 0;
    width: calc(100vw - 40px);
    max-width: 360px;
    opacity: 1;
    background: #fff;
    padding: 0.25rem
  }

  .navbar-search__form {
    width: auto;
    justify-content: end
  }

  .navbar-search__form .form-search__submit {
    left: auto;
    right: 0
  }

  .navbar__nav.search-open .navbar-brand {
    opacity: .1
  }

  .side-navbar {
    right: 0;
    top: auto;
    bottom: -110vh;
    display: flex;
    align-items: end;
    margin-bottom: 40px
  }

  .side-navbar__content {
    height: auto;
    max-height: 90vh;
    width: 100%;
    max-width: 100%
  }

  .side-navbar__close {
    transform: rotate(-90deg)
  }
}

#footer-page {
  background-color: #333f5b;
  padding: 2.875rem 0
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.footer-logo__link {
  display: block;
  width: 208px;
  height: 44px
}

.footer-logo__link svg {
  width: 100%;
  height: 100%
}

.footer-socials {
  display: flex;
  align-items: center
}

.social-links {
  display: block
}

.social-links svg {
  width: 34px;
  height: 34px
}

@media only screen and (max-width: 768px) {
  .footer-logo__link {
    width: 152px;
    height: auto
  }
}

.banners-slider {
  position: relative
}

.banners__sliders {
  width: 100%;
  height: 445px;
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, .2);
  overflow: hidden
}

.banner__slide {
  width: 100%;
  height: 100%
}

.banner-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none
}

.banner__background img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  /* object-position: center; */
  object-position: top center;
  transition: .3s ease all
}

.banner-link:hover .banner__background img {
  transform: scale(1.1)
}

.banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  height: 100%
}

.banner__text {
  display: flex;
  padding: 2.75rem 1.25rem 1.5rem 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  position: relative
}

.banner__text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(51, 63, 91, 0) 0%, rgba(51, 63, 91, 0.75) 32.9%);
  z-index: 0
}

.banner__content p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff
}

.banner-title {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch
}

.banner-lead {
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.05rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch
}

.banners__navfor {
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 25px
}

.banners__navfor .banner__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 25px;
  height: 25px;
  background: rgba(245, 245, 245, .5);
  border-radius: 3.125rem;
  transition: .5s ease all;
  overflow: hidden
}

.banners__navfor .banner__nav span {
  display: block;
  position: relative;
  color: #192a6b;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 120%;
  white-space: nowrap;
  max-width: 0;
  padding: 0 0.5625rem;
  transition: .5s ease all;
  opacity: 0
}

.banner__nav[aria-label="Conselhos Temáticos e Setoriais"] span {
  /* color: #d10028 */
  color: #272727;
}

.banner__nav[aria-label="Comunicação Fiep e Institucional"] span {
  /* color: #f1710b */
  color: #FF8901;
}

.banner__nav[aria-label="Comunicação Sesi, Senai e IEL"] span {
  /* color: #fac000 */
  color: #FAC000;
}

.banner__nav[aria-label="Desenvolvimento Industrial e Social"] span {
  /* color: #009851 */
  color: #00AB5F;
}

.banner__nav[aria-label="Relações Governamentais"] span {
  /* color: #0694a4 */
  color: #00A2B7;
}

.banner__nav[aria-label="Relações Internacionais"] span {
  /* color: #0f5fae */
  color: #248EDF;
}

.banner__nav[aria-label="Relações Sindicais"] span {
  /* color: #5000b8 */
  color: #8533FF
}

.banner__nav[aria-label="Relações Institucionais"] span {
  color: #45619C
}

.banners__navfor .banner__nav.is-nav-selected {
  max-width: 100vw;
  background-color: #fff
}

.banners__navfor .banner__nav.is-nav-selected span {
  max-width: 100vw;
  opacity: 1
}

.banners__navfor .flickity-slider {
  position: relative !important;
  width: 100% !important;
  transform: translateX(0) !important;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 16px;
  gap: 0.625rem
}

.banners__navfor .banner__nav {
  position: relative !important;
  transform: translateX(0) !important
}

.banner__flag {
  display: none
}

@media only screen and (max-width: 768px) {
  .section.section--banner {
    padding-top: 1.5rem
  }

  .banners__navfor {
    position: relative;
    bottom: 0
  }

  .banners__navfor .flickity-slider {
    gap: 0.4375rem;
    justify-content: center
  }

  .banners__navfor .banner__nav {
    min-width: 0;
    width: 10px;
    height: 10px;
    background-color: #b0b6c1
  }

  .banners__navfor .banner__nav.is-nav-selected {
    background-color: #333f5b
  }

  .banners__navfor .banner__nav span {
    display: none
  }

  .banner__flag {
    display: block;
    position: absolute;
    top: 0.75rem;
    left: 1rem;
    z-index: 2;
    width: auto;
    height: 20px;
    background-color: #fff;
    display: flex;
    padding: 0.25rem 0.75rem;
    flex-direction: column;
    align-items: center;
    border-radius: 1rem
  }

  .banner__flag span {
    color: #192a6b;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 0.75rem
  }

  .banner__flag[aria-label="Conselhos Temáticos e Setoriais"] span {
    color: #272727
  }

  .banner__flag[aria-label="Comunicaçãoo Fiep e Institucional"] span {
    color: #FF8901
  }

  .banner__flag[aria-label="Comunicação Sesi, Senai e IEL"] span {
    color: #FAC000
  }

  .banner__flag[aria-label="Desenvolvimento Industrial e Social"] span {
    color: #00AB5F
  }

  .banner__flag[aria-label="Relações Governamentais"] span {
    color: #00A2B7
  }

  .banner__flag[aria-label="Relações Internacionais"] span {
    color: #248EDF
  }

  .banner__flag[aria-label="Relações Sindicais"] span {
    color: #8533FF
  }
  .banner__flag[aria-label="Relações Institucionais"] span {
    color: #45619C
  }
}

.section.section--veja-tambem {
  background: #333f5b
}

@media only screen and (max-width: 768px) {
  .section.section--veja-tambem .card-slider__control {
    display: none
  }

  .section.section--veja-tambem .card {
    width: 100%
  }

  .section.section--veja-tambem .card .card-two__picture {
    display: none
  }

  .section.section--veja-tambem .card .card-two__info {
    padding-top: 0
  }
}

.section-temas__whatsapp {
  margin: 3.125rem 0 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.section--pagina-tema {
  padding-top: 0;
  background-color: #fff !important
}

.banner-tema .banner {
  border-radius: 0.5rem;
  width: 100%;
  height: 138px;
  overflow: hidden
}

.banner-tema .banner {
  height: 280px
}

.banner-tema .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.banner-tema .banner .banner--mobile {
  display: none
}

.tema__text {
  color: #333f5b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  padding: 0.625rem 0 1.875rem 0
}

.tema__text p,
.tema__text div p {
  display: block;
  margin-top: 1.5625rem;
  margin-bottom: 0
}

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

.tema__text p b,
.tema__text p strong {
  color: #192a6b;
  font-weight: 700
}

.tema__action {
  width: 100%;
  max-width: 490px;
  margin: 1.5625rem auto 0 auto;
  display: grid;
  grid: auto/1fr;
  grid-gap: 0.3125rem
}

#eventos {
  min-height: 380px;
  width: 100%;
  padding: 0 0.9375rem;
  display: grid;
  grid: auto/352px 1fr;
  align-items: start;
  grid-gap: 2.5rem
}

.eventos-column__calendario {
  width: 352px
}

.eventos-column__destaque {
  position: relative;
  height: 100%
}

.container-calendar {
  background: #fff;
  max-width: 352px;
  margin: 0 auto;
  overflow: auto
}

.table-calendar {
  border-collapse: collapse;
  width: 100%;
  background: #fafafa
}

.table-calendar td,
.table-calendar th {
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle
}

.eventos-ano,
.eventos-mes {
  display: flex;
  align-items: center;
  justify-content: center
}

.prevBt,
.nextBt {
  border: none;
  background: none;
  margin: 0 0.9375rem;
  cursor: pointer;
  display: flex;
  align-items: center
}

.eventos-mes {
  height: 42px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem
}

.eventos-ano {
  height: 0;
  overflow: hidden
}

.eventos-ano * {
  color: #959698
}

.eventos-ano span {
  font-size: 1.4375rem
}

.eventos-mes span {
  color: #333f5b;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize
}

.eventos-mes a {
  color: #555
}

#thead-month {
  color: #333f5b
}

.date-picker {
  height: 48px;
  position: relative;
  cursor: pointer
}

.date-picker.selected {
  font-weight: bold
}

.date-picker.selected::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #565656;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px)
}

#btProxEventos.disabled {
  opacity: .8;
  cursor: default
}

.eventos {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-left: 1px solid #717b8e;
  padding-left: 2.5rem
}

.nenhum-evento-encontrado {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%
}

.nenhum-evento-encontrado p {
  color: #333f5b;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%
}

.evento-card {
  display: block;
  width: 100%
}

.evento__link {
  display: flex;
  flex-direction: row;
  align-items: start;
  text-decoration: none;
  padding: 1.25rem;
  border-bottom: 1px solid #c4cad2
}

.evento__link:hover {
  background-color: #d9dee3
}

.evento-date {
  border-right: 1px solid #333f5b;
  padding: 0.3125rem 1rem
}

.evento-date p {
  margin: 0;
  color: #333f5b;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%
}

.evento-titles {
  padding: 0.3125rem 1rem
}

.evento__tema-ano {
  margin-bottom: 0.3125rem
}

.evento__tema-ano p {
  margin: 0;
  color: #9b9b9b;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%
}

.evento-title {
  margin: 0;
  color: #333f5b;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%
}

.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center;
  justify-content: center
}

.loader::after {
  content: "";
  border: 8px solid #f3f3f3;
  border-top: 8px solid #204dcc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

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

@media only screen and (max-width: 768px) {
  #eventos {
    grid: auto/1fr;
    margin: 0 auto;
    padding: 0
  }

  .eventos {
    border-top: 1px solid #717b8e;
    border-left: 0;
    padding: 1rem 0
  }

  .eventos-column__calendario {
    max-width: 351px;
    margin: 0 auto;
    width: 100%
  }

  .evento__link {
    padding: 1.5625rem 1rem
  }

  .evento__link:first-child {
    padding-top: 0
  }

  .evento-date {
    padding: 0.5rem 1rem 0 0
  }

  .evento-titles {
    padding: 0.125rem 0 0 1rem
  }
}

.secao--formulario-contato {
  position: relative;
  background: #48536c
}

.formulario__content {
  max-width: 530px;
  width: 100%;
  margin: 0 auto
}

.texto-formulario__titles {
  margin-bottom: 1.875rem
}

.texto-formulario__title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  margin: 0 0 0.3125rem 0
}

.texto-contato--bodyField {
  max-width: 465px;
  margin: 0 auto
}

.texto-contato--bodyField * {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%
}

.formulario-contato__campos {
  position: relative;
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.content-input {
  width: 100%;
  margin-bottom: 0.625rem;
  position: relative
}

.inputs-form__content input,
.inputs-form__content select,
.inputs-form__content textarea {
  display: flex;
  width: 355px;
  padding: 1.125rem 0.5rem
}

.inputs-form__content input.gestaoErro {
  height: 50px;
  padding: 0.9375rem 0.3125rem 0.625rem 0.3125rem;
  border-radius: 0.25rem;
  background: #fff
}

.inputs-form__content input.gestaoErro:focus {
  height: 50px
}

.inputs-form__content textarea.gestaoErro {
  height: 90px;
  padding: 0.9375rem 0.3125rem 0.625rem 0.3125rem
}

.inputs-form__content textarea.gestaoErro:focus {
  height: 90px
}

.inputs-form__content select {
  color: #cbd0d3;
  cursor: pointer
}

.inputs-form__content select option {
  color: #000;
  font-size: 0.875rem
}

.inputs-form__content textarea {
  height: 80px
}

.inputs-form__content input::placeholder,
.inputs-form__content select::placeholder,
.inputs-form__content textarea::placeholder {
  color: #cbd0d3
}

.inputs-form__content input:focus,
.inputs-form__content select:focus,
.inputs-form__content textarea:focus {
  outline: 0
}

.campoErro {
  font-size: 0.75rem;
  color: #fb6a6a;
  font-style: italic
}

.inputs-form__content .campoErro {
  position: absolute;
  left: 10px;
  top: 1px;
  opacity: .8;
  font-size: 0.75rem
}

.indica-obrigatorio {
  color: #fff;
  font-size: 0.75rem;
  font-style: italic;
  width: 100%
}

.textLGPD {
  width: 100%;
  pointer-events: none
}

.checkLGPD {
  text-align: center;
  position: relative;
  margin: 0.9375rem auto;
  width: 100%;
  color: #fff
}

.checkLGPD .txt-termos {
  font-size: 0.75rem;
  margin: 0;
  padding-left: 0.3125rem;
  font-weight: 400;
  line-height: 1rem
}

.checkLGPD .txt-termos span {
  text-decoration: underline
}

.checkLGPD {
  display: flex
}

.txt-termos span {
  color: #fff;
  cursor: pointer
}

.textLGPD {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all ease .4s
}

.textLGPD>p {
  position: absolute;
  bottom: 0;
  right: -100%;
  opacity: 0;
  font-size: 0.9375rem;
  color: #fff;
  background: rgba(60, 73, 90, .95);
  width: 100%;
  height: auto;
  padding: 3.125rem 1.875rem 1.875rem;
  z-index: 2;
  transition: all ease .4s
}

.textLGPD.termoAberto {
  pointer-events: auto !important
}

.textLGPD.termoAberto p {
  opacity: 1;
  right: 0
}

.textLGPD>p a {
  color: #fff;
  text-decoration: underline
}

.fechar-termo {
  display: block;
  position: absolute;
  color: #fff;
  right: 20px;
  top: 20px;
  cursor: pointer
}

#msgLgpd {
  margin: 0 0.9375rem
}

.msg-success-form {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background-color: rgb(72 83 108);
  /* box-shadow: 0 0 8px #093e77; */
  display: none
}

.msg-success-form div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%
}

.msg-success-form p {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  display: block
}

.btn--formulario {
  display: flex;
  width: 100%;
  height: 50px;
  padding: 1.375rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.25rem;
  background: #f1682c;
  cursor: pointer
}

.btn--formulario:hover {
  background-color: #f1682c
}

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

  .formulario-campos,
  .inputs-form__content input,
  .inputs-form__content select,
  .inputs-form__content textarea {
    max-width: 100%
  }
}

.banner-lista-noticias .banner,
.banner-noticia .banner {
  border-radius: 0.5rem;
  width: 100%;
  height: 138px;
  overflow: hidden
}

.banner-noticia .banner {
  height: 280px
}

.banner-lista-noticias .banner img,
.banner-noticia .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.banner-lista-noticias .banner .banner--mobile,
.banner-noticia .banner .banner--mobile {
  display: none
}

.section--lista-noticias .listagem-cards {
  display: grid;
  grid: auto/1fr 1fr 1fr;
  grid-gap: 1.875rem 2rem
}

.section--lista-noticias .listagem-cards .card-one {
  width: 100%;
  margin: 0;
  padding: 0
}

@media only screen and (max-width: 768px) {
  .banner-lista-noticias .container {
    padding: 0
  }

  .banner-lista-noticias .banner {
    border-radius: 0;
    height: 120px
  }

  .section--lista-noticias .listagem-cards {
    grid: auto/1fr 1fr;
    grid-gap: 0.9375rem
  }
}

@media only screen and (max-width: 576px) {
  .section--lista-noticias .listagem-cards {
    grid: auto/1fr
  }
}

.section--pagina-noticia {
  padding-top: 0;
  background-color: #fff !important
}

.noticia__content {
  max-width: 610px;
  margin: 2.75rem auto 0 auto
}

.noticia-tag__tema {
  width: 100%;
  border-bottom: 1px solid;
  padding: 0.3125rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.noticia-tag__tema p {
  margin: 0
}

.noticia-tag__label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 120%
}

.notica-tag__data {
  color: #333f5b;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase
}

.noticia-titles {
  padding: 0.9375rem 0 0.625rem 0
}

.noticia-title {
  margin: 0;
  color: #333f5b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%
}

.noticia-share {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
  width: 100%;
  border: 1px solid #ededed;
  border-left: 0;
  border-right: 0
}

.noticia-share--right {
  border: 0;
  padding: 0;
  margin-top: 1.5625rem;
  justify-content: end
}

.noticia-share p {
  color: #333f5b;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 120%
}

.noticia__text {
  color: #333f5b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  padding: 0.625rem 0 1.875rem 0;
  border-bottom: 1px solid #ededed
}

.noticia__text p,
.noticia__text div p {
  display: block;
  margin-top: 1.5625rem;
  margin-bottom: 0
}

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

.noticia__text p b,
.noticia__text p strong {
  color: #192a6b;
  font-weight: 700
}

.noticia__text .btn-whatsapp {
  width: max-content;
  margin: 0 auto
}

.noticia__link-home {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 0.9375rem
}

.link-home {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  height: 32px;
  color: #6c6c6c;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none
}

.link-home:hover {
  text-decoration: underline
}

@media only screen and (max-width: 768px) {
  .section--pagina-noticia .banner-noticia {
    position: relative;
    width: calc(100% + 1.875rem);
    left: -0.9375rem
  }

  .banner-noticia .banner {
    height: 245px
  }

  .noticia__content {
    margin-top: 1.25rem
  }

  .noticia-tag__tema {
    position: relative;
    margin-bottom: 0.9375rem
  }

  .noticia-tag__tema .notica-tag__data {
    position: absolute;
    top: calc(100% + 10px)
  }

  .notica-tag__data {
    color: #b2b2b2;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%
  }

  .noticia-title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 120%;
    padding: 0.9375rem 0
  }

  .noticia-share {
    padding: 0.5rem 0
  }

  .noticia__text .btn-whatsapp {
    width: 100%
  }
}

.section--busca {
  padding: 2.5rem 0 18px 0;
  background-color: #fff
}

.busca__titles {
  width: 100%;
  border-bottom: 2px solid #48536c
}

.busca__title {
  color: #333f5b;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 120%;
  margin: 0
}

.busca__inputs {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%
}

.busca-search {
  width: 450px;
  gap: 0.25rem;
  position: relative
}

.busca-search__form {
  display: flex;
  width: 450px;
  height: 32px;
  align-items: center
}

.busca-search__form input {
  display: flex;
  padding: 0.25rem 0.25rem 0.25rem 2.25rem;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 0.25rem;
  border: 1px solid #9ba2b0;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #5d677d;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  width: 100%;
  z-index: 1
}

.busca-search__submit {
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  z-index: 2
}

.busca-search__submit svg {
  display: block;
  width: 24px;
  height: 24px
}

.busca-tag {
  display: inline-flex;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  align-items: center;
  gap: 0.25rem;
  border-radius: 1rem;
  border: 1px solid #b0b6c1;
  background: rgba(0, 0, 0, 0)
}

.busca-tag__text {
  margin: 0;
  color: #48536c;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem
}

.busca-tag__clear {
  border: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.busca-tag__clear svg {
  width: 16px;
  height: 16px;
  transition: .5s ease all
}

.busca-tag__clear:hover svg {
  transform: scale(1.5)
}

@media only screen and (max-width: 768px) {
  .section--busca {
    padding-top: 1.5rem
  }

  .busca__inputs {
    flex-wrap: wrap;
    gap: 0.875rem
  }

  .busca-search,
  .busca-search__form {
    max-width: 450px;
    width: 100%;
    min-width: 300px
  }
}

.busca-resultados__grid {
  display: grid;
  grid: auto/1fr 1fr 1fr;
  grid-gap: 1.875rem 2rem
}

.busca-resultados__grid .card {
  padding: 0;
  width: 100%
}

@media only screen and (max-width: 992px) {
  .busca-resultados__grid {
    grid: auto/1fr 1fr
  }

  .busca-resultados__grid .card {
    height: auto
  }
}

@media only screen and (max-width: 576px) {
  .busca-resultados__grid {
    grid: auto/1fr;
    grid-gap: 0.9375rem
  }
}

.section-breadcrumb {
  padding: 0.75rem 0.5rem
}

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

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

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

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

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

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

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

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

.banner__slider-progress {
  position: relative;
  margin: 0 auto;
  width: 66%;
  height: 8px;
  border-radius: 4px;
  background-color: #cec
}

.progressBar {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  border-radius: 4px;
  width: 0%;
  background-color: #8c8
}

.section--stories {
  padding: 1.5rem 0 0 0
}

.lista-stories__grid {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 1rem;
  overflow-x: scroll;
  overflow-y: clip;
  padding-bottom: 10px
}
.lista-stories__grid::-webkit-scrollbar{
  width: 0;
  height: 0;
}
.open-stories {
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  width: auto;
  max-width: 100px
}

.open-stories img {
  width: 50px;
  height: 50px
}

.open-stories p {
  font-size: 0.6875rem;
  font-weight: 100;
  color: #192a6b;
  margin: 0.125rem 0 0 0
}

.modal.modal--stories {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  top: 0;
  left: 0;
  background: rgba(25, 41, 107, .7);
  opacity: 0;
  z-index: -1
}

.modal__header {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.75rem 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 20px;
  padding-bottom: 0;
}
.modal__header:before{
  content: '';
  width: 100%;
  height: 1px;
  box-shadow: 0px 0px 60px 70px #5e6997;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.modal__header-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  width: 100%;
  /* pointer-events: none; */
}

.modal__body {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden
}

.modal-tema {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
}

.modal-tema img {
  width: 42px;
  height: 42px
}

.modal-tema p {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 100%;
  max-width: 130px;
}

.modal__close--stories {
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.modal__close--stories svg{
  width: 32px;
  height: 32px;  
}
.stories__slider {
  width: 100%;
  height: 100%
}

.storie__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.storie-card {
  position: relative;
  height: 100%;
}
.storie-slide__share{
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-share{
  background: transparent;
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}
.btn-share svg{
    width: 24px;
    height: 24px;
}
.storie-slide__shared-items{
  position: absolute;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  top: calc(100% + 8px);
  right: -45px;
  height: 45px;
  padding: 8px 12px;
  transition: .3s ease-in all;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 0px 6px 1px #5e6997;
}
.storie-slide__share .btn-share:hover ~ .storie-slide__shared-items,
.storie-slide__share .btn-share:focus ~ .storie-slide__shared-items{
  opacity: 1;
  z-index: 4
}
.storie-slide__share .btn-share:hover ~ .storie-slide__shared-items:before,
.storie-slide__share .btn-share:focus ~ .storie-slide__shared-items:before{
  display: block;
  content: '';
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: -100px;
  top: 0px;
  z-index: 2;
}
.storie-share__item{
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 4;
}
.storie-card__link{
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    left: 0;
    bottom: 0;
    z-index: 1;
}
.storie-card__image {
  position: relative;
  width: 100%;
  height: 100%
}

.storie-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.storie-card__info {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 2.75rem 1.25rem 1.5rem 1.25rem;
  background: linear-gradient(180deg, rgba(51, 63, 91, 0) 0%, rgba(51, 63, 91, 0.75) 32.9%)
}

.storie-card__title {
  margin: 0;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch
}

.modal--stories {
  padding: 1rem 0
}

.modal__container--stories {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem
}

.modal__content {
  position: relative;
  max-width: 460px;
  max-height: 100%;
  height: 100%;
  width: 100%
}

.modal--stories .flickity-page-dots {
  bottom: auto;
  top: 0;
  z-index: 9;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 0.125rem
}

.modal--stories .flickity-page-dots .dot {
  border-radius: 50px;
  opacity: .5;
  background: #fafafa;
  height: 5px;
  width: 100%;
  margin: 0
}

.flickity-page-dots .dot.is-selected {
  opacity: 1
}

@media only screen and (min-width: 768px) {
  .section--stories {
    display: none !important
  }
}

html {
  scroll-behavior: smooth
}

*,
::after,
::before {
  box-sizing: border-box
}

body,
html {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0
}

html.overflow-hidden,
body.overflow-hidden {
  overflow-y: hidden
}

body {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Open Sans", sans-serif;
  min-height: 100vh
}

main {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #707070
}

.d-flex {
  display: flex
}

.flex-wrap {
  flex-wrap: wrap
}

.justify-content-center {
  justify-content: center
}

.align-items-center {
  align-items: center;
  align-content: center
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.container {
  margin: 0 auto;
  padding: 0 0.9375rem
}

@media(min-width: 576px) {
  .container {
    max-width: 540px
  }
}

@media(min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media(min-width: 992px) {
  .container {
    max-width: 960px
  }
}

@media(min-width: 1200px) {
  .container {
    max-width: 1200px
  }
}