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

#menu-principal {
  position: absolute;
  left: calc(50% - 592px / 2);
  z-index: 3;
  width: 592px;
  gap: 20px;
  padding: 16px 32px;
  border-radius: 0px 0px 12px 12px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  box-sizing: border-box;
}
#menu-principal .navbar {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.navbar-nav {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-button {
  display: flex;
  width: 100%;
  background-color: #fff;
  height: 48px;
  margin: 0 auto;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  color: #1670c0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
}
.nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.nav-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.nav-icon {
  display: flex;
  align-items: center;
  gap: 4px;
}
.navbar-logo {
  display: block;
  width: 150px;
}
.navbar_responsivo {
  display: none;
}
@media only screen and (max-width: 992px) {
  .navMenu {
    display: none !important;
  }
  .navbar-logo {
    width: 100px;
    position: relative;
    left: 10px;
  }
  .navbar-logo img {
    width: 100%;
  }
  #menu-principal {
    position: absolute;
    z-index: 3;
    width: auto;
    transform: none;
    background: none;
  }
  .navbar_responsivo {
    display: block;
  }
  #btn-menu-mobile {
    position: fixed;
    top: 100px;
    right: 24px;
    z-index: 1100;
    background-color: #54b801;
    border-radius: 50%;
    padding: 12px;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .content_navbar-responsivo {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding: 0 12px;
    box-sizing: border-box;
    gap: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
  }
  .itens-menu-responsivo {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #54b801;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
  }
  .itens-menu-responsivo.is-open {
    transform: translateX(0);
  }
  .itens-menu-responsivo ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    margin-top: 120px;
  }
  .itens-menu-responsivo ul li {
    padding: 16px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .itens-menu-responsivo ul li:last-child {
    border-bottom: none;
  }

  .itens-menu-responsivo ul li a {
    width: auto;
  }
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  scroll-behavior: smooth;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  max-width: 100vw;
}
img,
svg {
  display: block;
}
.section {
  position: relative;
  padding: 96px 0;
  width: 100%;
}
.wrapper {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1216px;
  margin: 0 auto;
  box-sizing: border-box;
}
.bt-white {
  display: flex;
  width: fit-content;
  background-color: #fff;
  height: 48px;
  margin: 0 auto;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  color: #1670c0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
}
@media (max-width: 1366px) {
  body {
    display: initial;
  }
}
@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .section {
    padding: 40px 0;
  }
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
.hero-val {
  position: relative;
  width: 100%;
  height: 484px;
  /* overflow: hidden; */
}
.hero-background-desktop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-background-mobile {
  display: none;
}
.circle-mobile {
  display: none !important;
}
.circle-desktop {
  display: block;
}
.hero-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
}
.hero-top {
  display: flex;
  align-items: center;
  gap: 52px;
}
.hero-container__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.hero-container__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero-container__logos {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.hero-container__logos img {
  width: auto;
}
.hero-container__circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-container__circle-selo {
  animation: rotateInfinite 12s linear infinite;
  transform-origin: center center;
  width: 130px;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 99px;
  padding: 4px;
}
.hero-container__circle-content {
  position: absolute;
  top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
.hero-container__content__title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
}
.hero-content__button {
  display: flex;
  height: 48px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  color: #1670c0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .hero-val {
    height: 540px;
  }

  .hero-background-desktop {
    display: none;
  }
  .hero-background-mobile {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .circle-mobile {
    display: block !important;
  }
  .circle-desktop {
    display: none;
  }
  .hero-top {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .hero-container__logos {
    gap: 20px;
  }
  .hero-container__logos img {
    max-height: 40px;
  }
  .hero-container__logos img:last-child {
    max-height: 60px;
  }
  .hero-container__content {
    width: 100%;
  }
  .hero-container__content__title {
    font-size: 18px;
  }
  .hero-content__button {
    font-size: 16px;
    margin: 0 auto;
  }
  .hero-container__circle-content {
    left: 24px;
  }
  .hero-container__right {
    width: 100%;
  }
}
.sobre {
  background: #f3f5f6;
  position: relative;
}
.faixas_bk {
  min-height: 1358px;
}
.linhas_mov {
  position: absolute;
  top: 54.5%;
  left: 67%;
  width: 74%;
  height: 1683px;
  transform: translate(-50%, 0);
  z-index: 0;
  padding-right: 60%;
}
#svgpath {
  stroke-dasharray: 2222, 2222;
  animation: lineMove 3s linear;
  animation-timeline: scroll(root);
}
@keyframes lineMove {
  0% {
    stroke-dashoffset: 2222;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1366px) {
  .linhas_mov {
    position: absolute;
    top: 13%;
    left: 72%;
    width: 83%;
    height: 2190px;
    transform: translate(-50%, 0);
    z-index: 0;
    padding-right: 66%;
  }
}
.cont_sobre_left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont_sobre_left h2 {
  margin: 0;
}
.cont_sobre_left_text {
  max-width: 592px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cont_sobre_left_text p {
  margin: 0;
}
.sobre h2 {
  color: #217b17;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
.cont_sobre_right p {
  color: #48536c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 15px;
}
.bt_sobre {
  display: flex;
  width: fit-content;
  height: 48px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: none;
  border-radius: 4px;
  background: #1670c0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 40px auto 0 auto;
}
logo-slider {
  --image-size: 350px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 60px auto;
  position: relative;
  display: flex;
}
logo-slider div {
  display: flex;
  position: relative;
  animation: marquee 30s linear infinite;
  justify-content: space-around;
}
logo-slider img {
  display: block;
  min-width: var(--image-size);
  height: var(--image-size);
  margin: 0;
}
logo-slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 900px) {
  logo-slider {
    --image-size: 50px;
    --image-size: min(max(50px, 10vw), 350px);
  }
}
logo-slider {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 60px auto;
  position: relative;
  display: flex;
}
logo-slider div {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}
logo-slider img {
  display: block;
  width: auto;
  height: var(--image-size);
  margin-right: 32px;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .cont_sobre_left {
    flex-direction: column;
  }
}
.experiencia {
  background-color: #f5f5f5;
}
.cont_experiencia {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.cont_experiencia .box {
  flex: 0 0 384px;
  max-width: 384px;
  box-sizing: border-box;
}
.card-white {
  display: flex;
  max-width: 384px;
  height: 232px;
  padding: 24px 24px 52px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  background: #fff;
}
.cont_experiencia .box p {
  margin: 0;
  color: #48536c;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
}
.cont_experiencia h2 {
  color: #217b17;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  .cont_experiencia .box {
    flex: auto;
  }
  .cont_experiencia .box h2 {
    font-size: 32px;
  }
  .card-white {
    max-width: 320px;
    height: 80px;
    padding: 16px 12px 16px 12px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    background: #fff;
  }
  .cont_experiencia .box p {
    font-size: 16px;
  }
}
.grandes-nomes {
  background: #217b17;
  position: relative;
}
.participantes-container {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.grandes-nome__top {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
.participantes-circulo {
  top: 0;
  left: 56px;
}
.grandes-nomes h2 {
  color: #8ed354;
  max-width: 740px;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
.participantes-txt__circulo {
  padding-top: 50px;
}
.grandes-nomes .bk_circulo {
  position: relative;
  min-width: 121px;
}
.grandes-nomes .bk_circulo .txt_circulo {
  color: #54b801;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 12px;
  text-align: center;
  color: #fff;
}
.grandes-nomes .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grandes-nomes .participantes-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.grandes-nomes .box-participante {
  border-radius: 8px;
  overflow: hidden;
  max-width: 216px;
  background-color: #fff;
}
.grandes-nomes .box-participante img {
  height: auto;
  max-height: 220px;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.txt_box-participante {
  padding: 12px 16px 32px 12px;
  height: auto;
  max-width: 180px;
}
.grandes-nomes .box-participante .nome {
  color: #1e7015;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
.grandes-nomes .box-participante .cargo {
  color: #48536c;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin: 4px 0 0;
}
.grandes-nomes .bt-white {
  text-align: none;
}
@media screen and (max-width: 768px) {
  .grandes-nome__top h2 {
    font-size: 32px;
  }
  .grandes-nomes .participantes-grid {
    justify-content: flex-start;
    gap: 16px;
  }
  .grandes-nomes .box-participante {
    max-width: 152px;
  }
  .grandes-nomes .box-participante img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
}
.marcas {
  background-color: #f3f5f6;
  position: relative;
}
.parceiros_container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  z-index: 3;
}
.parceiros-bloco__titulo {
  color: #217b17;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1rem;
}
.parceiros-flex {
  display: flex;
  gap: 32px;
}
.parceiros-flex-outros {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
.item {
  padding: 1rem;
  text-align: center;
  border-radius: 8px;
}
.item img {
  max-width: 100%;
  max-height: 120px;
  height: auto;
  object-fit: contain;
}
.item-realizacao {
  display: flex;
  height: 148px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-item {
  width: 100%;
  max-width: 244px;
  min-height: 148px;
  padding: 1rem;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-item:hover,
.item-realizacao:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card-item p {
  color: #717b8e;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 768px) {
  .card-item {
    max-width: 120px;
  }
  .parceiros-bloco__titulo {
    font-size: 24px;
  }
  .parceiros-flex-outros {
    gap: 16px;
  }
  .parceiros-flex {
    flex-direction: column;
  }
  .item-realizacao {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .parceiros-bloco__titulo {
    font-size: 20px;
  }
}
.agenda {
  background: #217b17;
}
.agenda h2 {
  color: #8ed354;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}
.agenda p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.column-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.column-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.abas {
  list-style: none;
  padding: 0;
  margin: -50px 0 20px;
  text-align: right;
}
.abas li {
  display: inline-block;
  margin-right: 4px;
}
.abas li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #c4cad2;
}
.abas li a.ativo {
  border-bottom: 2px solid #96d200;
  font-weight: bold;
}
.agenda article section {
  display: none;
  background: #217b17;
  padding-top: 40px;
}
.agenda article section.active {
  display: block;
}
.tabela_agenda {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.tabela_agenda .linha {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2px;
  height: auto;
}
.tabela_agenda .coluna1 {
  flex: 0 0 20%;
  background-color: #2b8713;
  padding: 20px 16px;
}
.tabela_agenda .coluna2 {
  flex: 1;
  background-color: #2b8713;
  padding: 20px 24px;
}

.coluna2 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.tabela_agenda ul {
  padding-left: 32px;
}
.tabela_agenda li {
  color: #fff;
  font-size: 18px;
}
.agenda .bt-white {
  background: #fff;
  color: #217b17;
  cursor: pointer;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .tabela_agenda .coluna1,
  .tabela_agenda .coluna2 {
    flex: 1 1 100%;
  }
  .abas {
    text-align: center;
    margin: auto;
  }
}
.patrocinador {
  background: #f3f5f6;
  position: relative;
}
.container_patrocinador {
  width: 100%;
  height: 100%;
}
.box_patrocinador {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1008px;
  margin: 0 auto;
  padding: 64px 104px;
  gap: 104px;
  border-radius: 16px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.box_patrocinador h2 {
  margin: 0;
  color: #217b17;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}
.box_patrocinador ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.box_patrocinador ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-patrocinador {
  display: inline-flex;
  height: 48px;
  padding: 0px 16px 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #1670c0;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  margin-right: 16px;
  color: #192a6b;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
}
.txt__patrocinador {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #48536c;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .box_patrocinador {
    flex-direction: column;
    padding: 64px 20px;
  }
  .box_patrocinador img {
    width: 100%;
  }
  .txt__patrocinador__title h2 {
    font-size: 32px;
  }
  .box_patrocinador {
    gap: 32px;
  }
  .btn-patrocinador__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.perguntas {
  background: #217b17;
  padding: 96px 0;
  position: relative;
  z-index: 3;
}

.faq__container {
  display: flex;
  justify-content: space-between;
  gap: 225px;
}
.faq__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.title_h2 {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.agenda-accordion-item {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0);
}
.agenda-accordion-header {
  width: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.agenda-accordion-header:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.agenda-accordion-title-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.agenda-accordion-title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.agenda-accordion-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.agenda-accordion-content p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.agenda-accordion-content a {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.agenda-accordion-icon {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.agenda-accordion-header.active .agenda-accordion-icon svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .faq__container {
    flex-direction: column;
    gap: 16px;
  }
  .title_h2 {
    font-size: 28px;
  }
  .agenda-accordion-title {
    text-align: left;
    font-size: 14px;
  }
}
.ebook {
  position: relative;
  background-color: #f3f5f6;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ebook-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ebook-bg {
  display: flex;
  position: absolute;
  object-fit: contain;
  object-position: left center;
  z-index: 1;
}
.ebook-bg-mobile {
  display: none;
}
.ebook-content {
  position: relative;
  z-index: 2;
  padding-left: 380px;
  width: 60%;
  display: flex;
  align-items: center;
  gap: 64px;
  color: #fff;
  padding-top: 32px;
}
.ebook-text {
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ebook-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 332px;
}
.ebook-text,
.ebook-description {
  color: #fff;
}
.ebook-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 16px;
  border: 1px solid #8ed354;
  color: #8ed354;
  font-size: 12px;
  width: fit-content;
}
.ebook h2 {
  font-size: 28px;
  color: #8ed354;
  line-height: 1.3;
}
.ebook-button {
  display: flex;
  height: 40px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.ebook-button:hover {
  background-color: rgba(255, 255, 255, 0.4039215686);
}
.ebook-description p {
  font-size: 15px;
  line-height: 1.6;
}
.ebook-description .bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ebook-wrapper {
    max-width: 320px;
    height: 680px;
    align-items: flex-start;
  }
  .ebook-bg {
    display: none;
    position: absolute;
    object-fit: contain;
    object-position: left center;
    z-index: 1;
  }
  .ebook-bg-mobile {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 1;
  }
  .ebook-content {
    padding: 20px 20px;
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
}
.bk_motivos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.cont_motivos {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.motivos-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-motivos__grid {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.box_motivo__header {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cont_motivos h2 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: inline-flex;
}

.coluna_hotel img {
  max-width: 200px;
}
.cont_motivos p.descricao {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  display: inline-flex;
}
.box_motivo {
  display: flex;
  max-width: 384px;
  padding: 28px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  background: #fff;
}
.box_motivo h3 {
  color: #217b17;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.box_motivo h3 svg {
  vertical-align: middle;
  float: left;
}
.box_motivo p {
  color: #48536c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.motivos-ctas {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.motivos-ctas a {
  display: flex;
  height: var(--sizing-40, 40px);
  padding: 0 var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: var(--border-radius-xs, 4px);
  border: 1px solid var(--newton-white, #fff);
  background: var(--transparent, rgba(255, 255, 255, 0));
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  text-align: center;
  font-family: "Open Sans";
  font-size: var(--font-size-small-xs, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  cursor: pointer;
}


.hotel {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 32px 200px 48px 200px;
  justify-content: center;
  align-items: flex-end;
  gap: 112px;
  align-self: stretch;
  background: linear-gradient(105deg, #0273d6 2.25%, #013c70 69.23%);
}
.hotel-container {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
.hotel__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.coluna_hotel {
  max-width: 240px;
}
.coluna__ultima {
  text-align: right;
}
.hotel h2 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.hotel .endereco p {
  color: #fff;
}
.hotel h3 {
  color: #248edf;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.reserva {
  display: flex;
  height: 40px;
  padding: 0px 12px 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: none;
  border-radius: 4px;
  background: #1670c0;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .box-motivos__grid {
    flex-direction: column;
  }
  .motivos-header {
    flex-direction: column;
  }
  .hotel-container {
    flex-direction: column;
    padding: 32px 16px;
    gap: 24px;
    align-items: flex-start;
  }
  .hotel {
    padding: 0;
  }

  .coluna_hotel img {
    max-width: 240px;
  }
}
.transforme {
  background: #f3f5f6;
}
.transforme-img {
  width: 100%;
  display: block;
}
.transforme-img-mobile {
  display: none;
}
.transforme-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_transforme {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 20px;
}
.cont_transforme h2 {
  color: #fff;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.08px;
}
@media screen and (max-width: 768px) {
  .transforme-img {
    display: none;
  }
  .transforme-img-mobile {
    display: flex;
    width: 100%;
  }
  .cont_transforme h2 {
    font-size: 40px;
  }
}
.acompanhe {
  background-color: #8ed354;
  height: 160px;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cont-acompanhe {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: visible;
}
.cont-acompanhe h2 {
  color: #1e7015;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.instagram {
  display: flex;
  align-items: center;
  gap: 64px;
}
.insta-icon-wrapper {
  position: relative;
  flex-shrink: 0;
  margin-top: -40px;
}
.logo-insta3d {
  width: auto;
  display: block;
}
.insta-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.insta-action p {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .acompanhe {
    height: auto;
  }
  .cont-acompanhe {
    flex-direction: column;
    padding: 20px 16px;
  }
  .cont-acompanhe h2 {
    font-size: 24px;
  }
  .instagram {
    gap: 12px;
  }
  .insta-action p {
    font-size: 18px;
  }
  .insta-icon-wrapper {
    margin-top: 0px;
  }
  .logo-insta3d {
    width: 90px;
  }
}
.setor {
  background: #f3f5f6;
}
.setor-container {
  position: relative;
  display: flex;
  padding: 96px 56px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 3;
}
.bk_setor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  border-radius: 16px;
  background-blend-mode: soft-light, normal;
}
.setor-bg-desktop {
  display: flex;
}
.setor-bg-mobile {
  display: none;
}
.setor-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.setor h2 {
  color: #8ed354;
  text-align: center;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}
.setor h3 {
  color: #fff;
  text-align: center;
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}
.cont_setor {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 16px;
}
.setor_dados {
  max-width: 260px;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 12px;
  background: linear-gradient(180deg, #217b17 0%, #1d6b14 100%);
}
.setor_dados .num {
  color: #8ed354;
  font-size: 68px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.72px;
}
.setor_dados .info {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .setor-bg-desktop {
    display: none;
  }
  .setor-bg-mobile {
    display: flex;
  }
  .cont_setor {
    flex-direction: column;
  }
  .setor-container {
    padding: 64px 20px;
  }
  .setor h2 {
    font-size: 32px;
  }
}
.casa-conceito {
  width: 100%;
  background-color: #1e1e1e;
  padding: 0;
}
.cont_casa {
  display: flex;
  width: 100%;
  height: 626px;
  margin: 0 auto;
}
.casa-conceito_left {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.bk_casa-conceito {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.casa-conceito_left .cont_casa__txt {
  position: relative;
  z-index: 2;
  padding: 180px 20px 20px 200px;
}
.casa-conceito_left h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
.casa-conceito_left h2 b {
  font-weight: 700;
  display: block;
}
.casa-conceito_left p {
  color: #fff;
  font-size: 16px;
  line-height: 180%;
}
.casa-conceito_right {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 56px 96px 56px;
}
.casa-conceito_right .cont_casa__txt {
  padding: 0 40px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.casa-conceito_right h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
.casa-conceito_right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.casa-conceito_right ul li {
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 160%;
}
.casa-conceito_right svg {
  flex-shrink: 0;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .cont_casa {
    flex-direction: column;
    height: auto;
  }
  .casa-conceito_left {
    width: 100%;
  }
  .casa-conceito_left .cont_casa__txt {
    padding: 16px;
  }
  .casa-conceito_left h2 {
    font-size: 32px;
  }
  .casa-conceito_right {
    width: 100%;
    padding: 0;
  }
  .casa-conceito_right .cont_casa__txt {
    padding: 32px 16px;
    gap: 12px;
  }
}
.depoimentos {
  background: #f3f5f6;
}
.section-depoimentos__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 136px;
  flex-wrap: wrap;
}
.cont_depoimentos__left {
  max-width: 488px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cont_depoimentos__left h2 {
  color: #217b17;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.cont_depoimentos__left p {
  color: #48536c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.cont_depoimentos__right {
  position: relative;
  flex: 1;
  min-width: 300px;
}
.depoimentos-carousel {
  position: relative;
  margin-top: 2rem;
  width: 100%;
  z-index: 2;
}
.flickity-button {
  display: none !important;
}
.depoimentos-carousel .depoimento {
  width: 100% !important;
  max-width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px 32px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.depoimento__conteudo {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.depoimento__conteudo p {
  overflow: hidden;
  color: #48536c;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  align-self: stretch;
}
.aspa_depoimento {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 64px;
  min-height: 64px;
  flex-shrink: 0;
}
.depoimento__autor {
  padding-left: 80px;
  margin-top: 1rem;
}
.depoimento__autor-nome {
  color: #217b17;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.depoimento__autor-cargo {
  color: #48536c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.blur-verde {
  position: absolute;
  top: -40px;
  left: 20px;
  z-index: 1;
}
.flickity-button {
  background: #217b17;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.flickity-page-dots {
  margin-top: 1rem;
  text-align: center;
}
.flickity-page-dots .dot {
  background: #217b17;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  border-radius: 50%;
}
.flickity-page-dots .dot.is-selected {
  background: #145f0f;
}
.depoimentos-controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 1.5rem;
}
.depoimentos-prev,
.depoimentos-next {
  background: rgba(0, 0, 0, 0);
  color: #217b17;
  border: none;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.depoimentos-prev:hover,
.depoimentos-next:hover {
  color: #145f0f;
}
.depoimentos-dots {
  display: flex;
  gap: 10px;
}
.custom-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d0d0d0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.custom-dot:hover {
  background: #b0b0b0;
}
.custom-dot.is-selected {
  background: #217b17;
}
@media (max-width: 992px) {
  .section-depoimentos__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .depoimentos-carousel .depoimento {
    max-width: 100%;
  }
  .cont_depoimentos__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blur-verde {
    display: none;
  }
  .depoimentos-controls {
    justify-content: center;
  }
}
.footer {
  background-color: #2707be;
}
.footer-grid {
  padding: 34px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer-logo img {
  display: block;
  object-fit: contain;
  object-position: center;
}
.footer-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50px;
}
.footer-social__link img {
  display: block;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 992px) {
  .footer-grid {
    align-items: center;
    justify-content: space-between;
  }
}

.nav-item-menu {
  display: none;
}
.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #1b6313;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  display: none;
  transition: all 0.16s ease;
}
.navbar-fixed-visible {
  display: block !important;
  opacity: 1 !important;
}
.navbar-fixed__wrapper {
  max-width: 1178px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.navbar-fixed__left,
.navbar-fixed__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.navbar-fixed__logo img {
  display: block;
}
.navbar-fixed__left p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.navbar-fixed__menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
}
.navbar-fixed__menu li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.navbar-drawer {
  position: fixed;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background-color: #54b801;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 9999;
  transition: right 0.3s ease-in-out;
}
.navbar-drawer.open {
  right: 0;
}
.drawer-close {
  align-self: flex-end;
  font-size: 32px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-bottom: 16px;
}
.drawer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: revert;
}
.drawer-menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* color: #fff; */
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color 0.2s;
}
.drawer-menu li a img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .navbar-fixed__menu {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .navbar-fixed__left p {
    display: none;
  }
  .btn-assistente {
    color: #192a6b;
  }
}
@media (min-width: 1024px) {
  .navbar-drawer {
    display: none;
  }
}

.faixas-sobre {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
}

.faixas-marcas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .faixas-sobre {
    display: none;
  }
  .faixas-marcas {
    display: none;
  }

  .nav-item-menu {
    display: flex;
  }
}

.hero-countdown {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 3px 3px 0px rgba(255, 255, 255, 0.35) inset;
  backdrop-filter: blur(6px);
  z-index: 10;
}

.countdown__title {
  color: #1e7015;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.countdown__number,
.countdown-2-pontos {
  color: #1e7015;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .hero-countdown {
    padding: 12px;
  }
}
