.speakerCard {
  min-height: 300px;
}

@media (min-width: 768px) {
  .speakerCard {
    min-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .top-countdown-bar {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .top-countdown-inner {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .wbs-navbar-center .wbs-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    height: 30px;
  }
  .w-nav-brand {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 48px;
  }
  .wbs-logo {
    height: 40px;
    width: auto;
    max-width: 120px;
    display: block;
  }
  .wbs-menu-button.w-nav-button {
    margin: 0;
    padding: 0;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00daab;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
}
.speakerModal__grid {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: stretch;
  padding: 32px;
  background: transparent;
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
}
.speakerModal__photo {
  background: transparent;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
  min-width: 0;
  max-width: 100%;
  height: 420px;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
}
.speakerModal__photo {
  padding: 0;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  justify-content: center;
}
.speakerModal__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 3/4;
  max-height: 420px;
  display: block;
}
.speakerModal__card {
  align-items: flex-start;
  justify-content: flex-start;
  background: transparent;
  box-shadow: none;
  width: 600px;
  min-width: 0;
  max-width: 100%;
  height: 420px;
  box-sizing: border-box;
  padding: 32px 24px 24px 24px;
  overflow: hidden;
}

.speakerModal__titleRow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}
.speakerModal__flag {
  width: 32px;
  height: 24px;
  border-radius: 6px;
  overflow: hidden;
  display: inline-flex;
  margin-bottom: 4px;
}
.speakerModal__name {
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 32px;
  color: #111827;
  line-height: 1.1;
  margin-bottom: 0;
}
.speakerModal__role {
  font-family: Igna Sans Medium, Arial, sans-serif;
  color: #111827;
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.2;
}
.speakerModal__bio {
  font-family: Igna Sans Light, Arial, sans-serif;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  white-space: pre-line;
  margin-bottom: 16px;
  margin-top: 0;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--verde-summit) transparent;
}
.speakerModal__linkedin {
  margin-top: 8px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: absolute;
  left: 24px;
  bottom: 24px;
}
  .speakerModal__linkedin:hover{
    transform: translateY(-2px);
  }

.speakerModal__card {
  position: relative;
}

/* Seta de clique na box dos palestrantes */
.speakerCard__arrow-indicator {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 2;
}

.speakerCard {
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.speakerCard:focus, .speakerCard:hover {
  box-shadow: 0 0 0 3px #00DAAB33;
}


@media (max-width: 900px) {
  .speakerModal__grid {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
    max-width: 98vw;
  }
  .speakerModal__photo, .speakerModal__card {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    margin: 0 auto;
    height: auto;

  }
  .speakerModal__photo{
    height: 230px;
  }

  .speakerModal__card {
    padding-bottom: 48px;
    height: 400px;
  }
  .speakerModal__linkedin {
    left: 24px;
    bottom: 16px;
  }
}
@media (max-width: 900px) {
  .speakerModal__grid {
    flex-direction: column;
    gap: 24px;
    padding: 20px;
  }
  .speakerModal__photo, .speakerModal__card {
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
  }
}

@font-face {
  font-family: Igna Sans Medium;
  src: url('../fonts/AnyConv.com__IgnaSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Igna Sans Light;
  src: url('../fonts/IgnaSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Igna Sans Black;
  src: url('../fonts/AnyConv.com__IgnaSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Igna Sans Bold;
  src: url('../fonts/AnyConv.com__IgnaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* === Countdown top bar === */
:root {
  --topbar-height: 44px;            /* altura da barra */
  --topbar-bg: linear-gradient(90deg, #ED8303, #00DAAB);            /* fundo */
  --topbar-fg: #fff;             /* texto */
  --topbar-z: 99999;                /* z-index alto */
}

/* Barra fixa acima do header */
.top-countdown-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--topbar-height);
  background: var(--topbar-bg);
  color: var(--topbar-fg);
  z-index: var(--topbar-z);
  display: flex;
  align-items: center;
}

/* Conteúdo centralizado */
.top-countdown-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center; /* centraliza texto + timer */
  text-align: center;
  line-height: 1.2;
}

.top-countdown-text {
  font-weight: 600;
  font-size: 17px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  text-transform: uppercase;
}

.top-countdown-timer {
  font-weight: 800;
 font-family: Igna Sans Medium, Arial, sans-serif;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 17px;
}

.t-part {
  display: inline-block;
  min-width: 2ch;
}

.t-label {
  opacity: 0.85;
  margin-right: 2px;
}

.t-sep {
  opacity: 0.75;
  margin: 0 6px;
}


@media (max-width: 520px) {
  :root { --topbar-height: 60px; }
  .top-countdown-bar {
  position: fixed;

  display: block;
  align-items: center;
  }
}

/* Mobile: quebra bonitinho */
@media (max-width: 520px) {
  :root { --topbar-height: 60px; }
  .top-countdown-inner {
    gap: 6px;
    flex-direction: column;
  }
}

/* =========================
   Sanfona PAI (Participação nos Eventos)
   ========================= */
.faq_parent{

  margin: 0 auto;
}

.faq_parent_header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  cursor: pointer;

  /* remove tudo */
  border: 0;
  border-radius: 0;

  /* deixa só a linha de baixo */
  border-bottom: 1px solid var(--branco);

  /* mantém o espaçamento */
  padding: 18px 0px;
}

.faq_parent_title{
  color: var(--branco);
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 35px; /* semelhante ao seu h2 .heading-2 */
  line-height: 1.15;
}

@media (max-width: 479px){
  .faq_parent_title{
    font-size: 23px;
    align-items: left;
  }
}

.faq_parent_icon{
  width: 22px;
  height: 22px;
  position: relative;
  flex: 0 0 22px;
}

.faq_parent_icon::before,
.faq_parent_icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width: 22px;
  height: 2px;
  background: var(--verde-summit);
  transform: translate(-50%, -50%);
  transition: opacity .25s ease, transform .25s ease;
}
.faq_parent_icon::after{
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_parent.is-open .faq_parent_icon::after{
  opacity: 0; /* vira "-" quando abre */
}

.faq_parent_body{
  overflow: hidden;
  transition: height .3s ease;
}

.faq_parent_inner{
  padding-top: 5px;
}

/* =========================
   Sanfonas FILHAS (perguntas)
   ========================= */
.faq_question{
  user-select: none;
}

.faq_icon{
  width: 18px;
  height: 18px;
  position: relative;
  flex: 0 0 18px;
}

.faq_icon::before,
.faq_icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width: 18px;
  height: 2px;
  background: var(--verde-summit);
  transform: translate(-50%, -50%);
  transition: opacity .2s ease, transform .2s ease;
}
.faq_icon::after{
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_item.is-open .faq_icon::after{
  opacity: 0;
}

.faq_answer{
  overflow: hidden;
  transition: height .25s ease;
}

.faq_parent_body,
.faq_answer{
  overflow: hidden;
  transition: height .25s ease;
  will-change: height; /* ajuda a suavizar */
}

@media (prefers-reduced-motion: reduce){
  .faq_parent_body,
  .faq_answer{ transition: none; }
}

/* Aproxima o "faq" do título da sanfona */
section.cinza.faq > .w-container > h4.heading.minititulo{
  margin-bottom: 5px;   /* ajuste aqui (ex: 4px, 6px, 10px) */
}

/* Remove o respiro de cima do primeiro item (título grande) */
section.cinza.faq > .w-container > .faq_parent:first-of-type{
  margin-top: 0;
}

/* (Opcional) se o botão tiver padding-top grande, reduz um pouco */
section.cinza.faq .faq_parent_header{
  padding-top: 12px;
  padding-bottom: 12px;
}

.cinza-summit{
  background-color: #000;
  padding-bottom: 7%;
}

:root {
  --cadet-blue: #219fa3;
  --medium-aquamarine: #5dc3a3;
  --verde-lançamento-baps: #b9fd50;
  --verde-baps: #00745b;
  --verde-summit: #00daab;
  --cinza-summit: #1a1a1a;
  --branco: white;
  --cinza-claro: #282828;
  --laranja-summit: #ed8303;
  --cinza-escuro: #111;
  --azul-summit: #002e74;
  --preto: black;
}

.w-layout-blockcontainer {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-6.caixa {
  display: block;
  border: 2px solid var(--verde-summit);
  margin-left: auto;
  margin-right: auto;
  align-content: center;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .top-countdown-bar {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
  }
  .top-countdown-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .wbs-navbar-center .wbs-container {
    margin-top: 56px;
  }
  .wbs-menu-button.w-nav-button {
    margin-top: 8px;
  }
}

body {
  color: #333;
  font-family: Exo, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  background-color: #000;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: .9em;
}

.c-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
}

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

.help {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.c-help-btn {
  text-align: right;
  padding: 10px;
}

._w-help-btn {
  background-color: #13131326;
  border: 1px solid #ffffff80;
  border-radius: 5000px;
  padding: 5px;
  box-shadow: 0 0 15px #13131326;
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

.b-help-btn {
  background-image: linear-gradient(45deg, var(--cadet-blue), var(--medium-aquamarine));
  border-radius: 5000px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.b-help-btn.open-menu {
  opacity: 0;
  display: none;
  position: absolute;
}

.b-help-btn.close-menu {
  position: relative;
}

.help-icon {
  z-index: 500;
  height: 25px;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.help-text {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-weight: 500;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.b-nav-dropdown {
  background-color: #ffffff26;
  border-radius: 500px;
  padding: 3px;
  transition: all .25s;
}

.c-nav-dropdown-link {
  color: #333;
  text-transform: none;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: .9em;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-faq {
  z-index: 99999;
  align-items: flex-start;
  width: 400px;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

._w-faq {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px #13131333;
}

.c-howto-header {
  padding-right: 40px;
}

.howto-header {
  color: var(--cadet-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.c-howto-divider {
  border-bottom: 1px dashed #eee;
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

._w-howto-close {
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  display: flex;
}

.c-magnetic-btn-link {
  z-index: 100;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.c-help-open-nav {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

._w-created {
  background-color: #333;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

._w-created:hover {
  padding-top: 15px;
}

.logo {
  height: 15px;
  margin-right: 5px;
}

.c-created-link {
  color: #fff;
  letter-spacing: .5px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.co-created {
  z-index: 99998;
  position: fixed;
  inset: 0% 10px auto auto;
  overflow: hidden;
}

.baps {
  background-color: #f1f1f1;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section.expand {
  height: auto;
  padding-bottom: 0;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}


.w-icon-nav-menu {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 32px !important;
  line-height: 1 !important;
  color: #fff !important;
  background: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 100%;
}


.wrapper {
  text-align: left;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.scroll-indicator {
  border: 2px none var(--verde-summit);
  background-color: var(--verde-baps);
  border-radius: 100px;
  width: 15px;
  height: 15px;
}

.scroll-line {
  background-color: var(--verde-baps);
  width: 100%;
  height: 3px;
}

.scroll-line.last {
  display: none;
}

.scroll-item-header {
  color: var(--cinza-summit);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
}

.scroll-item-header.preto {
  color: var(--cinza-summit);
}

.scroll-item-header.branco {
  color: #f1f1f1;
}

.scroll-details {
  color: var(--branco);
  margin-bottom: 0;
}

.timeline-header {
  color: #5f67ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

._2-col {
  align-items: center;
  display: flex;
}

._50col {
  width: 50%;
}

.header {
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  line-height: 1.2em;
}

.page-details {
  font-size: 1em;
  line-height: 1.4em;
}

.c-hero-img {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.hero-img {
  position: relative;
}

.subheader {
  color: #5f67ff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.smaller-subheader {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1em;
}

.steps-list {
  margin-bottom: 40px;
  list-style-type: decimal;
}

.step-item {
  margin-bottom: 10px;
}

.body {
  background-color: var(--cinza-summit);
}

.img-timeline {
  border-radius: 10px;
}

.img-timeline.grande {
  max-width: 190%;
}

.div-block-3 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.lynx-link-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: #fff;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-right: 8vw;
  display: flex;
}

.div-block.rodape {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: left;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  margin-right: 0;
}

.text-span-8 {
  font-weight: 700;
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.lynx-block-footer-down.centro {
  flex-flow: column;
  align-items: stretch;
  max-width: 100%;
}

.lynx-footer-dark {
  background-color: var(--cinza-claro);
  color: #282828;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.lynx-link-footer-large-white-3 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white-3:hover {
  color: #1d1d1d;
}

.lynx-link-footer-large-white-3.sem-link {
  font-weight: 300;
}

.lynx-link-footer-large-white-3.sem-link:hover {
  color: #f4f4f4;
}

.icone-social, .icone-social:hover {
  max-width: 17px;
}

.image {
  vertical-align: baseline;
  max-width: 17px;
  display: block;
  overflow: clip;
}

.image:hover {
  max-width: 17px;
}

.lynx-heading-footer-white-2 {
  color: var(--branco);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.lynx-heading-footer-white-2.descri-o {
  opacity: .7;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-weight: 300;
}

.a-footer-logo {
  max-width: none;
  height: 70px;
}

.lynx-link-footer-large-white-2 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white-2:hover {
  color: var(--laranja-summit);
}

.lynx-text-footer-dark {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-text-footer-dark.pequeno {
  font-size: 9px;
}

.lynx-grid-footer-dark-2 {
  grid-column-gap: 86px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1.5fr;
  place-items: start stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.text-span-9 {
  color: var(--verde-summit);
}

.lynx-block-footer-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lynx-block-footer-2.logo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.lynx-block-footer-2.rodape {
  flex-flow: column;
}

.lynx-button {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #85328e;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: #47d6e8;
}

.lynx-button.interno {
  color: #fff;
  text-align: center;
  background-color: #04745b;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 15px;
}

.lynx-button.interno:hover {
  color: #fff;
  background-color: #7dccba;
}

.lynx-button.interno.vazado {
  border: 2px solid var(--verde-lançamento-baps);
  color: var(--verde-lançamento-baps);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  margin-top: 0;
  padding: 8px 40px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}

.lynx-button.interno.vazado:hover {
  border: 2px solid var(--verde-lançamento-baps);
  background-color: var(--verde-lançamento-baps);
  color: var(--cinza-escuro);
}

.lynx-button.interno.preto {
  border: 2px solid var(--verde-summit);
  background-color: var(--verde-summit);
  letter-spacing: 0;
  border-radius: 8px;
  margin-top: 20px;
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--cinza-summit);
}

.lynx-button.interno.preto:hover {
  border: 2px solid var(--verde-summit);
  background-color: var(--cinza-summit);
  color: var(--branco);
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.lynx-button.interno.laranja {
  background-color: var(--verde-lançamento-baps);
  color: var(--cinza-escuro);
  border-radius: 8px;
  margin-top: 10px;
}

.lynx-button.interno.laranja.centro {
  border-style: solid;
  border-width: 2px 2px 3px;
  border-color: var(--laranja-summit);
  background-color: var(--laranja-summit);
  color: var(--branco);
  letter-spacing: 0;
  border-radius: 8px;
  padding: 8px 40px;
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.lynx-button.interno.laranja.centro:hover {
  pointer-events: auto;
  color: var(--branco);
  background-color: #0000;
  border-bottom-width: 3px;
}

.lynx-button.interno.laranja.centro.w--current {
  border-color: var(--laranja-summit);
  background-color: var(--laranja-summit);
  color: var(--branco);
}

.lynx-button.interno.laranja.centro.fundoclaro:hover {
  color: var(--laranja-summit);
}

.lynx-button.interno.centro.verde.w--current {
  padding: 8px 40px;
}

.lynx-button.interno.centro.laranja.verde {
  border-color: var(--verde-summit);
  background-color: var(--verde-summit);
}

.lynx-button.interno.centro.laranja.verde:hover {
  background-color: var(--cinza-summit);
  color: var(--branco);
}

.lynx-button.interno.centro.laranja.verde.w--current {
  border-color: var(--verde-summit);
  background-color: var(--verde-summit);
}

.lynx-button.interno.vazado {
  color: #b9fd50;
  text-align: center;
  background-color: #0000;
  border: 2px solid #b9fd50;
  border-radius: 8px;
  margin-top: 0;
  padding: 8px 40px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}

.lynx-button.interno.vazado:hover {
  color: #111;
  background-color: #b9fd50;
  border: 2px solid #b9fd50;
}

.lynx-button.interno.vazado.summit {
  border-width: 3px;
  border-color: var(--verde-summit);
  color: var(--branco);
  -webkit-text-stroke-color: var(--verde-summit);
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.lynx-button.interno.vazado.summit:hover {
  background-color: var(--verde-summit);
  color: var(--cinza-summit);
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.lynx-button.interno.vazado.summit.hospedagem {
  border-color: var(--azul-summit);
  color: var(--azul-summit);
  margin-top: 6%;
}

.lynx-button.interno.vazado.summit.hospedagem:hover {
  background-color: var(--azul-summit);
  color: var(--branco);
}

.lynx-button.interno.verde {
  color: #111;
  background-color: #b9fd50;
  border-radius: 8px;
  margin-top: 10px;
}

.lynx-button.interno.verde.centro {
  color: #111;
  letter-spacing: 0;
  background-color: #b9fd50;
  border: 2px solid #b9fd50;
  border-radius: 8px;
  padding: 8px 40px;
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.lynx-button.interno.verde.centro:hover {
  pointer-events: auto;
  color: #b9fd50;
  background-color: #0000;
}

.container-2 {
  text-align: center;
  max-width: 100%;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  position: static;
}

.container-2.hero {
  padding-top: 20px;
  padding-bottom: 100px;
}

.container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.container-4 {
  max-width: 30%;
}

.container-4.icone-abaps {
  display: none;
}

.container-5 {
  max-width: 100%;
}

.heading {
  color: var(--verde-summit);
  text-transform: uppercase;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.heading.minititulo.esquerda {
  color: var(--verde-baps);
}

.heading.minititulo.esquerda.menor {
  font-size: 13px;
}

.heading.minititulo.centro {
  text-align: center;
}

.heading-2 {
  color: var(--branco);
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.heading-2.titulo {
    display: block;
  }

  .heading-2.titulo.mobile {
    display: none;
  }

.heading-2.esquerda {
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.heading-2.esquerda.eventos {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 35px;
}

.heading-2.esquerda.verde {
  color: var(--verde-baps);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.heading-2.esquerda.preto {
  color: var(--cinza-summit);
}

.heading-2.centro {
  text-align: center;
}

.heading-2.centro.preto {
  color: var(--cinza-escuro);
  text-transform: uppercase;
  font-size: 35px;
}

.heading-2.centro.inicio {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}

.heading-2.politicas {
  font-size: 30px;
}

.paragraph {
  color: var(--branco);
  margin-bottom: 0;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.paragraph.preto {
  color: var(--preto);
  font-size: 16px;
  line-height: 1.3em;
}

.paragraph.preto.participacao {
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph.preto.participacao.menor {
  padding-bottom: 0%;
  font-size: 13px;
  line-height: 1.2em;
}

.paragraph.participacao.branco {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0%;
  font-size: 13px;
  line-height: 1.2em;
}

.paragraph.data {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
  line-height: 0;
  display: block;
}

.paragraph.branco {
  color: var(--branco);
  font-size: 16px;
  line-height: 1.3em;
}

.text-span-10, .text-span-11, .text-span-12 {
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.section-2 {
  padding-top: 70px;
}

.cinza {
  background-color: var(--cinza-claro);
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.cinza.faq {
  padding-bottom: 150px;
  background-color: var(--preto);
}

.cinza.faq.geral {
  background-color: var(--preto);
  padding-top: 5%;
  padding-bottom: 5%;
}

@media screen and (max-width: 479px){
  .cinza.faq.geral {
    background-color: var(--preto);
    padding-top: 10px;
    padding-bottom: 20px;
  }

}

.c-scrolling-item {
  flex: none;
  width: 10%;
}



.container-6 {
  .wbs-menu-button.w-nav-button {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    padding: 0;
  }
  .w-icon-nav-menu {
    margin: 0 auto;
    display: block;
    font-size: 32px;
    line-height: 1;
  }
  text-align: center;
  border-radius: 10px;
  max-width: 70%;
  margin-top: -138px;
  margin-bottom: 0;
  padding: 30px;
}

.container-6:hover {
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

.heading-3 {
  color: var(--branco);
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.box {
  color: var(--branco);
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3em;
}

.heading-3.branco {
  color: var(--branco);
  text-align: left;
  width: auto;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

.heading-3.branco.regra {
  width: auto;
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.heading-3.verde {
  color: var(--verde-lançamento-baps);
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

.heading-4 {
  margin-top: 30px;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-weight: 300;
}

.heading-4.centro {
  color: var(--branco);
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.heading-4.centro.hero {
  width: 100%;
  margin-top: 0;
}

.heading-4.centro.menor {
  margin-top: 10px;
  font-size: 13px;
}

.faq_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  max-width: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.icon-faq {
  width: 30px;
}

.faq_item {
  border: 1px solid var(--branco);
  background-color: #0000;
  border-radius: 10px;
  flex-flow: column;
  transition: border-color .3s;
  display: flex;
}

.faq_item:hover {
  border-color: var(--verde-summit);
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-color-white.text-weight-medium {
  color: var(--branco);
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.faq_answer-wrap {
  padding-bottom: 15px;
}

.faq_answer {
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-color-lightgray {
  color: var(--branco);
  margin-bottom: 0;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
}

.text-size-regular.text-color-lightgray.preto {
  color: var(--cinza-escuro);
  line-height: 1.3em;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 24px;
  display: flex;
}

.link, .link-2 {
  color: var(--verde-summit);
}

.text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28 {
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.text-span-29 {
  color: var(--verde-summit);
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.text-span-30, .text-span-31 {
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.link-3, .link-4, .link-5 {
  color: var(--verde-summit);
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.faixa-verde {
  background-color: var(--verde-lançamento-baps);
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.passos {
  color: var(--branco);
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  display: block;
}

.titulo-passo {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-4 {
  background-color: var(--verde-lançamento-baps);
  align-self: center;
  width: 75%;
  height: 1px;
}

.div-block-4._100 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.passo-a-passo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.passo-a-passo._3 {
  padding-bottom: 10px;
}

.container-7 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  padding-bottom: 50px;
  display: block;
}

.passo-3 {
  border-left: 1px solid var(--verde-lançamento-baps);
  margin-bottom: 25px;
  margin-left: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.text-span-32 {
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

.container-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.container-9 {
  max-width: 45%;
}

.container-10 {
  max-width: 55%;
  display: flex;
}

.text-span-33 {
  color: var(--verde-lançamento-baps);
}

.box-verde-regra {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--verde-summit);
  background-color: var(--verde-summit);
  border-radius: 8px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px;
  display: flex;
}

.box-verde-regra.vazado {
  background-color: #0000;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.heading-5 {
  color: var(--verde-lançamento-baps);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.heading-5.preto {
  color: var(--cinza-escuro);
}

.text-span-34, .text-span-35 {
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.divisor-vertical {
  background-color: var(--verde-lançamento-baps);
  width: 1px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image-2, .image-3 {
  max-width: 100px;
}

.container-11 {
  text-align: center;
  max-width: 100%;
  margin-bottom: 40px;
  padding-top: 20px;
}

.image-4 {
  width: auto;
  max-width: 100%;
}

.text-span-36 {
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.desc-evento {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 75%;
  max-width: none;
  margin-left: 30px;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.img-evento {
  align-self: center;
  width: 25%;
  max-width: none;
  margin-left: 0;
  margin-right: 30px;
  padding-right: 0;
}

.apresentacao-evento {
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  padding: 0% 0% 4%;
  display: flex;
}

.apresentacao-evento.cinza {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  padding: 5% 0% 4%;
}

.participacao {
  padding-bottom: 3%;
}

.participacao.cinza {
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 0%;
}

.container-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-12.participacao {
  margin-top: 20px;
}

.box-verde {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--verde-summit);
  background-color: var(--verde-summit);
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.box-verde.vazado {
  background-color: transparent;
  width: 100% !important;
  border: 2px solid var(--verde-summit);
}

.box-verde.vazado._4-colunas {
  align-self: stretch;
}

.box-verde.vazado._3-colunas {
  width: 33.3%;
}

.box-verde._4-colunas {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 25%;
  padding: 15px;
}

.box-verde._3-colunas {
  width: 33.3%;
}

.heading-6 {
  color: var(--cinza-escuro);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.heading-6.verde {
  color: var(--verde-summit);
  font-size: 17px;
  line-height: 23px;
}

.heading-6.branco {
  color: var(--branco);
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  max-width: 20px;
}

.check {
  width: 20px;
}

._3-colunas {
  align-self: stretch;
  width: 33.3%;
  padding: 10px 0;
}

._3-colunas.meio {
  border-right: 1px solid var(--verde-lançamento-baps);
  border-left: 1px solid var(--verde-lançamento-baps);
  padding-left: 20px;
  padding-right: 20px;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.section-3 {
  padding-bottom: 0%;
}

.section-3.cinza {
  padding-top: 0%;
  padding-bottom: 3%;
}

.section-3.preto {
  padding: 5% 10%;
}

.text-span-37, .text-span-38, .text-span-39 {
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

._4-colunas {
  width: 25%;
}

._4-colunas.meio {
  border-right: 1px solid var(--verde-lançamento-baps);
  border-left: 1px solid var(--verde-lançamento-baps);
  padding-left: 20px;
  padding-right: 20px;
}

._4-colunas.meio.direita {
  border-left-style: none;
  padding-left: 0;
}

._4-colunas.dir {
  align-self: stretch;
}

._2-colunas {
  padding-right: 10px;
}

._2-colunas.esquerda {
  border-left: 1px solid var(--verde-lançamento-baps);
  border-left: 1px solid var(--verde-summit);
  padding-left: 30px;
  padding-right: 0;
}

.section-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 3% 10% 7%;
  display: flex;
  background-color: var(--cinza-summit);
}

.section-4.termo{
  background-color: black;
  width: 100%;
}

.paragraph.termo{
  font-size: 17px;
}

.paragraph-2 {
  color: var(--branco);
  text-align: center;
  margin-top: 10px;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  margin-left: -25%;
  position: static;
}

.div-block-7 {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  border: 1px solid var(--branco);
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding: 15px 10px;
  display: inline-flex;
  position: relative;
  overflow: clip;
}

.image-7 {
  flex: 0 auto;
  order: 0;
  display: block;
  position: relative;
}

.container-13 {
  align-self: center;
  max-width: 30%;
  margin-top: 0;
  display: block;
}

.container-13.termos {
  max-width: 100%;
}

.section-5 {
  background-image: radial-gradient(circle at 50% -10%, #00daabd4, #0000 61%), linear-gradient(#1a1a1a4d 16%, #1a1a1a);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding: 0%;
  display: block;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section {
  z-index: 99;
  background-image: none;
  border: 1px #000;
  border-bottom-color: #fff;
  margin-bottom: -150px;
  margin-left: auto;
  margin-right: auto;
  padding: 1vh 10%;
  position: sticky !important;
  inset: 0 0% auto;

  /* força sticky sempre */
.wbs-section{
  position: sticky !important;
  top: 0 !important;
}
}

.wbs-section.verde {
  border-style: none none solid;
  border-color: var(--cinza-claro);
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;

}

.wbs-section.preto {
  background-color: var(--cinza-escuro);
  margin-bottom: 0;
}

.wbs-menu-button {
  background-color: #f7f7f7;
  border-radius: 10px;
  display: none;
}

.wbs-menu-button.w--open {
  background-color: #08b54f;
}

.wbs-button-primary-4 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 5px 20px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: background-color .3s ease-in-out;
}

.wbs-button-primary-4:hover {
  color: #04745b;
  background-color: #fff;
}

.wbs-button-primary-4.mobile-only {
  display: none;
}

.wbs-nav-link {
  color: #fff;
  padding: 15px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
}

.wbs-nav-link:hover {
  border-bottom: 1px solid var(--branco);
}

.wbs-nav-link.w--current {
  color: #fff;
  font-family: Igna Sans Medium, Arial, sans-serif;
}

.wbs-nav-link.mobile {
  display: none;
}

.wbs-nav-center-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.wbs-navbar-center {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wbs-navbar-center.termo-nav{
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wbs-logo {
  max-width: 100%;
  height: 50px;
}

.wbs-nav-center-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 4%;
}

.wbs-nav-center-wrap.nav-termos{
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wbs-nav-center-menu {
  display: block;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
}

.nav-dropdown-toggle {
  z-index: 9999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  letter-spacing: .25px;
  padding: 15px 20px 15px 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--branco);
  margin-left: 10px;
  margin-right: 0;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border: 1px solid var(--cinza-claro);
  background-color: var(--cinza-escuro);
  border-radius: 8px;
  position: absolute;
  top: 64px;
}

.nav-dropdown-link {
  color: var(--branco);
  margin-bottom: 10px;
  padding: 5px 0;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 16px;
}

.nav-dropdown-link:hover {
  color: var(--verde-lançamento-baps);
}

.nav-dropdown-link:active {
  color: var(--branco);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--branco);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--verde-lançamento-baps);
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block {
  color: var(--branco);
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 16px;
}

.text-span-40 {
  color: var(--verde-lançamento-baps);
}

.container-15 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 18%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.youtube {
  border-radius: 15px;
  width: auto;
  height: auto;
  margin-top: 20px;
  position: static;
  overflow: visible;
}

.text-span-41 {
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.div-block-15 {
  width: 400px;
  height: 33vh;
}

.video {
  border: 1px solid var(--cinza-claro);
  border-radius: 15px;
}

.nav-icon-l {
  padding: 5px;
}

.text-block-6 {
  color: var(--branco);
  font-size: 16px;
}

.nav-dropdown-2 {
  height: 100%;
  position: static;
}

.icon-small-2 {
  color: #dd4124;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  display: flex;
  transform: rotate(-90deg);
}

.nav-link-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e1e1e;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-s:hover {
  color: #dd4124;
}

.nav-toggle-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #eee;
  letter-spacing: -.02em;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle-2:hover {
  color: #dd4124;
  -webkit-text-stroke-color: #dd4124;
  background-color: #0000;
  font-size: 17px;
  font-weight: 400;
}

.nav-toggle-2.w--open {
  color: #dd4124;
  background-color: #1e1e1e;
}

.nav-dropdown-base-a {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid var(--cinza-claro);
  background-color: var(--cinza-escuro);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 24px;
  display: inline-block;
  position: relative;
  top: 64px;
}

.nav-dropdown-base-a.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.nav-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.nav-link-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.nav-link-text:hover {
  color: #dd4124;
}

.link-block-2 {
  color: #eee;
  object-fit: fill;
  background-color: #0000;
  border-radius: 32px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: Igna Sans Medium, Arial, sans-serif;
  text-decoration: none;
  display: flex;
  position: static;
}

.link-block-2:hover {
  color: #dd4124;
  background-color: #0000;
}

.nav-list-dropdown {
  z-index: 999;
}

.nav-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.image-8 {
  width: 20px;
  height: 20px;
}

.heading-7 {
  display: none;
}

.text-span-42 {
  color: var(--verde-lançamento-baps);
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59 {
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.link-sites {
  color: var(--verde-summit);
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.section-6 {
  text-align: center;
  background-image: linear-gradient(90deg, #ed8303, #00daab);
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.container-16 {
  max-width: 95%;
}

.fixo {
  background-image: linear-gradient(90deg, #000, #fff);
  height: 50px;
}

.background-video {
  width: 100%;
  height: auto;
  padding-bottom: 5%;
}

.bold-text {
  color: var(--verde-summit);
}

.image-9 {
  max-width: 30%;
  padding-bottom: 3%;
}

.youtube-2 {
  width: 100%;
}

.image-10 {
  vertical-align: baseline;
  margin-top: -52%;
  margin-left: -25%;
  display: block;
}

.container-17 {
  max-width: 70%;
}

.marquee-horizontal {
  z-index: auto;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 0%;
  margin-bottom: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: var(--branco);
  letter-spacing: 0;
  text-transform: none;
  flex: none;
  margin-right: 1vw;
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-right: 8vw;
  display: flex;
}

.image-11 {
  vertical-align: baseline;
  max-width: 17px;
  display: block;
  overflow: clip;
}

.image-11:hover {
  max-width: 17px;
}

.section-8 {
  background-image: linear-gradient(90deg, var(--azul-summit), var(--laranja-summit));
  justify-content: space-around;
  align-items: flex-start;
  padding: 2% 10% 1%;
  display: block;
}

.section-8.hospedagem {
  background-image: linear-gradient(90deg, var(--verde-baps), var(--verde-summit) 78%);
  text-align: right;
  flex-flow: row;
  max-width: 100%;
  display: flex;
}

.image-12 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  max-width: 22%;
  margin-top: -18%;
  margin-bottom: -5%;
  margin-left: 80%;
  padding-left: 0%;
  display: block;
  position: relative;
  inset: 23% 0% 0% auto;
  overflow: clip;
}

.image-12.mobile{
display: none;

}
.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-family: Igna Sans Bold, Arial, sans-serif;
}

.palestrantes {
  background-color: #e0dddd;
  background-image: url('../images/mapa-branco.svg');
  background-position: 50% 0;
  background-size: cover;
  overflow-x: visible;
  width: 100%;
  box-sizing: border-box;
}

.slider {
  background-color: #0000;
  height: 100%;
  padding: 0;
  overflow: visible;
}

.mask {
  width: 100%;
  height: 100%;
  padding-left: 2%;
  overflow: hidden;
}

.div-put {
  border: 3px none var(--azul-summit);
  border-radius: 15px;
  width: 100%;
  height: 96%;
  padding: 10px;
  display: flex;
}

.slider-hearing {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.section-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.icon-2 {
  color: #2c2c6a;
}

.slider-image-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 55%;
}

.slider-image-container.jonatas {
  background-image: url('../images/jonatas-pinheiro.jpeg');
  background-position: 70% 5%;
  background-size: 130%;
  border-radius: 15px;
  width: 100%;
  height: 50%;
}

.slider-image-container.alessandra {
  background-image: url('../images/Foto---Alessandra-Andrade---.jpeg');
  background-position: 50% 15%;
  background-size: cover;
  border-radius: 15px;
  height: 50%;
}

.paragraph-3 {
  color: #000;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.slider-text-container {
  width: 100%;
}

.button {
  color: #06519c;
  background-color: #0000;
  border: 3px solid #2d77ba;
  font-size: 20px;
  font-weight: 700;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: none;
  bottom: -60px;
}

.container-18 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.blue {
  flex: none;
  width: 100%;
  height: 100%;
  margin-right: 25px;
}

.arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  width: 64px;
  height: 64px;
  transition: all .7s;
  inset: -15% 0% auto auto;
}

.arrow:hover {
  border-color: #ff00a1;
  width: 64px;
}

.arrow.l {
  right: 8%;
}

.arrow.l:hover {
  width: 64px;
}

.slide {
  border: 3px solid var(--azul-summit);
  border-radius: 15px;
  width: 18%;
  height: 280px;
  margin-right: 15px;
}

.slide:hover {
  border-color: var(--azul-summit);
}

.image-13 {
  max-width: 30px;
}

.div-block-17 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.div-block-18 {
  object-fit: fill;
  display: flex;
  position: fixed;
}

.modal-wrapper {
  z-index: 99999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.foto-palestrante {
  background-image: url('../images/jonatas-pinheiro.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 250px;
  max-width: none;
  height: 400px;
  overflow: hidden;
}

.foto-palestrante.jonatas {
  background-position: 58% 5%;
  background-size: 220%;
}

.bio {
  background-color: var(--branco);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 500px;
  max-width: none;
  height: 400px;
  padding: 15px 25px 25px;
  display: flex;
  overflow: hidden;
}

.image-14 {
  max-width: 30%;
}

.bandeira-bio {
  max-width: 10%;
  margin-bottom: -20px;
  margin-left: -5px;
  padding-left: 0;
}

.heading-8 {
  color: var(--preto);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

.heading-9 {
  color: var(--preto);
  margin-bottom: 5px;
  font-family: Igna Sans Bold, Arial, sans-serif;
}

.image-15 {
  opacity: .7;
}

.image-15:hover {
  opacity: 100;
}

.image-16 {
  align-self: flex-end;
  width: 23px;
  max-width: none;
  margin-top: 5px;
  position: absolute;
  left: auto;
}

.cronograma {
  background-color: #1a1a1a;
  background-image: linear-gradient(#1a1a1a66, #1a1a1a66), url('/summit-turismo-saude-2026/images/simbolo-summit-cinza.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 70%;
  padding-top: 5%;
  padding-bottom: 10%;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.heading-10 {
  color: #111;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Igna Sans Black, Arial, sans-serif;
  font-size: 30px;
}

.heading-10.branco {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

.heading-11 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.heading-11.verde {
  color: var(--verde-summit);
  font-size: 20px;
  line-height: 23px;
}

.paragraph-4 {
  color: #fff;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-20 {
  background-color: #b9fd50;
  align-self: center;
  width: 75%;
  height: 1px;
}

.div-block-20._100 {
  background-color: var(--verde-summit);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.container-20 {
  text-align: center;
  max-width: 100%;
  padding-top: 40px;
  display: none;
}

.participantes {
  background-image: linear-gradient(#f1f1f1, #fff);
  max-width: 100%;
  padding-top: 3%;
  padding-bottom: 7%;
}

.quem {
  width: 60px ;

}


.container-21 {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5%;
  padding-right: 0%;
  display: flex;
}

.div-block-21 {
  border-top: 3px solid var(--verde-summit);
  border-right: 3px solid var(--verde-summit);
  border-bottom: 3px solid var(--verde-summit);
  border-radius: 0 100px 100px 0;
  flex: 0 auto;
  order: 0;
  align-self: center;
  max-width: 35%;
  padding: 10px 20px 10px 10%;
}

.div-block-22 {
  text-align: right;
  flex: 1;
  max-width: 65%;
}

.div-block-22.mobile {
  display: none;
}

.image-17 {
  margin-top: -120px;
  margin-bottom: -50px;
  padding-bottom: 0;
  position: static;
  top: -5%;
}

.quem-pode {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.container-23 {
  text-align: center;
  max-width: 100%;
  padding-top: 40px;
}

.section-11 {
  background-color: #fff;
}

.div-block-23 {
  max-width: 25%;
}

.div-block-24 {
  flex: 1;
  max-width: 80%;
  margin-left: 5%;
  padding-top: 5%;
  padding-left: 0%;
  padding-right: 10%;
}

.div-block-25 {
  text-align: left;
  max-width: 80%;
  margin-left: 13%;
}

.div-block-26 {
  max-width: 20%;
}

.mala {
  margin-top: -111px;
}

.section-12.centro {
  padding: 5% 10%;
  padding-bottom: 2%;
}

.container-24 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5%;
  margin-bottom: 7%;
  display: flex;
}

.container-24.apoio.mobile, .container-24.mobile {
  display: none;
}

.container-apoiadores{
display: none;
}

.div-block-27 {
  flex-flow: row;
  max-width: 15%;
  display: block;
}

.div-block-27.apoio {
  flex-flow: row;
  max-width: 10%;
  display: block;
}


.container-25 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  margin: 60px 0 0;
  padding-bottom: 70px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: static;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 45%;
  display: flex;
}

.div-block-28.meio {
  max-width: 50%;
  margin-left: 20px;
  margin-right: 20px;
}

.image-18 {
  max-width: 20%;
}

.image-18.diretoria {
  border-radius: 100px;
  max-width: 25%;
}

.image-18.diretoria.icaro {
  max-width: 28%;
}

.diretoria-nome {
  color: #04745b;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.lynx-paragraph {
  color: #404040;
  max-width: none;
  margin-bottom: 0;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.lynx-paragraph.branco {
  color: #404040;
  margin-bottom: 0;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3em;
}

.link-block-3, .link-block-4 {
  display: block;
}

.text-span-61 {
  font-family: Igna Sans Medium, Arial, sans-serif;
}

.div-block-29 {
  max-width: none;
}

.div-block-32 {
  max-width: 100%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .baps {
    background-color: #f1f1f1;
  }

  .scroll-indicator {
    border-color: var(--verde-baps);
    background-color: var(--verde-baps);
  }

  .scroll-indicator.soon {
    background-color: var(--verde-summit);
  }

  .scroll-line {
    background-color: var(--verde-baps);
  }

  .scroll-line.soon {
    background-color: var(--verde-summit);
  }

  .scroll-item-header {
    color: var(--cinza-summit);
  }

  .scroll-item-header.branco {
    color: #f1f1f1;
  }

  .body {
    background-color: var(--preto);
  }

  .image:hover {
    opacity: .8;
  }

  .lynx-grid-footer-dark-2 {
    grid-column-gap: 60px;
    grid-template-columns: .75fr 1fr 1fr;
  }

  .lynx-block-footer-2 {
    align-items: center;
  }

  .lynx-block-footer-2.rodape {
    justify-content: center;
    align-items: flex-start;
  }

  .container-2.hero {
    padding-bottom: 100px;
  }

  .container-4 {
    display: none;
  }

  .container-5 {
    max-width: 100%;
  }

  .heading.minititulo.esquerda {
    color: var(--verde-baps);
  }

  .heading-2.esquerda {
    color: var(--cinza-summit);
  }

  .heading-2.centro.inicio {
    font-family: Igna Sans Bold, Arial, sans-serif;
    font-weight: 700;
  }

  .paragraph {
    color: var(--branco);
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph.branco {
    font-size: 18px;
    line-height: 1.3em;
  }

  .desc-evento {
    padding-left: 20px;
  }

  .section-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .container-13 {
    margin-top: 0;
    width: 100%;
  }

  .container-15 {
    margin-top: 12%;
  }

  .div-block-15 {
    width: 500px;
    height: 32vh;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .text-block-6.w--current {
    font-size: 20px;
    font-weight: 400;
  }

  .background-video {
    padding-bottom: 0%;
  }

  .image-9 {
    max-width: 28%;
  }

  .section-7 {
    padding-top: 3%;
    background-color: var(--cinza-summit);
  }

  .section-8.hospedagem {
    justify-content: flex-start;
    align-items: center;
    padding-left: 30%;
    display: block;
  }

  .image-12 {
    max-width: 25%;
    margin-top: -18%;
    margin-bottom: -8%;
    top: 50%;
  }

  .palestrantes {
    background-color: #e0dddd;
    background-image: url('../images/mapa-branco.svg');
    background-position: 50% 0;
    background-size: cover;
    margin-top: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    overflow-x: visible;
  }

  .mask {
    width: 100%;
    padding-left: 0%;
    overflow: clip;
  }

  .div-put {
    height: 100%;
  }

  .slider-hearing {
    font-size: 15px;
  }

  .section-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-image-container.jonatas {
    height: 50%;
  }

  .slider-image-container.alessandra {
    width: 100%;
    height: 50%;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .slider-text-container {
    height: 50%;
  }

  .container-18 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .arrow {
    z-index: 999;
    margin: auto;
    inset: 0% 15% 0 0%;
    overflow: visible;
  }

  .arrow.l {
    z-index: 999;
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: absolute;
    inset: 0% 95% 0 0;
  }

  .slide {
    border: 3px solid var(--azul-summit);
    border-radius: 20px;
    width: 6%;
    height: 400px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-13 {
    max-width: 35px;
  }

  .cronograma {
    padding-bottom: 7%;
  }

  .paragraph-4 {
    font-size: 17px;
  }

  .participantes {
    padding-top: 0%;
    padding-bottom: 7%;
  }

  .container-21 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-21.hospedagem {
    padding-left: 5%;
    padding-right: 10%;
  }

  .div-block-21 {
    max-width: 30%;
    padding-right: 20px;
  }

  .div-block-22 {
    text-align: right;
    max-width: 70%;
  }

  .image-17 {
    margin-top: -120px;
  }

  .div-block-23 {
    max-width: 25%;
  }

  .div-block-24 {
    max-width: 75%;
    margin-left: 5%;
    padding-right: 0%;
  }

  .div-block-25 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mala {
    margin-top: -190px;
  }

  .section-12 {
    max-width: 100%;
    padding: 5% 10%;
  }

  .section-12.centro {
    text-align: center;
  }

  .text-span-60 {
    color: var(--verde-summit);
  }

  .container-24 {
    max-width: 100%;
    display: flex;
  }

  .div-block-27 {
    max-width: 17%;
  }
  
}

@media screen and (min-width: 1440px) {
  .lynx-link-footer-dark {
    font-size: 13px;
  }

  .div-block.rodape {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image {
    max-width: 20px;
  }

  .image:hover {
    opacity: .8;
    max-width: 20px;
  }

  .lynx-heading-footer-white-2 {
    font-size: 16px;
  }

  .a-footer-logo {
    height: 80px;
  }

  .lynx-link-footer-large-white-2 {
    font-size: 15px;
  }

  .lynx-text-footer-dark {
    font-size: 13px;
  }

  .lynx-text-footer-dark.pequeno {
    font-size: 11px;
  }

  .paragraph.preto {
    font-size: 17px;
  }

  .div-block-15 {
    width: 500px;
    height: 28vh;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .image-12 {
    top: 45%;
  }

  .palestrantes {
    padding-left: 0%;
  }

  .mask {
    padding-left: 3%;
  }

  .div-put {
    height: 35vh;
    padding: 15px;
  }

  .slider-hearing {
    font-family: Igna Sans Bold, Arial, sans-serif;
    font-size: 25px;
    line-height: 30px;
  }

  .slider-image-container {
    background-image: url('../images/jonatas-pinheiro.jpeg');
    background-size: cover;
  }

  .slider-image-container.jonatas {
    background-position: 60% 5%;
    background-size: 150%;
    border-radius: 20px;
    height: 50%;
  }

  .slider-image-container.alessandra {
    background-image: url('../images/Foto---Alessandra-Andrade---.jpeg');
    background-position: 50% 15%;
    border-radius: 20px;
    height: 50%;
  }

  .paragraph-3 {
    font-family: Igna Sans Light, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
  }

  .button {
    color: var(--azul-summit);
    font-family: Igna Sans Bold, Arial, sans-serif;
  }

  .container-18 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
  }

  .blue {
    height: auto;
    margin-right: 0;
  }

  .slide {
    margin-right: 25px;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
  }

  .slide:hover {
    border-color: var(--laranja-summit);
  }

  .image-13 {
    max-width: 50px;
    margin-left: -7px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .paragraph-4 {
    font-size: 17px;
  }

  .lynx-paragraph.branco {
    font-size: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper {
    max-width: 1500px;
  }

  .c-scroll-track {
    width: 200vh;
  }

  .lynx-link-footer-dark {
    font-size: 16px;
  }

  .lynx-link-footer-large-white-3 {
    font-size: 18px;
  }

  .lynx-link-footer-large-white-3.sem-link {
    font-size: 15px;
  }

  .icone-social, .image {
    max-width: 25px;
  }

  .image:hover {
    opacity: .67;
    max-width: 25px;
  }

  .lynx-heading-footer-white-2 {
    font-size: 20px;
  }

  .a-footer-logo {
    height: 90px;
  }

  .lynx-link-footer-large-white-2 {
    font-size: 20px;
  }

  .lynx-text-footer-dark {
    font-size: 16px;
  }

  .lynx-text-footer-dark.pequeno {
    font-size: 15px;
  }

  .lynx-button.interno.laranja.centro {
    padding: 20px 60px;
    font-size: 30px;
  }

  .lynx-button.interno.centro.laranja.verde {
    padding: 20px 60px 15px;
    font-size: 30px;
  }

  .lynx-button.interno.centro.laranja.verde:hover {
    color: var(--branco);
  }

  .lynx-button.interno.centro.laranja.verde.w--current {
    font-size: 35px;
  }

  .lynx-button.interno.vazado.summit {
    font-size: 30px;
    line-height: 1.5em;
  }

  .container-2.hero {
    padding-bottom: 200px;
  }

  .heading.minititulo.esquerda {
    font-size: 25px;
  }

  .heading-2 {
    font-size: 50px;
  }

  .heading-2.esquerda.verde {
    line-height: 50px;
  }

  .heading-2.esquerda.preto {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .paragraph {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph.preto, .paragraph.branco {
    font-size: 25px;
  }

  .container-8 {
    padding-right: 10%;
  }

  .check {
    width: 70px;
  }

  .div-block-7 {
    padding-bottom: 15px;
  }

  .container-13 {
    align-self: center;
    max-width: 100%;
  }

  .wbs-container {
    max-width: 1500px;
  }

  .wbs-nav-link {
    font-size: 23px;
  }

  .wbs-nav-link:hover {
    border-bottom: 1px solid var(--branco);
    text-decoration: none;
  }

  .wbs-logo {
    height: 100px;
  }

  .div-block-15 {
    width: 600px;
    height: 26vh;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .container-17 {
    max-width: 60%;
    height: 25vh;
  }

  .marquee-text {
    font-size: 60px;
  }

  .image-12 {
    top: 63%;
  }

  .bold-text-2, .bold-text-3 {
    font-family: Igna Sans Bold, Arial, sans-serif;
  }

  .div-block-19 {
    padding-right: 10%;
  }

  .heading-11.verde {
    font-size: 30px;
    line-height: 1.5em;
  }

  .paragraph-4 {
    font-size: 25px;
    line-height: 1.4em;
  }

  .div-block-21 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-18.diretoria {
    max-width: 30%;
  }

  .image-18.diretoria.icaro {
    max-width: 35%;
  }

  .diretoria-nome {
    font-size: 28px;
  }

  .lynx-paragraph {
    font-size: 18px;
  }

  .lynx-paragraph.branco {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .section.expand {
    height: auto;
    overflow: hidden;
    padding: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.sticky {
    position: relative;
    top: 0%;
    overflow: visible;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-col {
    display: block;
  }

  ._50col {
    width: 100%;
  }

  .c-hero-img {
    padding-left: 0;
    padding-right: 0;
  }

  .lynx-link-footer-large-white-3.sem-link, .lynx-link-footer-large-white-2 {
    text-align: center;
  }

  .lynx-button.interno.laranja.centro {
    border-color: var(--laranja-summit);
    background-color: var(--laranja-summit);
    color: var(--branco);
  }

  .heading-2.esquerda.verde {
    font-size: 35px;
  }

  .section-2 {
    padding-top: 50px;
  }

  .section-5 {
    background-image: radial-gradient(circle at 50% 0, #00daab99, #0000 46%), linear-gradient(#1a1a1a4d, #1a1a1a);
    flex-flow: column;
    padding-top: 0%;
    display: block;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-section.preto {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .wbs-menu-button {
    background-color: var(--verde-summit);
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

  .wbs-menu-button.w--open {
    background-color: var(--laranja-summit);
  }

  .wbs-nav-link {
    color: var(--cinza-summit);
    display: block;
  }

  .wbs-nav-link:hover {
    color: var(--laranja-summit);
  }

  .wbs-nav-link.mobile {
    display: block;
  }

  .wbs-nav-center-right {
    display: none;
  }

  .wbs-nav-center-menu {
    border: 1px solid var(--cinza-claro);
    background-color: var(--branco);
    text-align: left;
    border-radius: 10px;
    flex-flow: row;
    flex: 0 auto;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .container-14 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown {
    display: none;
  }

  .nav-dropdown-toggle.w--open {
    padding-bottom: 0;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-15 {
    margin-top: 20%;
    display: flex;
  }

  .icon {
    color: var(--branco);
  }

  .nav-dropdown-2 {
    width: 100%;
  }

  .nav-toggle-2 {
    color: #1e1e1e;
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
  }

  .nav-toggle-2:hover, .nav-toggle-2.w--open {
    background-color: #eee;
  }

  .nav-dropdown-base-a {
    box-shadow: none;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 5px 0 5px 20px;
    display: block;
  }

  .nav-dropdown-base-a.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .nav-link-text {
    font-weight: 300;
  }

  .link-block-2 {
    color: #000;
    width: auto;
    height: auto;
  }

  .nav-list-dropdown.w--open {
    max-width: none;
    padding: 0;
    position: relative;
    top: 8px;
  }

  .heading-7 {
    color: #ababab;
    text-align: left;
    padding-left: 20px;
    font-family: Igna Sans Bold, Arial, sans-serif;
    display: block;
  }

  .background-video {
    height: auto;
  }

  .image-9 {
    max-width: 30%;
    margin-bottom: 5%;
  }

  .marquee-horizontal {
    z-index: auto;
  }

  .image-12 {
    max-width: 20%;
  }

  .slider {
    padding-left: 0;
    padding-right: 0;
  }

  .mask {
    width: 100%;
  }

  .div-put {
    height: 300px;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow.l {
    right: 15%;
  }

  .slide {
    width: 18%;
  }

  .cronograma {
    padding-bottom: 15%;
  }

  .div-block-23 {
    max-width: 25%;
  }

  .div-block-24 {
    padding-top: 3%;
  }

  .div-block-25 {
    max-width: 80%;
    margin-left: 13%;
  }

  .mala {
    margin-top: -137px;
  }

  .section-12.centro {
    padding-top: 5%;
    padding-bottom: 3%;
  }

  .text-span-60 {
    color: var(--verde-summit);
  }

  .container-25 {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .c-faq {
    width: 100%;
  }

  .lynx-grid-footer-dark-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq_answer-wrap {
    padding-bottom: 1rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-link-text {
    font-weight: 300;
  }

  .mask {
    width: 75%;
  }

  .div-put {
    height: 550px;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
  
.container-apoiadores{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr ;
  gap: 16px;
}

  .div-block-27.apoio {
    max-width: 40%;
    margin-top: 0%;
    padding-left: 10px;
    display: block;
  }

.div-block-30{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 479px) {
  .section.expand {
    overflow: hidden;
  }

.speakerModal__bio {
  height: 130px;
}

  .container.sticky {
    overflow: auto;
  }

  .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .timeline-header {
    font-size: 2em;
  }

  .header {
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .subheader {
    font-size: 2em;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .lynx-link-footer-dark {
    text-align: center;
  }

  .lynx-block-footer-down.centro {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .icone-social, .image {
    max-width: 20px;
  }

  .lynx-grid-footer-dark-2 {
    grid-column-gap: 65px;
    grid-row-gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-span-9 {
    text-decoration: underline;
  }

  .lynx-block-footer-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .lynx-block-footer-2.logo {
    height: auto;
    display: flex;
  }

  .lynx-block-footer-2.rodape {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .lynx-button {
    text-align: center;
  }

  .lynx-button.interno.laranja {
    vertical-align: bottom;
    justify-content: center;
    align-items: flex-end;
    display: inline-block;
  }

  .lynx-button.interno.laranja.centro {
    font-size: 18px;
    line-height: 1.5em;
  }

  .lynx-button.interno.laranja.centro.fundoclaro, .lynx-button.interno.centro.laranja.verde {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-button.interno.vazado.summit.hospedagem {
    margin-top: 14%;
    font-size: 18px;
    line-height: 1.2em;
  }

  .lynx-button.interno.verde {
    vertical-align: bottom;
    justify-content: center;
    align-items: flex-end;
    display: inline-block;
  }

  .lynx-button.interno.verde.centro {
    font-size: 18px;
    line-height: 1.5em;
  }

  .container-2 {
    padding-top: 0;
  }

  .container-2.hero {
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-3 {
    flex-flow: column;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-4 {
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-5 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading.minititulo.esquerda.menor {
    line-height: 1em;
  }

  .heading-2 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.2em;
  }

  .heading-2.esquerda.eventos {
    font-size: 30px;
  }

  .heading-2.esquerda.verde {
    max-width: 100%;
  }

  .heading-2.centro.inicio {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.2em;
  }

  .heading-2.titulo {
    display: none;
  }

  .heading-2.titulo.mobile {
    font-size: 35px;
    display: block;
  }

  .paragraph.data {
    line-height: 1.2em;
  }

  .section-2 {
    padding-top: 0;
  }

  .cinza.faq.geral {
    padding-top: 40px;
  }

  .container-6 {
    max-width: 100%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .container-6.caixa {
  display: block;
  border: none;
  align-content: center;
}

  .heading-3.branco.regra {
    width: 100%;
    display: block;
  }

  .heading-4.centro {
    width: 100%;
  }

  .box {
  color: var(--branco);
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Igna Sans Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

  .faq_grid {
    padding-top: 20px;
  }

  .passos {
    font-size: 18px;
  }

  .titulo-passo, .container-7 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .passo-3 {
    padding-left: 20px;
  }

  .container-8.regras {
    flex-flow: column;
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .container-9 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    max-width: 100%;
  }

  .container-11 {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-4 {
    max-width: 60%;
  }

  .desc-evento {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .img-evento {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .apresentacao-evento, .apresentacao-evento.cinza {
    flex-flow: column;
  }

  .container-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: baseline;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .container-12.participacao {
    margin-top: 0;
  }

  .container-12.calendario {
    display: block;
  }

  .box-verde.vazado._4-colunas {
    height: auto;
  }

  .box-verde._4-colunas {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: inline-flex;
  }

  .heading-6, .heading-6.verde {
    font-size: 18px;
  }

  .heading-6.branco {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-around;
    display: block;
  }

  .heading-6.branco.turismo {
    font-size: 18px;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
  }

  ._3-colunas {
    width: 100%;
  }

  ._3-colunas.meio {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  ._4-colunas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
    display: inline-flex;
  }

  ._4-colunas.meio {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  ._4-colunas.esq {
    align-items: flex-start;
    width: 50%;
    padding-left: 10px;
    padding-right: 0;
  }

  ._4-colunas.dir {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
    height: auto;
    margin-top: 20px;
    display: inline-flex;
    overflow: visible;
  }

  ._2-colunas.esquerda {
    border: 1px #000;
    padding-left: 0;
  }

  .section-4 {
    flex-flow: column;
  }

  .section-4.termo{
  background-color: var(--cinza-summit);
}

  .image-6 {
    display: none;
  }

  .div-block-7 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-13 {
    max-width: 100%;
  }

  .section-5 {
    padding-top: 10%;
  }

  .div-block-14 {
    text-align: left;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 10px 20px;
    display: flex;
  }

  .wbs-section {
    margin-top: -44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wbs-section.verde {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 20px;
  }

  .wbs-section.preto {
    margin-top: 0;
  }

  .wbs-menu-button {
    background-color: var(--verde-summit);
    border-radius: 100px;
    display: block;
  }

  .wbs-menu-button.w--open {
    background-color: var(--laranja-summit);
    border-radius: 100px;
  }

  .wbs-button-primary-4.mobile-only {
    color: #fff;
    text-align: left;
    background-color: #04745b;
    border-color: #04745b;
    border-radius: 100px;
    align-self: auto;
    font-size: 18px;
    display: block;
  }

  .wbs-nav-link {
    color: var(--cinza-summit);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 500;
  }

  .wbs-nav-link:hover {
    text-decoration: none;
  }

  .wbs-nav-link.w--current {
    color: #04745b;
  }

  .wbs-nav-link.mobile {
    color: var(--branco);
    border-left: 1px solid #646464;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .wbs-nav-center-right {
    display: none;
  }

  .wbs-nav-center-menu {
    margin-top: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-14 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-dropdown {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .nav-dropdown:hover {
    color: var(--verde-lançamento-baps);
  }

  .nav-dropdown-toggle {
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-dropdown-toggle.w--open {
    flex: 1;
    align-self: auto;
  }

  .nav-dropdown-icon, .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    display: block;
  }

  .nav-dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .container-15 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-15 {
    width: 120%;
    height: 20vh;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .nav-dropdown-2 {
    height: auto;
  }

  .nav-dropdown-base-a {
    border-style: none none none solid;
    border-left-width: 2px;
    border-left-color: var(--cinza-claro);
    background-color: var(--cinza-escuro);
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0 5px 20px;
  }

  .nav-dropdown-base-a.w--open {
    padding: 14px;
  }

  .nav-link-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .nav-link-text {
    color: #1e1e1e;
    font-weight: 300;
  }

  .link-block-2 {
    color: var(--branco);
    padding: 10px 0;
    font-family: Igna Sans Medium, Arial, sans-serif;
  }

  .link-block-2:hover {
    color: var(--verde-lançamento-baps);
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-list-dropdown {
    background-color: var(--cinza-escuro);
  }

  .heading-7 {
    color: #7f7f7f;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Igna Sans Medium, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
  }

  .background-video {
    padding-top: 20%;
  }

  .image-9 {
    max-width: 70%;
  }

  .youtube-2 {
    height: auto;
  }

  .image-10 {
    max-width: 70%;
    margin-left: -25%;
  }

  .marquee-horizontal-css, .track-horizontal {
    overflow: hidden;
  }

  .marquee-text {
    font-size: 40px;
    overflow: hidden;
  }

  .image-11 {
    max-width: 20px;
  }

  .section-8 {
    position: static;
    overflow: visible;
  }

  .image-12 {
    z-index: auto;
    max-width: 45%;
    margin-top: -49%;
    margin-bottom: -4%;
    margin-left: 72%;
    position: relative;
    top: 5%;
    left: -18px;
    overflow: auto;
  }

  .slider {
    padding-left: 0;
    padding-right: 0;
  }

  .mask {
    width: 100%;
  }

  .div-put {
    height: 270px;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav {
    display: block;
  }

  .arrow.l {
    right: 35%;
  }

  .slide {
    width: 50%;
  }

  .cronograma {
    overflow: hidden;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-11, .heading-11.verde {
    font-size: 18px;
  }

  /* opcional: limita o tamanho do ícone */
  .quem{
    width: 56px !important;
    height: auto !important;
  }

  .container-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: baseline;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .container-20 {
    padding-top: 0;
  }

  .participantes {
    padding-bottom: 20%;
  }

  .container-21 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-21.hospedagem {
    padding-bottom: 15%;
  }

  .div-block-21 {
    max-width: 90%;
    margin-top: 23%;
    margin-left: 0%;
    margin-right: 20%;
    padding-left: 10%;
  }

  .div-block-22 {
    max-width: 100%;
    display: none;
  }

  .div-block-22.mobile {
    display: block;
  }

  .image-17 {
    margin-top: -58px;
  }

  .container-23 {
    padding-top: 0;
  }

  .div-block-23 {
    max-width: 35%;
  }

  .div-block-24 {
    margin-left: 10%;
    padding-right: 0%;
  }

  .div-block-25 {
    margin-left: 33%;
  }

  .mala {
    margin-top: -183px;
    margin-left: -29px;
  }

  .section-12.centro {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container-24 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .container-24.apoio {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    display: none;
  }

  .container-24.apoio.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 0%;
    display: flex;
  }

  .container-24.mobile {
    display: block;
  }

  .div-block-27 {
    max-width: 50%;
    padding-left: 10px;
  }

  .container-25 {
    flex-flow: column;
    align-items: stretch;
    max-width: 100%;
  }

  .div-block-28 {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 45%;
    margin-bottom: 20px;
  }

  .div-block-28.meio {
    max-width: 45%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-18.diretoria, .image-18.diretoria.icaro {
    max-width: 50%;
  }

  .lynx-paragraph.branco {
    text-align: center;
  }

  .image-19, .image-20 {
    max-width: 100%;
  }

  .div-block-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .div-block-32 {
    grid-column-gap: 30px;
    max-width: 100%;
    display: flex;
  }

  .apoio {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
    display: block;
  }
}

#w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcab, #w-node-af351c04-5de0-424f-86b0-dd291279119e-21e0bcab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcac, #w-node-af351c04-5de0-424f-86b0-dd291279119e-21e0bcac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcad, #w-node-af351c04-5de0-424f-86b0-dd291279119e-21e0bcad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcae, #w-node-af351c04-5de0-424f-86b0-dd291279119e-21e0bcae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcaf, #w-node-af351c04-5de0-424f-86b0-dd291279119e-21e0bcaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcab {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-af351c04-5de0-424f-86b0-dd291279119e-21e0bcab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcac {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-af351c04-5de0-424f-86b0-dd291279119e-21e0bcac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcad {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-af351c04-5de0-424f-86b0-dd291279119e-21e0bcad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcae {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-af351c04-5de0-424f-86b0-dd291279119e-21e0bcae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcaf {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcaf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-af351c04-5de0-424f-86b0-dd291279119e-21e0bcaf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcab {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcab {
    align-self: auto;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcac {
    align-self: auto;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcad {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcad {
    align-self: auto;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcae {
    align-self: auto;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791186-21e0bcaf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af351c04-5de0-424f-86b0-dd2912791196-21e0bcaf {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Igna Sans Medium';
  src: url('../fonts/AnyConv.com__IgnaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Igna Sans Light';
  src: url('../fonts/IgnaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Igna Sans Black';
  src: url('../fonts/AnyConv.com__IgnaSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Igna Sans Bold';
  src: url('../fonts/AnyConv.com__IgnaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ====== PARTICIPANTES: carrossel Swiper ====== */
.participantes-wrap {
  width: 100vw;
  margin: 0 0 20px;
  padding: 0 5% 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}

.participantes__swiper {
  flex: 1;
  overflow: hidden;
  padding: 16px 0;
  box-sizing: border-box;
  height: 200px;
}

.participantes__swiper .swiper-slide {
  height: auto;
}

.participantes__swiper .c-scrolling-details {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

.participantes__swiper .c-scrolling-details > .box-verde {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  min-height: 180px;
  
}

.participantes__arrow {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid var(--verde-summit);
  background: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: var(--verde-summit);
  font-weight: 600;
  transition: background .2s, color .2s;
  margin-left: 1%;
  margin-right: 1%;
}

.participantes__arrow--prev { left: 4px; }
.participantes__arrow--next { right: 4px; }

.participantes__arrow:hover,
.participantes__arrow:active {
  background: var(--verde-summit);
  color: #fff;
  transform: translateY(-50%);
}

#participantes .heading-6 {
  margin: 0 !important;
  text-align: center;
  line-height: 1.15;
}


  :root{
    --card-bg: #ffffff;      /* fundo do card branco */
    --border-blue: #1f3aa6;  /* azul borda */
    --border-orange: #ff7a00; /* laranja borda */
    --text:   #111827;
    --muted:  rgba(17,24,39,.75);
    --shadow: 0 14px 24px rgba(0,0,0,.12);
  }

  /* ===== CARROSSEL SPEAKERS ===== */
.speakers{
  padding: 24px 0;
  width: 100%;
  box-sizing: border-box;
}

.speakers__wrap{
  width: 100vw;
  margin: 0 0 20px;
  padding: 0 5% 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}

.speakers__swiper{
  flex: 1;
  overflow: hidden;
  padding: 16px 0;
  box-sizing: border-box;
}

.speakers__arrow{
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid #1f3aa6;
  background: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #1f3aa6;
  font-weight: 600;
  margin-left: 1%;
  margin-right: 1%;
}

.speakers__arrow--prev{ left: 4px; }
.speakers__arrow--next{ right: 4px; }

.speakers__arrow:hover,
.speakers__arrow:active{
  color: #ff7a00;
  border: 2px solid #ff7a00;
  transform: translateY(-50%);
}

/* ===== SLIDES/CARDS ===== */
.swiper-wrapper{
  align-items: stretch;
  width: 100%;
}

.speakerCard{
  background: transparent;
  border: 3px solid var(--border-blue);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  cursor: pointer;
  height: 100%;
  width: 100%;
  user-select: none;
  display: flex;
  flex-direction: column;
  padding: 0;

  /* só o que precisa (sem all) */
  transition: box-shadow .2s, border-color .2s;
}

/* alternância de borda */
.swiper-slide:nth-child(odd) .speakerCard{ border-color: var(--border-orange); }
.swiper-slide:nth-child(even) .speakerCard{ border-color: var(--border-blue); }

/* hover só no hover */
.speakerCard:hover{
  box-shadow: 0 16px 32px rgba(0,0,0,.12);
  z-index: 2;
}

/* foco não fica “selecionado” */
.speakerCard:focus,
.speakerCard:focus-visible{
  outline: none;
}

/* hover troca cor (se quiser manter) */
.swiper-slide:nth-child(odd) .speakerCard:hover{ border-color: var(--border-blue); }
.swiper-slide:nth-child(even) .speakerCard:hover{ border-color: var(--border-orange); }

  /* INNER COM PADDING */
  .speakerCard__inner{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px;
    gap: 12px;
  }

  .speakerCard__photoWrap{
    padding: 0;
    background: transparent;
    overflow: hidden;
    border-radius: 10px;
    flex: 0 0 210px; /* altura fixa da foto — ajuste aqui */
  }
  .speakerCard__photo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #e5e7eb;
    display: block;
    transition: transform .3s ease;
  }

  .speakerCard__body{
    padding: 0;
    background: transparent;
  }
  .speakerCard__row{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
  }
  .speakerCard__flagWrap{
    border-radius: 6px;
    overflow: hidden;
    flex: 0 0 auto;
    width: 28px;
    height: 20px;
    display: inline-flex;
  }
  .speakerCard__flag{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .speakerCard__flagEmoji{
    font-size: 14px;
    line-height: 1;
  }

  .speakerCard__name{
    font-family: Igna Sans Bold, Arial, sans-serif;
    color: #111827;
    font-size: 16px;
    line-height: 1.2;
    flex: 1;
  }
  .speakerCard__role{
    font-family: Igna Sans Light, Arial, sans-serif;
    color: #64748b;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
  }

  /* ===== FIX: hover não gruda / não vira "selecionado" ===== */
.speakerCard{
  position: relative;
  z-index: 0;
  /* ajuda a evitar “fantasma” de sombra em alguns browsers */
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: box-shadow;
}

/* Hover só em mouse (desktop de verdade) */
@media (hover: hover) and (pointer: fine){
  .speakerCard:hover{
    box-shadow: 0 16px 32px rgba(0,0,0,.12);
    z-index: 2;
  }

  /* sua troca de cor no hover (mantém) */
  .swiper-slide:nth-child(odd)  .speakerCard:hover{ border-color: var(--border-blue); }
  .swiper-slide:nth-child(even) .speakerCard:hover{ border-color: var(--border-orange); }
}

/* Em touch (ou devices sem hover), desliga o hover pra não “grudar” */
@media (hover: none){
  .speakerCard:hover{
    box-shadow: 0 4px 12px rgba(0,0,0,.06) !important;
    z-index: 0 !important;
  }

  /* mantém as cores originais (sem flip) */
  .swiper-slide:nth-child(odd)  .speakerCard:hover{ border-color: var(--border-orange) !important; }
  .swiper-slide:nth-child(even) .speakerCard:hover{ border-color: var(--border-blue) !important; }
}

/* Se o elemento ficar com focus/active por qualquer motivo, não parece hover */
.speakerCard:focus,
.speakerCard:focus-visible,
.speakerCard:active{
  box-shadow: 0 4px 12px rgba(0,0,0,.06) !important;
  z-index: 0 !important;
  outline: none !important;
}

  /* ========== MODAL ========== */
  .speakerModal{
    position: fixed;
    inset: 0;
    display: none;
    z-index: 100000;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .speakerModal[aria-hidden="false"]{ 
    display: flex;
    animation: fadeIn .2s ease;
  }
  @keyframes fadeIn{
    from{ opacity: 0; }
    to{ opacity: 1; }
  }

  .speakerModal__backdrop{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    backdrop-filter: blur(4px);
    cursor: pointer;
  }

  .speakerModal__panel{
     position: relative;
     width: min(900px, 100%);
     max-height: 95vh;
     background: transparent;
     overflow: visible;
     animation: slideUp .25s ease;
     z-index: 1;
  }
  @keyframes slideUp{
    from{ transform: translateY(40px); opacity: 0; }
    to{ transform: translateY(0); opacity: 1; }
  }

  .speakerModal__close{
     position: absolute;
     top: 16px;
     right: 16px;
     width: 44px;
     height: 44px;
     border-radius: 999px;
     border: none;
     background: #fff;
     cursor: pointer;
     font-size: 28px;
     line-height: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 10;
     color: #111827;
     transition: all .15s ease;
     box-shadow: 0 4px 12px rgba(0,0,0,.1);
     margin: 0;
     padding: 0;
  }
  .speakerModal__close:hover{
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
  }
  .speakerModal__close:active{
    transform: scale(0.98);
  }

  .speakerModal__photo{
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
  }
  .speakerModal__photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .speakerModal__card{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: white;
    width: 600px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    border-radius: 0%;
    border-radius: 16px;
  }

  .speakerModal__titleRow{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
  }
  .speakerModal__flag{
    width: 32px;
    height: 24px;
    border-radius: 6px;
    overflow: hidden;
    flex: 0 0 auto;
    display: inline-flex;
  }
  .speakerModal__flag img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .speakerModal__name{
    font-family: Igna Sans Bold, Arial, sans-serif;
    font-size: 32px;
    color: #111827;
    line-height: 1.1;
    margin-bottom: 4px;
  }
  .speakerModal__role{
    font-family: Igna Sans Medium, Arial, sans-serif;
    color: #ff7a00;
    font-size: 16px;
    margin-bottom: 16px;
  }

  .speakerModal__bio::-webkit-scrollbar{
    width: 4px;
  }
  .speakerModal__bio::-webkit-scrollbar-track{
    background: transparent;
  }
  .speakerModal__bio::-webkit-scrollbar-thumb{
    background: var(--verde-summit);
    border-radius: 999px;
  }


  @media (max-width: 900px){
    .speakerModal__grid{ 
      grid-template-columns: 1fr; 
      gap: 24px;
    }
  
  }

  @media (max-width: 640px){
    .speakers__arrow{
      width: 40px;
      height: 40px;
      font-size: 20px;
    }
    .speakers__wrap{
      gap: 8px;
      padding: 0 8px;
    }
    .speakerCard__name{
      font-size: 15px;
    }
    .speakerCard__role{
      font-size: 15px;
    }
    .speakerModal__panel{
      width: calc(100vw - 24px);
      max-height: 95vh;
    }
    .speakerModal__grid{
      gap: 16px;
      padding: 20px;
    }
    .speakerModal__name{
      font-size: 26px;
    }
  }


.speakerCard { box-sizing: border-box; }

.speakers__swiper .swiper-slide {
  height: auto;
  min-height: 360px;
}

.speakerCard__photo { height: 100%; }

/* ===== SETAS: mobile — só hint visual, sem botão ===== */
@media (max-width: 767px) {
  .speakers__arrow,
  .participantes__arrow {
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 32px;
    color: var(--verde-summit);
    opacity: 0.45;
    padding: 0 4px;
    margin: 0;
  }

  .speakers__arrow--prev,
  .participantes__arrow--prev { left: 0; }

  .speakers__arrow--next,
  .participantes__arrow--next { right: 0; }

  .speakers__arrow:hover,
  .speakers__arrow:active,
  .speakers__arrow:focus,
  .participantes__arrow:hover,
  .participantes__arrow:active,
  .participantes__arrow:focus {
    background: transparent;
    color: var(--verde-summit);
    opacity: 0.75;
    transform: translateY(-50%);
    outline: none;
  }
}


.wbs-nav-center-wrap {
  display: flex;
  align-items: center;
}

.wbs-nav-center-menu {
  margin-left: auto;
}

.wbs-lang-switch {
  width: 38px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  flex: 0 0 auto;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.wbs-lang-switch:hover {

  transform: translateY(-3px);
}

.wbs-lang-flag-placeholder {
  width: 38px;
  height: 35px;
  display: block;
  padding: 0;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 991px) {
  .wbs-nav-center-wrap {
    gap: 14px;
  }

  .wbs-lang-switch {
    margin-left: auto;
    margin-right: 8px;
  }

  .wbs-nav-center-menu {
    margin-left: 0;
  }
}




/* ===== MOBILE: logo à esquerda / bandeira + menu à direita ===== */
@media screen and (max-width: 991px) {
  .wbs-nav-center-wrap {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 56px !important;
    padding-right: 116px !important; /* reserva espaço para bandeira + botão */
    gap: 0 !important;
    margin-top: 0 !important;
  }

  .wbs-navbar-center .wbs-container {
    display: block !important;
    height: auto !important;
  }

  .w-nav-brand {
    margin: 0 !important;
    padding: 0 !important;
    margin-right: auto !important;
    display: flex !important;
    align-items: center !important;
    position: relative;
    z-index: 3;
  }

  .wbs-logo {
    display: block;
  }

  .wbs-lang-switch {
    position: absolute !important;
    right: 58px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    width: 38px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 4;
  }

  .wbs-lang-switch:hover {
    transform: translateY(-50%) scale(1.03) !important;
  }

  .wbs-lang-flag-placeholder {
    width: 38px !important;
    height: 35px !important;
    display: block !important;
  }

  .wbs-menu-button.w-nav-button {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    margin-top: 0 !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 5;
  }

  .wbs-nav-center-menu {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .wbs-nav-center-wrap {
    min-height: 52px !important;
    padding-right: 116px !important;
  }

  .wbs-lang-switch {
    right: 66px !important;
  }
}