@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 Regular;
  src: url('../fonts/AnyConv.com__IgnaSans-Bold.ttf') format("truetype");
  font-weight: 400;
  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 Medium;
  src: url('../fonts/AnyConv.com__IgnaSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --cinza: #333;
  --branco: white;
  --verde-escuro: #00745b;
  --verde-mais-escuro: #00533c;
  --vermelho-preço: #e50101;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.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 5%;
  position: sticky;
  inset: 0 0% auto;
}



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

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

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

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

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

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

.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 #fff;
}

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

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

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding: 5% 10%;
  display: flex;
}

.text-span-40 {
  color: #b9fd50;
}

.heading-2 {
  color: #fff;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 500;
}

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

.heading-2.centro.inicio {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
}

.container-2 {
  z-index: 9999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

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

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

.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: 90vh;
  padding: 0%;
  display: flex;
}

.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-size: 15px;
}

.lynx-button.interno.laranja.centro {
  color: #fff;
  letter-spacing: 0;
  background-color: #ed8303;
  background-image: linear-gradient(90deg, #b0609d, #e173a0 50%, #f3b842);
  border: 0 #0000;
  border-radius: 8px;
  padding: 6px 40px;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.lynx-button.interno.laranja.centro:hover {
  pointer-events: auto;
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(90deg, #49d0a0, #17a3d4), linear-gradient(90deg, #b0609d, #e173a0 50%, #f3b842);
  border-width: 0;
  border-color: #0000;
}

.lynx-button.interno.centro {
  letter-spacing: 0;
  background-image: linear-gradient(90deg, #49d0a0, #17a3d4);
  border-radius: 8px;
  margin-top: 10px;
  padding: 6px 20px;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  box-shadow: 0 2px 2px #0000005e;
}

.lynx-button.interno.centro:hover {
  background-image: linear-gradient(90deg, #ef8c50, #ef6541 51%, #c55e4d);
}

.lynx-button.interno.centro.verde {
  padding-left: 40px;
  padding-right: 40px;
}

.lynx-button.interno.centro.verde:hover {
  background-image: linear-gradient(90deg, #b0609d, #e173a0 50%, #f3b842);
}

.lynx-button.interno.centro.verde.amarelo {
  background-image: linear-gradient(90deg, #60b8b1, #f4cb76);
  padding-left: 40px;
  padding-right: 40px;
}

.lynx-button.interno.centro.verde.amarelo:hover {
  background-image: linear-gradient(90deg, #ef8c50, #ef6541 50%, #c55e4d);
}

.lynx-button.interno.centro.vermelho {
  background-image: linear-gradient(90deg, #ef8c50, #ef6541 50%, #c55e4d);
  padding-left: 40px;
  padding-right: 40px;
}

.lynx-button.interno.centro.vermelho:hover {
  background-image: linear-gradient(90deg, #60b8b1 20%, #f4cb76);
}

.lynx-button.interno.centro.vermelho.preco {
  background-image: linear-gradient(90deg, #ef8c50, #ef6541 50%, #c55e4d);
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.5em;
}

.lynx-button.interno.centro.vermelho.preco:hover {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.5em;
}

.lynx-button.interno.centro.rosa {
  background-image: linear-gradient(90deg, #b0609d, #e173a0 50%, #f3b842);
  padding-left: 40px;
  padding-right: 40px;
}

.lynx-button.interno.centro.rosa:hover, .lynx-button.interno.centro.rosa:visited {
  background-image: linear-gradient(90deg, #49d0a0, #17a3d4);
}

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

.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 {
  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 {
  color: #fff;
  -webkit-text-stroke-color: #00daab;
  border-width: 3px;
  border-color: #00daab;
  font-weight: 700;
}

.lynx-button.interno.vazado.summit:hover {
  color: #1a1a1a;
  background-color: #00daab;
  font-weight: 700;
}

.lynx-button.interno.vazado.summit.hospedagem {
  color: #002e74;
  border-color: #002e74;
  margin-top: 0%;
}

.lynx-button.interno.vazado.summit.hospedagem:hover {
  color: #fff;
  background-color: #002e74;
}

.lynx-button.interno.vazado.hospedagem.roxo {
  color: #ac328f;
  -webkit-text-stroke-color: #ac328f;
  border-color: #ac328f;
}

.lynx-button.interno.vazado.hospedagem.roxo:hover {
  color: var(--branco);
  background-color: #ac328f;
}

.lynx-button.interno.vazado.hospedagem.laranja {
  color: #f3b842;
  -webkit-text-stroke-color: #f3b842;
  background-color: #0000;
  border-color: #f3b842;
}

.lynx-button.interno.vazado.hospedagem.laranja:hover {
  color: var(--branco);
  background-color: #f3b842;
}

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

.lynx-button.interno.laranja.centro {
  color: #fff;
  letter-spacing: 0;
  background-color: #ed8303;
  border: 2px solid #ed8303;
  border-bottom-width: 3px;
  border-radius: 8px;
  padding: 8px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

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

.lynx-button.interno.laranja.centro.w--current {
  color: #fff;
  background-color: #ed8303;
  border-color: #ed8303;
}

.lynx-button.interno.laranja.centro.fundoclaro:hover {
  color: #ed8303;
}

.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-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

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

.lynx-button.interno.verde.centro.cronograma {
  color: var(--branco);
  border-style: none;
  margin-top: 30px;
  padding: 6px 15px;
  font-size: 18px;
  line-height: 1.5em;
}

.lynx-button.interno.verde.centro.cronograma.mama {
  background-color: var(--branco);
  color: #e70808;
  background-image: none;
}

.lynx-button.interno.verde.centro.cronograma.corporal {
  background-color: var(--branco);
  color: #02c73a;
  background-image: none;
}

.lynx-button.interno.verde.centro.cronograma.face {
  background-color: var(--branco);
  color: #cf00d9;
  background-image: none;
}

.lynx-button.interno.verde.centro.cronograma.gestao {
  background-color: var(--branco);
  color: #fb7e01;
  background-image: none;
}

.lynx-button.interno.verde.centro.cronograma.pre-e-pos {
  background-color: var(--branco);
  color: #f07;
  background-image: none;
}

.text-span-61 {
  color: #f6cb76;
}

.heading-3 {
  text-align: center;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
}

.section-6 {
  background-image: linear-gradient(90deg, #60b8b1 20%, #f6cb75);
  justify-content: space-between;
  padding: 2% 10%;
  display: flex;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

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

.image-10 {
  max-width: 80%;
  height: auto;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  align-items: stretch;
  display: block;
}

.text-span-63 {
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

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

.section-7 {
  padding: 3% 0% .5%;
}

.heading-4 {
  color: var(--verde-escuro);
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-weight: 400;
}

.heading-4.leve {
  color: var(--verde-mais-escuro);
  margin-top: 0;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

.heading-4.tipo-ingresso {
  color: var(--cinza);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Igna Sans Black, Arial, sans-serif;
  font-weight: 900;
}

.heading-4.tipo-ingresso.menor {
  font-size: 20px;
  line-height: 25px;
}

.heading-4.valor {
  color: var(--cinza);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-4.lote {
  color: var(--vermelho-preço);
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: line-through;
}

.youtube {
  border-radius: 0;
}

.video {
  border: 1px #000;
  border-radius: 0;
}

.div-block-3 {
  border-radius: 20px;
  margin-bottom: 5%;
  overflow: hidden;
}

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

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

.paragraph.acesso {
  color: var(--cinza);
  text-align: left;
  font-size: 16px;
  line-height: 1.3em;
}

.paragraph.bio {
  font-size: 13px;
  line-height: 1.3em;
}

.paragraph.depoimento-bio {
  color: var(--cinza);
}

.paragraph.depoimento {
  color: var(--cinza);
  font-size: 15px;
}

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

.text-span-65, .text-span-66 {
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-weight: 400;
}

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

.marquee-horizontal.lote {
  background-image: linear-gradient(90deg, #49d0a0, #17a3d4);
  height: 45px;
  margin-top: 0%;
  margin-bottom: 0;
}

.marquee-horizontal.numeros.mobile {
  display: none;
}

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

.marquee-text {
  color: #333;
  letter-spacing: -1px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #b0609d, #e2a259 20%, #ef6541 39%, #e2ca6f 58%, #169692 81%, #b0609d);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  margin-right: 1vw;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
}

.marquee-text.lote {
  color: var(--branco);
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 20px;
}

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

.faixa-verde {
  background-image: url('../images/mulher-5congresso-baps.svg'), linear-gradient(90deg, #065444, #28dcb6);
  background-position: 0 35%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 1% 10%;
}

.text-block-2 {
  color: var(--branco);
  text-align: center;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.heading-5 {
  color: var(--branco);
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-5.verde {
  color: var(--branco);
  -webkit-text-stroke-color: var(--branco);
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1em;
}

.section-8 {
  text-align: center;
  padding: 3% 10% 7%;
}

.div-block-5 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-image: linear-gradient(130deg, #f2ffde, #fdf5ea);
  border: 2px solid #e3ffd1;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  padding: 20px;
  display: flex;
}

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

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.columns {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.column {
  padding-left: 7px;
  padding-right: 0;
}

.column-2, .column-3 {
  padding-left: 0;
  padding-right: 7px;
}

.column-4 {
  align-self: auto;
  padding-left: 7px;
  padding-right: 0;
}

.image-11 {
  max-width: 100%;
}

.acessos {
  max-width: 50px;
  overflow: clip;
}

.image-13, .image-14 {
  max-width: 50px;
}

.image-15 {
  max-width: 40px;
}

.container-16 {
  margin-top: 30px;
}

.container-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-8 {
  order: -9999;
  justify-content: flex-start;
  align-items: center;
  max-width: 15%;
  padding-right: 20px;
  display: flex;
}

.div-block-9 {
  text-align: right;
  flex: 0 auto;
  order: 9999;
  justify-content: flex-end;
  align-items: center;
  max-width: 15%;
  padding-left: 20px;
  display: flex;
}

.section-9 {
  background-image: linear-gradient(#1e1e1ea8, #1e1e1ea8), url('../images/mulher-5congresso-baps.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-top: 7%;
  padding-bottom: 5%;
}

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

.div-block-10 {
  background-color: #9dcdd5;
  background-image: linear-gradient(#38849900 63%, #388499);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  max-width: none;
  height: 350px;
  max-height: none;
  display: flex;
}

/* ===== PALESTRANTES — FOTO VIA HTML ===== */

.div-block-10.palestrantes-box {
  background-color: var(--verde-escuro) !important;

  background-image:
    linear-gradient(180deg, #38849900 50%, var(--verde-mais-escuro)),
    var(--speaker-img) !important;

  background-position:
    center,
    center top !important;

  background-size:
    auto,
    cover !important;

  background-repeat:
    repeat,
    no-repeat !important;
}



.heading-6 {
  color: var(--branco);
  padding: 0;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
}

.div-block-11 {
  background-color: #f5d4ab;
  max-width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.div-block-12 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 350px;
  padding: 0;
  display: flex;
}

.container-19 {
  max-width: 100%;
  margin: 40px 0 100px;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0;
}

.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: #d37766;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

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

.image-16 {
  max-width: 50px;
}

.section-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding: 7% 10% 5%;
  display: flex;
}

.container-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-20 {
  flex-flow: column;
  display: flex;
}

.div-block-20.depoimento-texto {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(129deg, #dcffe4, #f1ffe7);
  border: 1px solid #cddfd1;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 35%;
  height: auto;
  padding: 20px 15px;
  display: flex;
}

.foto-perfil {
  border-radius: 100px;
  flex-flow: row;
  max-width: 20%;
  display: block;
  overflow: hidden;
}

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

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 80%;
  margin-left: 15px;
  display: flex;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-weight: 400;
}

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

.section-11 {
  background-image: linear-gradient(90deg, #002e74, #ed8303);
  justify-content: space-around;
  align-items: flex-start;
  padding: 2% 10% 1%;
  display: block;
}

.section-11.hospedagem {
  text-align: right;
  background-image: url('../images/mulher-5congresso-baps.svg'), linear-gradient(90deg, #60b8b1, #f4cb76);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.section-11.hospedagem.verde {
  background-image: url('../images/mulher-5congresso-baps.svg'), linear-gradient(90deg, #19bc82, #0493c6);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

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

.heading-12 {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

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

.div-block-26 {
  flex: 1;
  max-width: 100%;
  margin-left: 0%;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.mala {
  margin-top: -74%;
}

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

.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;
}

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

.section-12 {
  background-color: #0000;
  padding: 5% 10%;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

.apoio {
  margin-top: 20px;
}

.section-13.centro {
  padding: 5% 10%;
  display: block;
}

.section-13.centro.mobile {
  display: none;
}

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

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

.heading-13 {
  color: #fff;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.heading-13.centro {
  color: var(--branco);
  text-align: center;
  text-transform: uppercase;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.heading-13.centro.duvidas {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 26px;
}

.div-block-32 {
  flex-flow: row;
  max-width: 20%;
  display: block;
}

.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;
}

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

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

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

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

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

.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;
}

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

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

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

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

.heading-14 {
  color: #fff;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.heading-14.esquerda {
  font-weight: 700;
}

.heading-14.esquerda.preto {
  color: var(--cinza);
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-weight: 400;
}

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

.container.sticky {
  max-width: none;
  margin-bottom: 0;
  position: sticky;
  top: 25%;
  overflow: hidden;
}

.scroll-indicator {
  background-color: #00745b;
  border: 2px #b9fd50;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}

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

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

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

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

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

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

.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;
}

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

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

.scroll-line {
  background-color: #00745b;
  width: 100%;
  height: 3px;
}

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

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

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

.baps {
  background-color: var(--branco);
}

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

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

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

.div-block-34.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%;
}

.heading {
  color: #b9fd50;
  text-transform: uppercase;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.heading.minititulo.esquerda {
  color: #00745b;
}

.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;
}

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

.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;
}

.lynx-heading-footer-white-2 {
  color: #fff;
  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;
}

.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-35 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

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

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

.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%;
}

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

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

.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: #e3ffd1;
}

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

.div-block-36 {
  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-36.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;
}

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

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

.text-span-9 {
  color: #e3ffd1;
  -webkit-text-stroke-color: #e3ffd1;
}

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

.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;
}

.div-block-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

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

.div-block-38 {
  align-self: center;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  max-width: 70%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-21, .image-22 {
  flex: 1;
  display: block;
}

.section-14 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  height: 20vh;
  margin-top: -7%;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-23 {
  text-align: center;
  vertical-align: baseline;
  order: 0;
  align-self: center;
  width: 120%;
  max-width: 120%;
  margin-top: -10%;
  margin-bottom: -5%;
  padding-top: 0%;
  display: block;
  overflow: hidden;
}

.image-24 {
  max-width: 80%;
}

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

.text-span-69 {
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.div-block-40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link-block-5 {
  background-image: linear-gradient(90deg, #01a75a, #01cf6f);
  border-radius: 100px;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.image-logo {
  max-width: 50%;
  display: block;
}

.image-25.mobile {
  max-width: 100%;
  display: none;
}

.body {
  background-color: #1e1e1e;
  max-width: 100%;
  overflow-x: hidden !important;
}

.image-26 {
  max-width: 50px;
  margin-top: 10px;
}

.section-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 2% 10%;
  display: flex;
}

.section-15.mobile {
  display: none;
}

.container-27 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.bloco-precos {
  text-align: left;
  background-image: linear-gradient(110deg, #28dcb6, #018368);
  border-radius: 10px;
  max-width: 25%;
  padding: 20px;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

._4-colunas {
  width: 25%;
}

._4-colunas.meio {
  border-left: 1px solid #48cfa0;
  border-right: 1px solid #48cfa0;
  padding-left: 20px;
  padding-right: 20px;
}

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

.heading-15 {
  color: var(--branco);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.heading-15.verde {
  color: var(--branco);
  text-align: left;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.heading-15.hoteis {
  color: #0da5a8;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

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

.paragraph-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-2.hotel {
  margin-bottom: 20px;
}

.paragraph-2.cronograma-texto {
  margin-left: 20px;
}

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

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

.div-block-42._100 {
  background-color: #48cfa0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.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;
}

.check {
  width: 20px;
  color: white;
}

.check.tel {
  width: 16px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
  color: white;
}

.participacao {
  padding-bottom: 3%;
}

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

.div-block-43 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

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

.heading-16 {
  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-16.branco {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

.pre-evento {
  color: var(--branco);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 12px;
}

.pre-evento.escuro {
  color: #1e1e1e;
}

.cronograma-aviso {
  color: var(--branco);
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 12px;
}

.container-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 20px;
  display: flex;
}

.section-16 {
  padding: 5% 10%;
  display: block;
}

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

.div-block-44 {
  max-width: 50%;
}

.text-span-70, .text-span-71, .text-span-72 {
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-weight: 400;
}

.text-span-73, .bold-text-7, .bold-text-8 {
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

.section-17 {
  height: 150px;
  overflow: clip;
}

.div-block-45 {
  background-color: #279a53;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 150px;
  padding: 20px;
  display: flex;
}

.div-block-45.verde {
  width: auto;
  max-width: none;
}

.div-block-45.amarelo {
  background-color: #bdae0b;
  max-width: 25%;
}

.div-block-45.azul {
  background-color: #1db5a7;
  width: auto;
  max-width: none;
}

.section-18 {
  display: flex;
  overflow: clip;
}

.image-27, .image-28, .image-29 {
  max-width: none;
  height: 150px;
}

.track-horizontal-carrossel {
  display: flex;
  overflow: hidden;
}

.image-30, .image-31, .image-32 {
  max-width: none;
  height: 150px;
}

.div-block-46 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-33 {
  width: 40px;
  max-width: none;
}

.text-span-74, .text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80, .text-span-81 {
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

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

.text-span-83, .text-span-84, .text-span-85, .text-span-86, .text-span-87, .text-span-88, .text-span-89, .text-span-90, .text-span-91 {
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

.div-block-47 {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-48 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.image-34 {
  width: 20%;
  max-width: none;
}

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

.duvida {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0% 0% 0%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .wbs-section.verde {
    border-bottom-color: #d7d7d75e;
  }

  .wbs-logo {
    height: 50px;
  }

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

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

  .text-span-60 {
    color: #00daab;
  }

  .heading-2.centro.inicio {
    font-weight: 700;
  }

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

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

  .lynx-button.interno.centro.vermelho.preco {
    background-image: linear-gradient(90deg, #ef8c50, #ef6541 50%, #c55e4d);
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .lynx-button.interno.centro.vermelho.preco:hover {
    background-image: linear-gradient(#ef8c50, #ef6541 52%, #c55e4d);
    padding: 6px 10px;
  }

  .heading-4.tipo-ingresso {
    font-size: 22px;
    line-height: 1.5em;
  }

  .paragraph {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
  }

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

  .paragraph.bio {
    font-size: 13px;
  }

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

  .div-block-8, .div-block-9 {
    max-width: 31.5%;
  }

  .div-block-10.eduardo-ferro, .div-block-10.icaro-samuel {
    width: 250px;
    height: 400px;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .div-block-20.depoimento-texto {
    max-width: 35%;
  }

  .div-block-24 {
    max-width: 30%;
  }

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

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

  .div-block-26 {
    max-width: 73%;
    margin-left: 8%;
    padding-right: 0%;
  }

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

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

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

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

  .apoio {
    margin-top: 0%;
  }

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

  .section-13.centro {
    text-align: center;
    padding-bottom: 5%;
  }

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

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

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

  .heading-14.esquerda {
    color: #1a1a1a;
  }

  .scroll-indicator {
    background-color: #00745b;
    border-color: #00745b;
  }

  .scroll-indicator.soon {
    background-color: #00daab;
  }

  .scroll-item-header {
    color: #1a1a1a;
  }

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

  .container-4 {
    display: none;
  }

  .scroll-line {
    background-color: #00745b;
  }

  .scroll-line.soon {
    background-color: #00daab;
  }

  .baps {
    background-color: var(--branco);
  }

  .heading.minititulo.esquerda {
    color: #00745b;
  }

  .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;
  }

  .lynx-footer-dark {
    margin-top: 7%;
  }

  .image:hover {
    opacity: .8;
  }

  .div-block-39 {
    max-width: 37%;
  }

  .image-21 {
    overflow: clip;
  }

  .div-block-47 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-48 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .wbs-logo {
    height: 50px;
  }

  .heading-2.centro.inicio {
    font-size: 35px;
  }

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

  .heading-3 {
    font-size: 60px;
  }

  .section-6.desktop {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    justify-content: center;
  }

  .paragraph.bio {
    font-size: 15px;
  }

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

  .heading-6 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .div-block-12 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

  .image {
    max-width: 20px;
  }

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

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

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

  .div-block-47 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-48 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .wbs-logo {
    height: 70px;
  }

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

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

  .wbs-nav-link:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none;
  }

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

  .heading-2.centro.inicio {
    font-size: 45px;
  }

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

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

  .lynx-button.interno.centro.verde, .lynx-button.interno.centro.vermelho, .lynx-button.interno.centro.rosa {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
  }

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

  .lynx-button.interno.vazado.hospedagem.roxo, .lynx-button.interno.vazado.hospedagem.laranja {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
  }

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

  .heading-3 {
    font-size: 90px;
  }

  .section-6.desktop {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    justify-content: center;
  }

  .text-block {
    font-size: 28px;
    line-height: 1.3em;
  }

  .text-span-63 {
    font-size: 45px;
  }

  .heading-4 {
    margin-bottom: 30px;
    font-size: 35px;
  }

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

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

  .paragraph.bio {
    font-size: 16px;
  }

  .paragraph.depoimento-bio {
    font-size: 25px;
  }

  .paragraph.depoimento {
    font-size: 25px;
    line-height: 1.3em;
  }

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

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

  .heading-5 {
    font-size: 45px;
  }

  .div-block-5 {
    padding: 30px 40px;
  }

  .acessos {
    max-width: 100px;
  }

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

  .div-block-10.eduardo-ferro, .div-block-10.icaro-samuel, .div-block-10.palestrantes-box {
    width: 300px;
    height: 450px;
  }

  .heading-6 {
    font-size: 21px;
  }

  .div-block-11 {
    height: 2px;
  }

  .div-block-12 {
    height: 450px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .image-16 {
    max-width: 100px;
  }

  .div-block-20.depoimento-texto {
    padding: 30px;
  }

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

  .heading-11 {
    font-size: 28px;
  }

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

  .section-13.centro {
    padding-bottom: 5%;
  }

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

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

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

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

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

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

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

  .wrapper {
    max-width: 1500px;
  }

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

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

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

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

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

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

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

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

  .image {
    max-width: 25px;
  }

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

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

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

  .div-block-37 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .image-24 {
    max-width: 100%;
  }

  .div-block-48 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .wbs-nav-center-menu {
    text-align: left;
    background-color: #fff;
    border: 1px solid #282828;
    border-radius: 10px;
    flex-flow: row;
    flex: 0 auto;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

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

  .wbs-menu-button {
    background-color: #49d0a0;
    border-radius: 50px;
    margin-left: auto;
    padding: 15px;
  }

  .wbs-menu-button.w--open {
    background-color: #17a3d4;
  }

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

  .wbs-nav-link:hover {
    color: #ef6541;
  }

  .icon {
    color: #fff;
  }

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

  .background-video {
    height: 70vh;
  }

  .text-span-60 {
    color: #00daab;
  }

  .heading-2.centro.inicio {
    font-size: 25px;
  }

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

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

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

  .lynx-button.interno.laranja.centro {
    color: #fff;
    background-color: #ed8303;
    border-color: #ed8303;
  }

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

  .section-6.desktop {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .text-block {
    font-size: 17px;
  }

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

  .heading-4.tipo-ingresso {
    font-size: 20px;
    line-height: 1.3em;
  }

  .heading-4.tipo-ingresso.menor {
    font-size: 17px;
  }

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

  .heading-5 {
    font-size: 27px;
  }

  .section-8 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

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

  .section-12 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-13.centro {
    padding: 5% 5% 3%;
  }

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

  .section.expand {
    height: auto;
    overflow: hidden;
  }

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

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

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

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

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

  .div-block-37.mobile {
    border-top: 1px solid #d8d8d8;
    padding: 15px;
  }

  .section-15 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bloco-precos {
    max-width: 20%;
  }

  .bloco-precos.maior {
    max-width: 25%;
  }

  .section-16 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .wbs-section {
    padding: 2rem 2%;
  }

  .section-6.desktop {
    justify-content: center;
    align-items: center;
  }

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

@media screen and (max-width: 479px) {
  .wbs-nav-center-menu {
    margin-top: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .wbs-menu-button {
    background-color: #00daab;
    border-radius: 100px;
    display: block;
  }

  .wbs-menu-button.w--open {
    background-color: #ed8303;
    border-radius: 100px;
  }

  .wbs-nav-link {
    color: #1a1a1a;
    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;
  }

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

  .background-video {
    height: 95vh;
    padding-top: 15%;
  }

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

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

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

  .container-2.hero {
    padding: 0 10% 10%;
  }

  .container-2.botao {
    margin-top: 5px;
  }

  .container-15 {
    margin-top: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

  .lynx-button.interno.centro {
    line-height: 1.3em;
  }

  .lynx-button.interno.centro.verde {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3em;
  }

  .lynx-button.interno.centro.verde.amarelo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lynx-button.interno.centro.vermelho {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3em;
  }

  .lynx-button.interno.centro.rosa {
    margin-top: 0;
    line-height: 1.3em;
  }

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

  .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 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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;
  }

  .lynx-button.interno.verde.centro.cronograma.mama, .lynx-button.interno.verde.centro.cronograma.corporal, .lynx-button.interno.verde.centro.cronograma.face, .lynx-button.interno.verde.centro.cronograma.gestao, .lynx-button.interno.verde.centro.cronograma.pre-e-pos {
    margin-top: 20px;
  }

  .heading-3 {
    font-size: 45px;
    line-height: 1em;
  }

  .section-6 {
    background-image: linear-gradient(90deg, #60b8b1 20%, #f6cb75);
  }

  .section-6.desktop {
    display: none;
  }

  .text-block {
    text-align: center;
  }

  .div-block-3 {
    margin-bottom: 10%;
  }

  .paragraph.preto {
    text-align: center;
  }

  .marquee-horizontal.numeros {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    background-image: linear-gradient(90deg, #60b8b1 10%, #f6cb75 100%, #fff);
    height: 100px;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .marquee-horizontal.numeros.mobile {
    height: 120px;
    margin-top: 0%;
    margin-bottom: 0%;
    display: flex;
  }

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

  .track-horizontal {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    overflow: visible;
  }

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

  .heading-5 {
    font-size: 27px;
    line-height: 1.2em;
  }

  .section-8 {
    padding-bottom: 15%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-5 {
    margin-bottom: 10px;
  }

  .columns {
    flex-flow: column;
    margin-top: 0;
  }

  .column {
    padding-left: 0;
  }

  .column-2, .column-3 {
    padding-right: 0;
  }

  .column-4 {
    padding-left: 0;
  }

  .container-16 {
    flex-flow: column;
    display: flex;
  }

  .section-9 {
    background-image: linear-gradient(transparent, #1e1e1e), url('../images/mulher-5congresso-baps.svg');;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  @media screen and (max-width: 479px) {
  .div-block-10.palestrantes-box {
    max-width: 45%;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

  .div-block-12 {
    padding-left: 0;
  }

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

  .section-10 {
    padding-bottom: 15%;
  }

  .container-20 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-20.depoimento-texto, .div-block-24 {
    max-width: 100%;
  }

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

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

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

  .div-block-26 {
    flex-flow: column;
    margin-left: 10%;
    padding-right: 0%;
    display: flex;
  }

  .mala {
    margin-top: -156px;
    margin-left: -31px;
  }

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

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

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

  .section-12 {
    padding-bottom: 15%;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

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

  .apoio {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

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

  .section-13.centro {
    padding-top: 5%;
    padding-bottom: 10%;
    display: none;
  }

  .section-13.centro.mobile {
    padding-top: 0%;
    padding-left: 10%;
    padding-right: 10%;
    display: block;

  }

  .container-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-24.mobile {
    display: block;
  }

  .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;
  }

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

  .heading-13.centro {
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .image-19 {
    max-width: 100%;
  }

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

  .div-block-32 {
    align-self: center;
    max-width: 45%;
    padding-left: 10px;
  }

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

  .lynx-paragraph.branco {
    text-align: center;
  }

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

  .container-25 {
    flex-flow: column;
    align-items: stretch;
    max-width: 100%;
  }

  .section.expand {
    overflow: hidden;
  }

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

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

  .container.sticky {
    overflow: auto;
  }

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

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

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

  .div-block-33 {
    grid-column-gap: 30px;
    max-width: 100%;
    display: flex;
  }

  .div-block-34 {
    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-34.meio {
    max-width: 45%;
    margin-left: 0;
    margin-right: 0;
  }

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


  .duvida {
   padding: 0% 5% 20%;
  }

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

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

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

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

  

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

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

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

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

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

  .lynx-footer-dark, .lynx-footer-dark.mobile {
    display: block;
  }

  .image {
    max-width: 20px;
  }

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

  .section-14 {
    overflow: clip;
  }

  .image-23 {
    width: 200%;
    max-width: 200%;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .text-span-69 {
    line-height: 1em;
  }

  .section-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
  }

  .section-15.mobile {
    padding-top: 10%;
    padding-left: 5%;
    display: flex;
  }

  .container-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .bloco-precos {
    max-width: 45%;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .bloco-precos.maior {
    max-width: 45%;
  }

  ._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;
  }

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

  .paragraph-2.cronograma-texto {
    margin-left: 0;
  }

  .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;
  }

  .div-block-43 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

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

  .container-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .section-16 {
    padding-top: 0%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-30 {
    flex-flow: column;
  }

  .div-block-44 {
    max-width: 100%;
  }

  .section-17 {
    overflow: hidden;
  }
}

#w-node-ebff7670-bba6-3983-73b4-ce2ac3954be2-476b0f83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ebff7670-bba6-3983-73b4-ce2ac3954bf2-476b0f83, #w-node-ebff7670-bba6-3983-73b4-ce2ac3954c02-476b0f83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-ebff7670-bba6-3983-73b4-ce2ac3954be2-476b0f83 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-ebff7670-bba6-3983-73b4-ce2ac3954bf2-476b0f83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-ebff7670-bba6-3983-73b4-ce2ac3954c02-476b0f83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ebff7670-bba6-3983-73b4-ce2ac3954be2-476b0f83 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ebff7670-bba6-3983-73b4-ce2ac3954bf2-476b0f83 {
    align-self: auto;
  }
}


@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 Regular';
  src: url('../fonts/AnyConv.com__IgnaSans-Bold.ttf') format('truetype');
  font-weight: 400;
  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 Medium';
  src: url('../fonts/AnyConv.com__IgnaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



/* ===== CARROSSEL PALESTRANTES — FINAL ===== */

/* ===== CARROSSEL PALESTRANTES — 5º CONGRESSO ===== */

html,
body,
.body {
  overflow-x: hidden !important;
}

.section-9 {
  position: relative;
  overflow: hidden;
}

/* Corrige título cortado no mobile */
.section-9 .container-17 {
  position: relative;
  z-index: 2;
}

.section-9 .congresso-speakers__wrap {
  position: relative;
  z-index: 3;

  display: flex;
  justify-content: center;
  align-items: center;

  max-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 64px;
  padding-right: 64px;

  overflow: hidden;
  box-sizing: border-box;
}

.congresso-speakers__swiper {
  width: 850px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.congresso-speakers__swiper .swiper-wrapper {
  align-items: stretch;
}

.congresso-speakers__swiper .swiper-slide {
  width: 200px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

/* Mantém exatamente o design atual dos seus cards */
.congresso-speakers__swiper .div-block-10 {
  flex: 0 0 200px !important;
  width: 200px !important;
  min-width: 200px !important;
  max-width: none !important;
  height: 350px !important;
  margin: 0 !important;
}

.congresso-speakers__swiper .div-block-12 {
  width: 100%;
  height: 350px !important;
}

/* Setas */
.congresso-speakers__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;

  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(245, 212, 171, 0.65);

  background: rgba(0, 84, 63, 0.94);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 34px;
  line-height: 1;
  cursor: pointer;

  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease;
}

.congresso-speakers__arrow:hover {
  background: #d37766;
}

.congresso-speakers__arrow--prev {
  left: 16px;
}

.congresso-speakers__arrow--next {
  right: 16px;
}

/* Desktop grande */
@media screen and (min-width: 1920px) {
  .congresso-speakers__swiper {
    width: 1230px;
  }

  .congresso-speakers__swiper .swiper-slide {
    width: 300px;
  }

  .congresso-speakers__swiper .div-block-10 {
    flex-basis: 300px !important;
    width: 300px !important;
    min-width: 300px !important;
    height: 450px !important;
  }

  .congresso-speakers__swiper .div-block-12 {
    height: 450px !important;
  }
}

/* Tablet */
@media screen and (max-width: 991px) {
  .section-9 .congresso-speakers__wrap {
    padding-left: 54px;
    padding-right: 54px;
  }

  .congresso-speakers__swiper {
    width: 640px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .section-9 {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 .container-17 {
    justify-content: center;
    padding-left: 7%;
    padding-right: 7%;
    box-sizing: border-box;
  }

  .section-9 .div-block-8,
  .section-9 .div-block-9 {
    display: none;
  }

  .section-9 .div-block-39 {
    width: 100%;
    max-width: 100%;
  }

  .section-9 .heading-5.verde {
    text-align: center;
    font-size: 27px;
    line-height: 1.15em;
  }

  .section-9 {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section-9 .container-17 {
    justify-content: center;
    padding-left: 7%;
    padding-right: 7%;
    box-sizing: border-box;
  }

  .section-9 .div-block-8,
  .section-9 .div-block-9 {
    display: none;
  }

  .section-9 .div-block-39 {
    width: 100%;
    max-width: 100%;
  }

  .section-9 .heading-5.verde {
    text-align: center;
    font-size: 27px;
    line-height: 1.15em;
  }

  .section-9 .congresso-speakers__wrap {
    margin-top: 30px;
    padding-right: 0;
    overflow: hidden;
  }

  .congresso-speakers__swiper {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .congresso-speakers__swiper .swiper-slide {
    width: auto !important;
    display: flex;
    justify-content: center;
  }

  .congresso-speakers__swiper .div-block-10 {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 350px !important;
  }

  .congresso-speakers__swiper .div-block-12 {
    height: 350px !important;
  }

  .congresso-speakers__arrow {
    display: none;
  }

  .congresso-speakers__arrow--prev {
    left: 4px;
  }

  .congresso-speakers__arrow--next {
    right: 4px;
  }
}

/* Mobile pequeno */
@media screen and (max-width: 479px) {
  .section-9 .heading-5.verde {
    font-size: 25px;
  }

  .section-9 .congresso-speakers__wrap {
    padding-right: 0;
    overflow: hidden;
  }

  .congresso-speakers__swiper {
    width: 100%;
    overflow: visible;
  }

  .congresso-speakers__swiper .swiper-slide {
    width: auto !important;
    display: flex;
    justify-content: center;
  }

  .congresso-speakers__swiper .div-block-10 {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 350px !important;
  }

  .congresso-speakers__arrow {
    display: none;
  }
}

/* ===== MOBILE: CARD MAIS RETANGULAR NO CARROSSEL ===== */

@media screen and (max-width: 767px) {
  .section-9 .congresso-speakers__wrap {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .congresso-speakers__swiper {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .congresso-speakers__swiper .swiper-slide {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    display: flex;
    justify-content: center;
  }

  .congresso-speakers__swiper .div-block-10 {
    flex: 0 0 220px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    height: 350px !important;
    margin: 0 !important;
  }

  .congresso-speakers__swiper .div-block-12 {
    height: 350px !important;
  }

  .congresso-speakers__arrow {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .congresso-speakers__swiper .swiper-slide {
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
  }

  .congresso-speakers__swiper .div-block-10 {
    flex-basis: 210px !important;
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    height: 350px !important;
  }

  .congresso-speakers__swiper .div-block-12 {
    height: 350px !important;
  }
}

/* ===== CORRIGE OVERFLOW DA ESTEIRA SUPERIOR ===== */

html,
body,
.body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

.section-17 {
  position: relative !important;
  width: 100% !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  contain: paint;
}

.section-17 .track-horizontal-carrossel {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;

  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;

  width: max-content !important;
  max-width: none !important;

  overflow: visible !important;
  white-space: nowrap !important;
  transform: translate3d(0, 0, 0);
}

/* evita que imagens da esteira somem ou deformem */
.section-17 .foto-carrossel,
.section-17 .foto-carrossel img {
  flex: 0 0 auto !important;
}

.section-17 .image-27,
.section-17 .image-28,
.section-17 .image-29,
.section-17 .image-30,
.section-17 .image-31,
.section-17 .image-32 {
  max-width: none !important;
  height: 150px !important;
}

/* no mobile, garante que a faixa não crie largura lateral */
@media screen and (max-width: 767px) {
  .section-17 {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }

  .section-17 .track-horizontal-carrossel {
    max-width: none !important;
  }
}


/* ===== VÍDEOS — CARROSSEL MOBILE FINAL ===== */

@media screen and (max-width: 767px) {
  .videos-mobile-section {
    width: 100% !important;
    max-width: 100% !important;
    padding: 40px 0 50px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .videos-mobile-section .videos-mobile-carousel {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    justify-content: flex-start !important;
    align-items: flex-start !important;

    gap: 14px !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 0 !important;
    padding-bottom: 10px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 16px !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch;

    box-sizing: border-box !important;
    scrollbar-width: none !important;

    direction: ltr !important;
  }

  .videos-mobile-section .videos-mobile-carousel::-webkit-scrollbar {
    display: none !important;
  }

  .videos-mobile-section .videos-mobile-carousel > .div-block-24 {
    flex: 0 0 calc(50vw - 64px) !important;

    width: calc(50vw - 64px) !important;
    min-width: calc(50vw - 64px) !important;
    max-width: calc(50vw - 64px) !important;

    margin: 0 !important;
    padding: 0 !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;

    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .videos-mobile-section .w-embed,
  .videos-mobile-section .w-script,
  .videos-mobile-section blockquote.instagram-media,
  .videos-mobile-section .instagram-media,
  .videos-mobile-section .instagram-media-rendered,
  .videos-mobile-section iframe {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .videos-mobile-section iframe {
    pointer-events: none !important;
  }
}

@media screen and (max-width: 479px) {
  .videos-mobile-section .videos-mobile-carousel {
    padding-left: 14px !important;
    padding-right: 14px !important;
    gap: 12px !important;
    scroll-padding-left: 14px !important;
  }

  .videos-mobile-section .videos-mobile-carousel > .div-block-24 {
    flex-basis: calc(100vw - 52px) !important;
    width: calc(100vw - 52px) !important;
    min-width: calc(100vw - 52px) !important;
    max-width: calc(100vw - 52px) !important;
  }
}


/* ===== CARROSSEIS DOS NÚCLEOS DE PALESTRANTES ===== */

.nucleos-speakers-section {
  position: relative;
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 7%;
}

.nucleo-speakers {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.nucleo-speakers + .nucleo-speakers {
  margin-top: 80px;
}

.nucleo-speakers > .heading-15.verde {
  margin-bottom: 28px;
  text-transform: uppercase;
}

.nucleo-speakers__wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  overflow: hidden;
  box-sizing: border-box;
}

.nucleo-speakers__swiper {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.nucleo-speakers__swiper .swiper-wrapper {
  align-items: stretch;
}

.nucleo-speakers__swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

/* Card igual ao carrossel internacional */
.nucleo-speakers__swiper .div-block-10 {
  flex: 0 0 200px !important;
  width: 200px !important;
  min-width: 200px !important;
  max-width: none !important;
  height: 350px !important;
  margin: 0 !important;
}

.nucleo-speakers__swiper .div-block-12 {
  width: 100%;
  height: 350px !important;
}

/* Setas */
.nucleo-speakers__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;

  width: 44px;
  height: 44px;
  border: 1px solid rgba(245, 212, 171, 0.65);
  border-radius: 999px;

  background: rgba(0, 84, 63, 0.94);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 34px;
  line-height: 1;
  cursor: pointer;

  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease;
}

.nucleo-speakers__arrow:hover {
  background: #d37766;
}

.nucleo-speakers__arrow--prev {
  left: 16px;
}

.nucleo-speakers__arrow--next {
  right: 16px;
}

/* Desktop grande */
@media screen and (min-width: 1920px) {
  .nucleo-speakers__swiper {
    width: 1230px !important;
    max-width: 100% !important;
  }

  .nucleo-speakers__swiper .div-block-10 {
    flex-basis: 300px !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 450px !important;
  }

  .nucleo-speakers__swiper .div-block-12 {
    height: 450px !important;
  }

  .nucleo-speakers__arrow--prev {
    left: calc(50% - 680px) !important;
  }

  .nucleo-speakers__arrow--next {
    right: calc(50% - 680px) !important;
  }
}

/* Tablet */
@media screen and (max-width: 991px) {
  .nucleo-speakers__wrap {
    padding-left: 54px;
    padding-right: 54px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .nucleos-speakers-section {
    padding-left: 0;
    padding-right: 0;
  }

  .nucleo-speakers {
    overflow: hidden;
  }

  .nucleo-speakers > .heading-15.verde {
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 22px;
  }

  .nucleo-speakers__wrap {
    padding-left: 20px;
    padding-right: 0;
    overflow: hidden;
  }

  .nucleo-speakers__swiper {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .nucleo-speakers__swiper .swiper-slide {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    display: flex;
    justify-content: center;
  }

  .nucleo-speakers__swiper .div-block-10 {
    flex: 0 0 220px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    height: 350px !important;
    margin: 0 !important;
  }

  .nucleo-speakers__swiper .div-block-12 {
    height: 350px !important;
  }

  .nucleo-speakers__arrow {
    display: none;
  }
}

/* Mobile pequeno */
@media screen and (max-width: 479px) {
  .nucleo-speakers__swiper .swiper-slide {
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
  }

  .nucleo-speakers__swiper .div-block-10 {
    flex-basis: 210px !important;
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    height: 350px !important;
  }

  .nucleo-speakers__swiper .div-block-12 {
    height: 350px !important;
  }
}

/* ===== AJUSTE ESPAÇAMENTO CARROSSEL DOS NÚCLEOS ===== */

.nucleo-speakers__wrap {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.nucleo-speakers__swiper {
  width: 850px !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
}

.nucleo-speakers__swiper .swiper-slide {
  display: flex !important;
  justify-content: center !important;
}

.nucleo-speakers__swiper .div-block-10 {
  flex: 0 0 200px !important;
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  height: 350px !important;
  margin: 0 !important;
}

/* aproxima as setas do carrossel, igual ao internacional */
.nucleo-speakers__arrow--prev {
  left: calc(50% - 470px) !important;
}

.nucleo-speakers__arrow--next {
  right: calc(50% - 470px) !important;
}


/* ===== AJUSTE FINAL — NÚCLEOS DE PALESTRANTES ===== */

/* Mantém cards próximos, mas joga as setas para as laterais do site */
.nucleos-speakers-section {
  overflow: hidden !important;
}

.nucleo-speakers__wrap {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: visible !important;
}

.nucleo-speakers__swiper {
  width: 850px !important;
  max-width: calc(100% - 260px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
}

/* Setas mais para os cantos, como no carrossel internacional */
.nucleo-speakers__arrow--prev {
  left: 10% !important;
}

.nucleo-speakers__arrow--next {
  right: 10% !important;
}

/* Desktop grande */
@media screen and (min-width: 1920px) {
  .nucleo-speakers__swiper {
    width: 1230px !important;
    max-width: calc(100% - 360px) !important;
  }

  .nucleo-speakers__arrow--prev {
    left: 10% !important;
  }

  .nucleo-speakers__arrow--next {
    right: 10% !important;
  }
}

/* Tablet */
@media screen and (max-width: 991px) {
  .nucleo-speakers__swiper {
    width: 640px !important;
    max-width: calc(100% - 120px) !important;
  }

  .nucleo-speakers__arrow--prev {
    left: 24px !important;
  }

  .nucleo-speakers__arrow--next {
    right: 24px !important;
  }
}

/* Mobile — remove margem lateral grande */
@media screen and (max-width: 767px) {
  .section-12.nucleos-speakers-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
    padding-bottom: 15%;
  }

  .nucleo-speakers {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .nucleo-speakers > .heading-15.verde {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }

  .nucleo-speakers__wrap {
    padding-left: 14px !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  .nucleo-speakers__swiper {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
  }

  .nucleo-speakers__swiper .swiper-slide {
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    display: flex !important;
    justify-content: flex-start !important;
  }

  .nucleo-speakers__swiper .div-block-10 {
    flex: 0 0 210px !important;
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    height: 350px !important;
    margin: 0 !important;
  }

  .nucleo-speakers__swiper .div-block-12 {
    height: 350px !important;
  }

  .nucleo-speakers__arrow {
    display: none !important;
  }
}

/* Mobile menor */
@media screen and (max-width: 479px) {
  .nucleo-speakers__wrap {
    padding-left: 10px !important;
    padding-right: 0 !important;
  }

  .nucleo-speakers__swiper .swiper-slide {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }

  .nucleo-speakers__swiper .div-block-10 {
    flex-basis: 200px !important;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }
}

/* ===== NÚCLEOS — LOOP INFINITO + SNAP EXATO POR CARD ===== */

@media screen and (min-width: 768px) {
  .section-12.nucleos-speakers-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
    padding-bottom: 10%;
  }

  .nucleo-speakers {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .nucleo-speakers > .heading-15.verde {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  .nucleo-speakers__wrap {
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;

    margin-left: 50% !important;
    transform: translateX(-50%) !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .nucleo-speakers__swiper {
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  .nucleo-speakers__swiper .swiper-wrapper {
    align-items: stretch !important;
  }

  .nucleo-speakers__swiper .swiper-slide {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    flex-shrink: 0 !important;

    display: flex !important;
    justify-content: center !important;
  }

  .nucleo-speakers__swiper .div-block-10 {
    flex: 0 0 200px !important;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    height: 350px !important;
    margin: 0 !important;
  }

  .nucleo-speakers__swiper .div-block-12 {
    height: 350px !important;
  }

  .nucleo-speakers__arrow {
    display: flex !important;
    position: absolute !important;
    top: 50% !important;
    z-index: 50 !important;
    transform: translateY(-50%) !important;
  }

  .nucleo-speakers__arrow--prev {
    left: 24px !important;
  }

  .nucleo-speakers__arrow--next {
    right: 24px !important;
  }
}

/* 4 cards exatos */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .nucleo-speakers__swiper {
    width: 830px !important; /* 4 cards de 200px + 3 gaps de 10px */
    max-width: calc(100vw - 140px) !important;
  }
}

/* 5 cards exatos */
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .nucleo-speakers__swiper {
    width: 1040px !important; /* 5 cards de 200px + 4 gaps de 10px */
    max-width: calc(100vw - 180px) !important;
  }
}

/* 6 cards exatos */
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .nucleo-speakers__swiper {
    width: 1250px !important; /* 6 cards de 200px + 5 gaps de 10px */
    max-width: calc(100vw - 220px) !important;
  }
}

/* 7 cards exatos */
@media screen and (min-width: 1920px) {
  .nucleo-speakers__swiper {
    width: 1460px !important; /* 7 cards de 200px + 6 gaps de 10px */
    max-width: calc(100vw - 260px) !important;
  }

  .nucleo-speakers__arrow--prev {
    left: 32px !important;
  }

  .nucleo-speakers__arrow--next {
    right: 32px !important;
  }
}


/* ===== MENU FIXO: TRANSPARENTE NO TOPO / COLORIDO AO SCROLL ===== */

.wbs-section.verde {
  position: fixed !important;
  top: 45px !important;
  left: 0 !important;
  right: 0 !important;

  width: 100% !important;
  max-width: 100% !important;

  z-index: 99999999 !important;

  margin-top: 0 !important;
  margin-bottom: 0 !important;

  padding-top: 0 !important;
  padding-bottom: 0 !important;

  background: transparent !important;
  border-color: transparent !important;

  transition:
    top 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    backdrop-filter 0.25s ease;
}

/* menu interno */
.wbs-section.verde .wbs-navbar-center {
  background: transparent !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* estado depois do scroll */
.wbs-section.verde.is-scrolled {
  top: 0 !important;

  background: linear-gradient(
    90deg,
    rgba(4, 116, 91, 0.92),
    rgba(23, 163, 212, 0.78)
  ) !important;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

}

/* faixa continua normal no topo e some ao rolar */
.marquee-horizontal.lote {
  position: relative !important;
  z-index: 99999998 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* evita compensação estranha */
body.body {
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .wbs-section.verde {
    top: 45px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .wbs-section.verde.is-scrolled {
    top: 0 !important;

    background: linear-gradient(
      90deg,
      rgba(4, 116, 91, 0.95),
      rgba(23, 163, 212, 0.82)
    ) !important;
  }

  .wbs-section.verde .wbs-navbar-center {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .wbs-logo {
    height: 50px !important;
  }

  .wbs-nav-center-menu {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
}


/* ===== FAQ NATIVO — ACORDEÃO DENTRO DE ACORDEÃO ===== */

.faq-native-section {
  background: #1e1e1e;
  padding: 1% 0%;
  overflow: hidden;
}

.faq-native-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-native-main,
.faq-native-item {
  display: block;
}

.faq-native-main-summary,
.faq-native-item summary {
  list-style: none;
  cursor: pointer;
}

.faq-native-main-summary::-webkit-details-marker,
.faq-native-item summary::-webkit-details-marker {
  display: none;
}

.faq-native-main-summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 18px;
}

.faq-native-main-summary::after {
  content: "+";
  color: #00daab;
  font-family: Arial, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
}

.faq-native-main[open] > .faq-native-main-summary::after {
  content: "−";
}

.faq-native-label {
  color: #00daab;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 18px;
}

.faq-native-title {
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2em;
}

.faq-native-content {
  padding-top: 40px;
}

.faq-native-item {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background: transparent;
}

.faq-native-item[open] {
  border-color: #00daab;
  background: rgba(0, 218, 171, 0.04);
}

.faq-native-item summary {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35em;
}

.faq-native-item summary::after {
  content: "+";
  color: #00daab;
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}

.faq-native-item[open] summary::after {
  content: "−";
}

.faq-native-answer {
  padding: 0 28px 18px;
}

.faq-native-answer p,
.faq-native-answer li {
  color: rgba(255, 255, 255, 0.82);
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}

.faq-native-answer p {
  margin: 0 0 14px;
}

.faq-native-answer ul {
  margin: 0 0 14px;
  padding-left: 22px;
}

.faq-native-answer a {
  color: #00daab;
  text-decoration: none;
}

.faq-native-answer a:hover {
  text-decoration: underline;
}

.faq-native-cta {
  border: 2px solid #00daab;
  border-radius: 10px;
  margin-top: 60px;
  padding: 55px 8%;
  text-align: center;
}

.faq-native-cta h3 {
  color: #fff;
  max-width: 900px;
  margin: 0 auto 35px;
  font-family: Igna Sans Regular, Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.35em;
}

.faq-native-cta a {
  color: #111;
  text-transform: uppercase;
  background: linear-gradient(90deg, #49d0a0, #17a3d4);
  border-radius: 8px;
  display: inline-block;
  padding: 14px 44px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 19px;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .faq-native-section {
    padding: 7% 6%;
  }

  .faq-native-title {
    font-size: 32px;
  }

  .faq-native-main-summary::after {
    font-size: 40px;
  }

  .faq-native-content {
    padding-top: 30px;
  }

  .faq-native-item summary {
    padding: 16px 18px;
    font-size: 18px;
  }

  .faq-native-item summary::after {
    font-size: 32px;
  }

  .faq-native-answer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-native-answer p,
  .faq-native-answer li {
    font-size: 15px;
  }

  .faq-native-cta {
    margin-top: 45px;
    padding: 35px 22px;
  }

  .faq-native-cta h3 {
    font-size: 24px;
  }

  .faq-native-cta a {
    width: 100%;
    padding: 14px 20px;
  }
}



/* ===== FAQ — ANIMAÇÃO SUAVE SEM TRAVAR ===== */

.faq-native-main > .faq-native-content,
.faq-native-item > .faq-native-answer {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transform: translateY(-6px);
  transition:
    max-height 0.38s ease,
    opacity 0.22s ease,
    transform 0.22s ease;
}

/* Acordeão principal aberto */
.faq-native-main.is-open > .faq-native-content {
  max-height: 3600px !important;
  opacity: 1 !important;
  transform: translateY(0);
}

/* Pergunta interna aberta */
.faq-native-item.is-open > .faq-native-answer {
  max-height: 700px !important;
  opacity: 1 !important;
  transform: translateY(0);
}

/* Ícones controlados pela classe, não só pelo [open] */
.faq-native-main > .faq-native-main-summary::after {
  content: "+" !important;
}

.faq-native-main.is-open > .faq-native-main-summary::after {
  content: "−" !important;
}

.faq-native-item > summary::after {
  content: "+" !important;
}

.faq-native-item.is-open > summary::after {
  content: "−" !important;
}

@media screen and (max-width: 767px) {
  .faq-native-main > .faq-native-content,
  .faq-native-item > .faq-native-answer {
    transition:
      max-height 0.32s ease,
      opacity 0.2s ease,
      transform 0.2s ease;
  }

  .faq-native-main.is-open > .faq-native-content {
    max-height: 4200px !important;
  }

  .faq-native-item.is-open > .faq-native-answer {
    max-height: 900px !important;
  }
}


/* ===== FIX HERO MOBILE — REMOVE BURACO PERTO DO MENU ===== */

@media screen and (max-width: 767px) {
  .section-5 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-height: 80svh !important;
    height: 80svh !important;
    overflow: hidden !important;
  }

  .background-video {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: 80svh !important;
    min-height: 80svh !important;
    width: 100% !important;
  }

  .background-video video,
  .w-background-video video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .container-15 {
    margin-top: 0 !important;
    padding-top: 80px !important;
  }
}


/* ===== FIX FAIXA EU JÁ FUI E INDICO ===== */

.section-14 {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 170px !important;
  margin-top: -40px !important;
  margin-bottom: -20px !important;
  overflow: hidden !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.section-14 .image-23 {
  width: 110vw !important;
  max-width: none !important;
  height: 170px !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: cover !important;
  object-position: center center !important;

  display: block !important;
  transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  .section-14 {
    height: 120px !important;
    margin-top: -10% !important;
    margin-bottom: -10px !important;
  }

  .section-14 .image-23 {
    width: 145vw !important;
    height: 120px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

@media screen and (max-width: 479px) {
  .section-14 {
    height: 105px !important;
    margin-top: -15px !important;
  }

  .section-14 .image-23 {
    width: 160vw !important;
    height: 105px !important;
  }
}


/* ===== FIX HOTÉIS — REMOVE AZUL ===== */

.section-11.hospedagem,
.section-11.hospedagem.verde {
  background-image:
    url('../images/mulher-5congresso-baps.svg'),
    linear-gradient(90deg, #04745b 0%, #00a884 55%, #00daab 100%) !important;

  background-position: 0%, 0 0 !important;
  background-repeat: no-repeat, repeat !important;
  background-size: auto, auto !important;
}

/* Botão da hospedagem sem azul */
.section-11.hospedagem .lynx-button,
.section-11.hospedagem .lynx-button.interno,
.section-11.hospedagem .lynx-button.interno.centro,
.section-11.hospedagem .lynx-button.interno.centro.verde,
.section-11.hospedagem .lynx-button.interno.centro.vermelho,
.section-11.hospedagem .lynx-button.interno.centro.hotel {
  background-image: linear-gradient(90deg, #49d0a0, #00daab) !important;
  background-color: #00daab !important;
  color: #fff !important;
}

.section-11.hospedagem .lynx-button:hover,
.section-11.hospedagem .lynx-button.interno:hover,
.section-11.hospedagem .lynx-button.interno.centro:hover {
  background-image: linear-gradient(90deg, #04745b, #00a884) !important;
  background-color: #04745b !important;
  color: #fff !important;
}


@media screen and (max-width: 767px) {
  .wbs-section.verde {
    position: fixed !important;
    top: 45px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99999999 !important;
  }

  .wbs-section.verde.is-scrolled {
    top: 0 !important;
  }
}


.section-11.hospedagem a {
  color: #00daab !important;
  -webkit-text-fill-color: #00daab !important;
}


/* ===== PREÇOS — BOXES PADRONIZADAS 5 / 4 / 4 ===== */

.section-15 {
  --preco-card-width: 220px;
  --preco-gap: 20px;

  overflow: hidden !important;
}

.section-15 .precos-row {
  display: flex !important;
  flex-flow: row nowrap !important;
  justify-content: center !important;
  align-items: stretch !important;

  gap: var(--preco-gap) !important;

  width: 100% !important;
  max-width: calc((var(--preco-card-width) * 5) + (var(--preco-gap) * 4)) !important;

  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: var(--preco-gap) !important;
  margin-bottom: 0 !important;
}

/* remove margem extra entre linhas */
.section-15 .precos-row + .precos-row {
  margin-top: var(--preco-gap) !important;
}

/* todas as boxes com a MESMA largura */
.section-15 .precos-row .bloco-precos {
  flex: 0 0 var(--preco-card-width) !important;

  width: var(--preco-card-width) !important;
  min-width: var(--preco-card-width) !important;
  max-width: var(--preco-card-width) !important;

  min-height: 280px !important;
  height: auto !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;

  padding: 24px !important;
  box-sizing: border-box !important;
}

/* preço sempre na mesma linha */
.section-15 .bloco-precos .heading-4.valor {
  white-space: nowrap !important;
  display: block !important;
  line-height: 1.15em !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

.section-15 .bloco-precos .heading-4.valor br {
  display: none !important;
}

/* preço riscado com altura consistente */
.section-15 .bloco-precos .heading-4.lote {
  min-height: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}

/* botão no final */
.section-15 .bloco-precos .lynx-button,
.section-15 .bloco-precos .lynx-button.interno,
.section-15 .bloco-precos .lynx-button.interno.centro,
.section-15 .bloco-precos .lynx-button.interno.centro.vermelho,
.section-15 .bloco-precos .lynx-button.interno.centro.vermelho.preco {
  margin-top: auto !important;
  align-self: flex-start !important;
}

/* ===== PREÇOS — AJUSTE FINAL MOBILE ===== */

.preco-nowrap {
  white-space: nowrap !important;
}

.titulo-vip span {
  display: block;
}

@media screen and (max-width: 767px) {
  .section-15 .precos-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .section-15 .precos-row .bloco-precos {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 15px !important;
    min-height: 245px !important;
  }

  .section-15 .bloco-precos .heading-4.tipo-ingresso,
  .section-15 .bloco-precos .heading-15.verde {
    font-size: 17px !important;
    line-height: 1.18em !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 16px !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .section-15 .bloco-precos .titulo-vip {
    font-size: 14px !important;
    line-height: 1.18em !important;
    letter-spacing: 0.25px !important;
  }

  .section-15 .bloco-precos .titulo-nao-associado {
    font-size: 14px !important;
    line-height: 1.18em !important;
  }

  .section-15 .bloco-precos .heading-4.valor {
    font-size: 20px !important;
    line-height: 1.15em !important;
    white-space: nowrap !important;
    margin-bottom: 14px !important;
  }

  .section-15 .bloco-precos .heading-4.valor br {
    display: none !important;
  }

  .section-15 .bloco-precos .heading-4.lote {
    font-size: 12.5px !important;
    line-height: 1.2em !important;
    letter-spacing: -0.15px !important;
    white-space: nowrap !important;
    margin-bottom: 18px !important;
  }

  .section-15 .bloco-precos .heading-4.lote br {
    display: none !important;
  }

  .section-15 .bloco-precos .lynx-button,
  .section-15 .bloco-precos .lynx-button.interno,
  .section-15 .bloco-precos .lynx-button.interno.centro,
  .section-15 .bloco-precos .lynx-button.interno.centro.vermelho,
  .section-15 .bloco-precos .lynx-button.interno.centro.vermelho.preco {
    padding: 9px 12px !important;
    font-size: 13px !important;
    line-height: 1.2em !important;
  }
}

@media screen and (max-width: 390px) {
  .section-15 .precos-row {
    gap: 12px !important;
  }

  .section-15 .precos-row .bloco-precos {
    padding: 14px !important;
  }

  .section-15 .bloco-precos .heading-4.tipo-ingresso,
  .section-15 .bloco-precos .heading-15.verde {
    font-size: 16px !important;
  }

  .section-15 .bloco-precos .titulo-vip,
  .section-15 .bloco-precos .titulo-nao-associado {
    font-size: 13px !important;
  }

  .section-15 .bloco-precos .heading-4.valor {
    font-size: 19px !important;
  }

  .section-15 .bloco-precos .heading-4.lote {
    font-size: 12px !important;
  }
}




/* ===== FIX DEFINITIVO — CARD ACOMPANHANTE ===== */

.section-15 .bloco-precos.card-acompanhante .heading-4.tipo-ingresso,
.section-15 .bloco-precos.card-acompanhante h4 {
  font-size: 17px !important;
  line-height: 1.15em !important;
  letter-spacing: 0.2px !important;

  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: unset !important;
  word-break: normal !important;
  overflow-wrap: normal !important;

  max-width: none !important;
  width: auto !important;
}

/* remove qualquer corte antigo */
.section-15 .titulo-acompanhante {
  overflow: visible !important;
  text-overflow: unset !important;
  max-width: none !important;
}

/* desktop grande */
@media screen and (min-width: 1440px) {
  .section-15 .bloco-precos.card-acompanhante .heading-4.tipo-ingresso,
  .section-15 .bloco-precos.card-acompanhante h4 {
    font-size: 18px !important;
  }
  .image-25.mobile {
  max-width: 100%;
  display: none;
}

.image-logo {
  max-width: 50%;
  display: block;
}
}

/* mobile */
@media screen and (max-width: 767px) {
  .section-15 .bloco-precos.card-acompanhante .heading-4.tipo-ingresso,
  .section-15 .bloco-precos.card-acompanhante h4 {
    font-size: 17px !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
  .image-25.mobile {
  max-width: 55%;
  display: block;
}
.image-logo {
  max-width: 23%;
  display: none;
}
}

@media screen and (max-width: 390px) {
  .section-15 .bloco-precos.card-acompanhante .heading-4.tipo-ingresso,
  .section-15 .bloco-precos.card-acompanhante h4 {
    font-size: 16px !important;
  }

  .image-25.mobile {
  max-width: 55%;
  display: block;
}
.image-logo {
  max-width: 23%;
  display: none;
}
}




/* ===== ESTEIRA — CORREÇÃO FINAL TEXTO À ESQUERDA E CENTRALIZADO VERTICALMENTE ===== */

.section-17 {
  --esteira-height: 150px;
  height: var(--esteira-height) !important;
}

.section-17 .track-horizontal-carrossel {
  height: var(--esteira-height) !important;
  align-items: stretch !important;
}

.section-17 .div-block-45 {
  position: relative !important;

  display: flex !important;
  flex-direction: column !important;

  justify-content: center !important; /* centro vertical */
  align-items: flex-start !important; /* esquerda horizontal */

  height: var(--esteira-height) !important;

  padding: 0 28px !important;
  box-sizing: border-box !important;

  overflow: hidden !important;
  text-align: left !important;
}

.section-17 .div-block-45 .heading-15 {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;

  transform: none !important;

  margin: 0 !important;

  width: auto !important;
  max-width: 310px !important;

  text-align: left !important;
  white-space: normal !important;
  line-height: 1.15em !important;
}

/* texto maior */
.section-17 .div-block-45.azul .heading-15 {
  max-width: 330px !important;
  font-size: 21px !important;
  line-height: 1.12em !important;
}

/* imagens com a mesma altura da faixa */
.section-17 .foto-carrossel,
.section-17 .foto-carrossel img,
.section-17 .image-27,
.section-17 .image-28,
.section-17 .image-29,
.section-17 .image-30,
.section-17 .image-31,
.section-17 .image-32 {
  height: var(--esteira-height) !important;
  max-height: var(--esteira-height) !important;
}

/* mobile */
@media screen and (max-width: 767px) {
  .section-17 .div-block-45 {
    padding: 0 18px !important;
  }

  .section-17 .div-block-45 .heading-15 {
    max-width: 230px !important;
    font-size: 16px !important;
    line-height: 1.12em !important;
  }

  .section-17 .div-block-45.azul .heading-15 {
    max-width: 245px !important;
    font-size: 15px !important;
    line-height: 1.1em !important;
  }
}

/* ===== ESTEIRA — MOBILE DRAG MAIS SUAVE ===== */

.section-17 {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y !important;
  overscroll-behavior: contain;
}

.section-17.is-dragging {
  cursor: grabbing;
}

.section-17 .track-horizontal-carrossel,
.section-17 .track-horizontal-carrossel * {
  user-select: none;
  -webkit-user-select: none;
}

.section-17 img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}



/* ===== FAIXA TOPO — TEXTO CAPITALIZADO E SEM ESPAÇO EXCESSIVO ===== */

.marquee-horizontal.lote.marquee-top-baps {
  width: 100% !important;
  max-width: 100vw !important;
  height: 42px !important;
  overflow: hidden !important;

  display: flex !important;
  align-items: center !important;

  background-image: linear-gradient(90deg, #49d0a0, #17a3d4) !important;

  position: relative !important;
  z-index: 99999998 !important;
}

.marquee-top-baps .track-horizontal {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;

  width: max-content !important;
  max-width: none !important;

  white-space: nowrap !important;
  overflow: visible !important;

  animation: bapsTopMarquee var(--top-marquee-duration, 26s) linear infinite !important;
  will-change: transform !important;
}

.marquee-top-baps .marquee-set {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

.marquee-top-baps .marquee-text.lote {
  flex: 0 0 auto !important;

  color: #fff !important;
  white-space: nowrap !important;

  margin: 0 !important;
  padding: 0 8px !important;

  font-family: Igna Sans Medium, Arial, sans-serif !important;
  font-size: 19px !important;
  line-height: 42px !important;

  text-transform: none !important;
}

/* remove o bullet antigo do CSS */
.marquee-top-baps .marquee-text.lote::after {
  content: none !important;
}

@keyframes bapsTopMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .marquee-horizontal.lote.marquee-top-baps {
    height: 38px !important;
  }

  .marquee-top-baps .marquee-text.lote {
    font-size: 15px !important;
    line-height: 38px !important;
    padding: 0 7px !important;
  }
}


/* ===== FAIXA TOPO — ESPAÇAMENTO IGUAL NA BOLINHA ===== */

.marquee-top-baps .marquee-text.lote {
  flex: 0 0 auto !important;

  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;

  color: #fff !important;
  white-space: nowrap !important;

  margin: 0 14px 0 0 !important;
  padding: 0 !important;

  font-family: Igna Sans Medium, Arial, sans-serif !important;
  font-size: 19px !important;
  line-height: 42px !important;
  text-transform: none !important;
}

.marquee-top-baps .marquee-text.lote::after {
  content: "•" !important;
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .marquee-top-baps .marquee-text.lote {
    gap: 10px !important;
    margin-right: 10px !important;
    font-size: 17px !important;
    line-height: 38px !important;
  }
}


/* ===== VÍDEOS DE DEPOIMENTOS — MOSTRAR PARTE DO PRÓXIMO NO MOBILE ===== */

@media screen and (max-width: 767px) {
  .videos-mobile-section .videos-mobile-carousel {
    padding-left: 14px !important;
    padding-right: 0 !important;
    gap: 12px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 14px !important;

    -webkit-overflow-scrolling: touch;
  }

  .videos-mobile-section .videos-mobile-carousel > .div-block-24 {
    flex: 0 0 82vw !important;

    width: 82vw !important;
    min-width: 82vw !important;
    max-width: 82vw !important;

    margin: 0 !important;
    padding: 0 !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;

    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .videos-mobile-section .w-embed,
  .videos-mobile-section .w-script,
  .videos-mobile-section blockquote.instagram-media,
  .videos-mobile-section .instagram-media,
  .videos-mobile-section .instagram-media-rendered,
  .videos-mobile-section iframe {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

@media screen and (max-width: 479px) {
  .videos-mobile-section .videos-mobile-carousel > .div-block-24 {
    flex-basis: 50vw !important;

    width: 50vw !important;
    min-width: 50vw !important;
    max-width: 50vw !important;
  }
}




/* ===== CRONOGRAMA — LAYOUT FINAL COM CLASSE EXCLUSIVA ===== */

#cronograma .participacao {
  padding: 0% 0% 3% !important;
  box-sizing: border-box !important;
}

/* Mantém título, texto, grid e botão no mesmo esquadro */
#cronograma .participacao > .div-block-43,
#cronograma .participacao > .cronograma-texto,
#cronograma .participacao > .cronograma-grid,
#cronograma .participacao > .container-28 {
  width: 100% !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Desktop: 4 colunas lado a lado */
#cronograma .cronograma-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 1320px !important;

  margin-top: 48px !important;
  margin-bottom: 0 !important;
}

/* Cada dia ocupa exatamente 25% */
#cronograma .cronograma-dia {
  flex: 0 0 25% !important;
  width: 25% !important;
  max-width: 25% !important;
  min-width: 0 !important;

  padding: 0 24px !important;
  margin: 0 !important;

  border-left: 1px solid #48cfa0 !important;
  box-sizing: border-box !important;
}

#cronograma .cronograma-dia:first-child {
  border-left: 0 !important;
  padding-left: 0 !important;
}

#cronograma .cronograma-dia:last-child {
  padding-right: 0 !important;
}

/* Header no desktop: sem comportamento visual de botão */
#cronograma .cronograma-dia__header {
  appearance: none !important;
  -webkit-appearance: none !important;

  display: block !important;
  width: 100% !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;

  padding: 0 !important;
  margin: 0 !important;

  color: inherit !important;
  font: inherit !important;
  text-align: left !important;
  cursor: default !important;
}

/* Conteúdo sempre aberto no desktop */
#cronograma .cronograma-dia__content {
  display: block !important;
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible !important;
  transform: none !important;
  padding-top: 0 !important;
}

/* Esconde o + no desktop */
#cronograma .cronograma-dia__icon {
  display: none !important;
}

/* Linha verde abaixo da data */
#cronograma .cronograma-dia .div-block-42._100 {
  display: block !important;
  width: 100% !important;
  margin-top: 12px !important;
  margin-bottom: 16px !important;
}

/* Datas */
#cronograma .cronograma-dia .heading-15.verde {
  white-space: nowrap !important;
  font-size: 22px !important;
  line-height: 1.2em !important;
}

/* Itens */
#cronograma .list,
#cronograma .list-2,
#cronograma .list-3,
#cronograma .list-4 {
  padding-left: 0 !important;
  margin: 0 !important;
}

#cronograma .list-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
}

#cronograma .check {
  width: 20px !important;
  min-width: 20px !important;
  margin-top: 4px !important;
}

#cronograma .list-item .paragraph-2 {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #cronograma .participacao {
    padding: 70px 10% 10% !important;
  }

  #cronograma .participacao > .div-block-43,
  #cronograma .participacao > .cronograma-texto,
  #cronograma .participacao > .cronograma-grid,
  #cronograma .participacao > .container-28 {
    max-width: 100% !important;
  }

  #cronograma .cronograma-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    margin-top: 28px !important;
    margin-bottom: 46px !important;
  }

  #cronograma .cronograma-dia,
  #cronograma .cronograma-dia:first-child,
  #cronograma .cronograma-dia:last-child {
    flex: none !important;

    width: 100% !important;
    max-width: 100% !important;

    border-left: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #cronograma .cronograma-dia__header {
    cursor: pointer !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;

    width: 100% !important;

    padding: 22px 0 20px !important;
    border-bottom: 1px solid #48cfa0 !important;
  }

  #cronograma .cronograma-dia__header .pre-evento {
    margin-bottom: 8px !important;
  }

  #cronograma .cronograma-dia__header .heading-15.verde {
    margin: 0 !important;
    white-space: nowrap !important;
    font-size: 18px !important;
    line-height: 1.2em !important;
  }

  #cronograma .cronograma-dia__icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;

    color: #00daab !important;
    font-size: 32px !important;
    line-height: 1 !important;
    font-family: Arial, sans-serif !important;
    font-weight: 300 !important;

    transition: transform 0.2s ease !important;
  }

  #cronograma .cronograma-dia.is-open .cronograma-dia__icon {
    transform: rotate(45deg) !important;
  }

  #cronograma .cronograma-dia__content > .div-block-42._100 {
    display: none !important;
  }

  #cronograma .cronograma-dia__content {
    display: block !important;
    max-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    transform: translateY(-6px) !important;

    transition:
      max-height 0.35s ease,
      opacity 0.22s ease,
      transform 0.22s ease !important;
  }

  #cronograma .cronograma-dia.is-open .cronograma-dia__content {
    max-height: 1600px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    padding-top: 18px !important;
  }

  #cronograma .container-28 {
    margin-top: 42px !important;
  }
}


/* ===== FAQ — PADDING FINAL RESPONSIVO ===== */

/* Desktop mantém 10% */
#faq.faq-native-section,
.duvida {
  padding-left: 10% !important;
  padding-right: 10% !important;
  box-sizing: border-box !important;
}

/* Garante que o conteúdo respeite o padding */
#faq .faq-native-container,
.duvida .faq-native-cta {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Tablet: 5% nas laterais */
@media screen and (min-width: 768px) and (max-width: 991px) {
  #faq.faq-native-section,
  .duvida {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

/* Mobile: 10% nas laterais */
@media screen and (max-width: 767px) {
  #faq.faq-native-section,
  .duvida {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  #faq .faq-native-container,
  .duvida .faq-native-cta {
    max-width: 100% !important;
  }
}

/* ===== DÚVIDAS — BOTÕES ALINHADOS ===== */

.duvida .faq-native-cta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.duvida .faq-native-cta h3 {
  text-align: center !important;
  margin-bottom: 34px !important;
}

.duvida .faq-native-cta .lynx-button,
.duvida .faq-native-cta .lynx-button.interno,
.duvida .faq-native-cta .lynx-button.interno.centro,
.duvida .faq-native-cta .w-button {
  width: 100% !important;
  max-width: 320px !important;
  min-height: 44px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 auto 10px !important;
  padding: 12px 20px !important;

  text-align: center !important;
  line-height: 1.1em !important;

  transform: none !important;
  box-sizing: border-box !important;
}

.duvida .faq-native-cta .lynx-button:last-child {
  margin-bottom: 0 !important;
}

/* evita o botão entortar no hover/interação */
.duvida .faq-native-cta .lynx-button:hover,
.duvida .faq-native-cta .lynx-button:focus,
.duvida .faq-native-cta .lynx-button:active {
  transform: none !important;
}

/* ===== DÚVIDAS — BOTÕES LADO A LADO NO DESKTOP ===== */

@media screen and (min-width: 768px) {
  .duvida .faq-native-cta {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px 24px !important;
  }

  .duvida .faq-native-cta h3 {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 34px !important;
  }

  .duvida .faq-native-cta .lynx-button,
  .duvida .faq-native-cta .w-button {
    width: 250px !important;
    max-width: 250px !important;
    margin: 0 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    transform: none !important;
  }
}

/* Mobile continua um embaixo do outro */
@media screen and (max-width: 767px) {
  .duvida .faq-native-cta {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .duvida .faq-native-cta .lynx-button,
  .duvida .faq-native-cta .w-button {
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
  }
}

/* ===== DÚVIDAS — BOTÕES FINAL COM GRID ===== */

.duvida .faq-native-cta {
  display: grid !important;
  grid-template-columns: repeat(2, 260px) !important;
  justify-content: center !important;
  justify-items: center !important;
  align-items: center !important;

  column-gap: 24px !important;
  row-gap: 0 !important;
}

.duvida .faq-native-cta h3 {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 0 34px !important;
}

.duvida .faq-native-cta > a,
.duvida .faq-native-cta > a.lynx-button,
.duvida .faq-native-cta > a.w-button,
.duvida .faq-native-cta > a.lynx-button.interno,
.duvida .faq-native-cta > a.lynx-button.interno.centro {
  width: 260px !important;
  max-width: 260px !important;
  min-width: 260px !important;

  margin: 0 !important;
  padding: 14px 20px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  text-align: center !important;
  box-sizing: border-box !important;
  transform: none !important;
}


/* MOBILE — um embaixo do outro e mais próximos */
@media screen and (max-width: 767px) {
  .duvida .faq-native-cta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;

    row-gap: 8px !important;
    column-gap: 0 !important;
  }

  .duvida .faq-native-cta h3 {
    grid-column: auto !important;
    margin: 0 0 26px !important;
  }

  .duvida .faq-native-cta > a,
  .duvida .faq-native-cta > a.lynx-button,
  .duvida .faq-native-cta > a.w-button,
  .duvida .faq-native-cta > a.lynx-button.interno,
  .duvida .faq-native-cta > a.lynx-button.interno.centro {
    width: 100% !important;
    max-width: 290px !important;
    min-width: 0 !important;

    margin: 0 !important;
  }
}



/* ===== FOOTER — SANFONA MOBILE ===== */

/* Desktop/tablet: mantém tudo aberto como já está */
.footer-accordion__header {
  appearance: none !important;
  -webkit-appearance: none !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  padding: 0 !important;
  margin: 0 !important;

  width: 100% !important;

  color: inherit !important;
  font: inherit !important;
  text-align: inherit !important;

  cursor: default !important;
}

.footer-accordion__title {
  display: block !important;
}

.footer-accordion__icon,
.footer-accordion__spacer {
  display: none !important;
}

.footer-accordion__content {
  display: block !important;
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible !important;
  transform: none !important;
}


/* Mobile: vira sanfona */
@media screen and (max-width: 767px) {
  .lynx-block-footer-2.rodape.footer-accordion-item {
    width: 100% !important;
    padding: 16px 0 !important;
  }

  .footer-accordion__header {
    cursor: pointer !important;

    display: grid !important;
    grid-template-columns: 32px 1fr 32px !important;
    align-items: center !important;

    width: 100% !important;
    padding: 0 !important;
  }

  .footer-accordion__spacer,
  .footer-accordion__icon {
    display: flex !important;
  }

  .footer-accordion__title {
    grid-column: 2 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }

  .footer-accordion__icon {
    grid-column: 3 !important;
    align-items: center !important;
    justify-content: center !important;

    color: #fff !important;
    font-size: 26px !important;
    line-height: 1 !important;
    font-family: Arial, sans-serif !important;
    font-weight: 300 !important;

    transition: transform 0.2s ease !important;
  }

  .footer-accordion-item.is-open .footer-accordion__icon {
    transform: rotate(45deg) !important;
  }

  .footer-accordion__content {
    display: block !important;

    max-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    transform: translateY(-6px) !important;

    transition:
      max-height 0.32s ease,
      opacity 0.2s ease,
      transform 0.2s ease !important;
  }

  .footer-accordion-item.is-open .footer-accordion__content {
    max-height: 420px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    padding-top: 14px !important;
  }
}

/* ===== FOOTER MOBILE — APROXIMAR SANFONAS ===== */

@media screen and (max-width: 767px) {
  .lynx-grid-footer-dark-2 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    gap: 0 !important;
    row-gap: 0 !important;
    grid-row-gap: 0 !important;

    padding-top: 48px !important;
    padding-bottom: 20px !important;
  }

  .lynx-block-footer-2.logo {
    margin-bottom: 22px !important;
  }

  .lynx-block-footer-2.rodape.footer-accordion-item {
    margin: 0 !important;
    padding: 4px 0 !important;
    min-height: 0 !important;
  }

  .footer-accordion-item + .footer-accordion-item {
    margin-top: 4px !important;
  }

  .footer-accordion__header {
    min-height: 0 !important;
    padding: 8px 0 !important;
    margin: 0 !important;
  }

  .footer-accordion__title {
    margin: 0 !important;
  }

  .footer-accordion__content {
    margin: 0 !important;
  }

  .footer-accordion-item.is-open .footer-accordion__content {
    padding-top: 8px !important;
  }

  .lynx-block-footer-down.centro {
    margin-top: 22px !important;
  }
}


/* ===== PREÇOS — BOTÕES SEMPRE NO FINAL DA BOX ===== */

.section-15 .bloco-precos {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.section-15 .bloco-precos .div-block-41 {
  margin-top: auto !important;
  width: 100% !important;

  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
}

.section-15 .bloco-precos .lynx-button.preco,
.section-15 .bloco-precos .lynx-button.interno.preco,
.section-15 .bloco-precos .w-button {
  margin-top: 0 !important;
}




/* ===== ESTABILIZA IMAGENS QUE ESTAVAM PISCANDO ===== */

.section-17 img,
#cronograma img,
#patrocinadores img,
.section-13.centro img,
.container-24 img {
  opacity: 1 !important;
  visibility: visible !important;

  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;

  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.section-17 .track-horizontal-carrossel {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.section-17 .foto-carrossel,
.section-17 .div-block-45 {
  flex: 0 0 auto !important;
}

.section-17 .foto-carrossel img {
  display: block !important;
  height: 180px !important;
  width: auto !important;
  max-width: none !important;
}

#cronograma .check {
  display: block !important;
  width: 20px !important;
  min-width: 20px !important;
  height: auto !important;
}

#patrocinadores img,
.section-13.centro img,
.container-24 img {
  display: block !important;
  max-width: 100% !important;
}


/* ===== DEPOIMENTOS — VÍDEOS PRÓPRIOS MINIO/CDN ===== */

.videos-mobile-section .videos-mobile-carousel {
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 32px !important;
}

.depoimento-video-card {
  width: 320px !important;
  max-width: 320px !important;
  min-width: 320px !important;

  margin: 0 !important;
  padding: 0 !important;

  border-radius: 8px !important;
  overflow: hidden !important;

  background: #000 !important;
}

.depoimento-video {
  display: block !important;

  width: 100% !important;
  height: auto !important;

  aspect-ratio: 9 / 16;
  object-fit: cover !important;

  background: #000 !important;
}


/* Mobile: mostra o vídeo atual e um pedaço do próximo */
@media screen and (max-width: 767px) {
  .videos-mobile-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  .videos-mobile-section .videos-mobile-carousel {
    justify-content: flex-start !important;

    padding-left: 24px !important;
    padding-right: 0 !important;

    gap: 12px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 24px !important;

    -webkit-overflow-scrolling: touch;
  }

  .videos-mobile-section .depoimento-video-card {
    flex: 0 0 78vw !important;

    width: 78vw !important;
    min-width: 78vw !important;
    max-width: 78vw !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }
}


/* ===== DEPOIMENTOS — VÍDEO AUTOPLAY MUTED ===== */

.depoimento-video-wrap {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.depoimento-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #000;
}

.depoimento-audio-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;

  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;

  background: rgba(0, 0, 0, 0.65);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  cursor: pointer;
}


/* =========================
   Texto do Slider
   ========================= */


     /* Fonte do site: Igna Sans */
  .wpp-widget, .wpp-widget *{
    box-sizing: border-box !important;
    font-family: "Igna Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  }

  /* reset sem matar backgrounds específicos */
  .wpp-widget button{
    -webkit-appearance: none !important;
    appearance: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    background: transparent !important;
    color: inherit !important;
  }

  .wpp-widget{
    --wpp-green:#25D366;
    --wpp-green-dark:#1fb85a;
    --wpp-ink:#0f172a;

    position: fixed !important;
    right: calc(18px + env(safe-area-inset-right)) !important;
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
    z-index: 2147483647 !important;
    isolation: isolate !important;
    pointer-events: auto !important;
  }

  /* FAB */
  .wpp-widget .wpp-fab{
    width: 64px !important;
    height: 64px !important;
    border-radius: 999px !important;
    cursor: pointer !important;

    background: #25D366 !important;
    color: #fff !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-shadow: 0 16px 40px rgba(0,0,0,.28) !important;
    transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease !important;
  }
  .wpp-widget .wpp-fab:hover{
    background: #1fb85a !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 18px 46px rgba(0,0,0,.32) !important;
  }
  .wpp-widget .wpp-fab:active{ transform: translateY(0) !important; }

  .wpp-fab__icon{ display:flex !important; align-items:center !important; justify-content:center !important; line-height:0 !important; }
  .wpp-ico{ width: 30px !important; height: 30px !important; display:block !important; }

  /* Bubble */
  .wpp-bubble{
    position: absolute !important;
    right: 78px !important;
    bottom: 12px !important;
    display: none !important;
    align-items: center !important;
    gap: 8px !important;
    z-index: 2147483647 !important;
    animation: wppSlideIn .22s ease both;
  }
  .wpp-bubble.is-open{ display: inline-flex !important; }

  .wpp-bubble__main{
    position: relative !important;
    border: 1px solid rgba(37,211,102,.35) !important;
    background: linear-gradient(180deg, rgba(37,211,102,.18), rgba(37,211,102,.10)) !important;
    color: var(--wpp-ink) !important;
    border-radius: 999px !important;
    padding: 10px 12px !important;
    cursor: pointer !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.16) !important;
    white-space: nowrap !important;
    font-weight: 900 !important;
  }
  .wpp-bubble__main::after{
    content:"" !important;
    position:absolute !important;
    right:-6px !important;
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg) !important;
    width: 12px !important;
    height: 12px !important;
    background: rgba(37,211,102,.12) !important;
    border-right: 1px solid rgba(37,211,102,.35) !important;
    border-top: 1px solid rgba(37,211,102,.35) !important;
  }

  .wpp-bubble__dot{
    display:inline-block !important;
    width:8px !important;
    height:8px !important;
    border-radius:999px !important;
    background: var(--wpp-green) !important;
    margin-left:8px !important;
    box-shadow: 0 0 0 4px rgba(37,211,102,.18) !important;
    animation: wppPulse 1.2s ease infinite;
  }
  @keyframes wppPulse{
    0%,100%{ transform: scale(1); opacity: .9; }
    50%{ transform: scale(1.25); opacity: 1; }
  }

  .wpp-bubble__close{
    width: 30px !important;
    height: 30px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(0,0,0,.10) !important;
    background: #fff !important;
    color: #334155 !important;
    cursor: pointer !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.10) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
  }

  @keyframes wppSlideIn{
    from{ opacity:0; transform: translateX(10px); }
    to{ opacity:1; transform: translateX(0); }
  }

  /* Modal */
  .wpp-modal{ position: fixed !important; inset: 0 !important; display:none !important; z-index: 2147483647 !important; }
  .wpp-modal.is-open{ display:block !important; }

  .wpp-modal__overlay{
    position:absolute !important; inset:0 !important;
    background: rgba(2,6,23,.58) !important;
    backdrop-filter: blur(2px) !important;
  }

  .wpp-modal__panel{
    position:absolute !important;
    right: calc(18px + env(safe-area-inset-right)) !important;
    bottom: calc(98px + env(safe-area-inset-bottom)) !important;
    width: min(440px, calc(100vw - 36px)) !important;
    background:#fff !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 64px rgba(0,0,0,.30) !important;
    overflow:hidden !important;
  }

  .wpp-modal__head{
    padding: 16px 16px 14px !important;
    background: linear-gradient(135deg, #0b7a43 0%, var(--wpp-green-dark) 55%, var(--wpp-green) 100%) !important;
    color: #fff !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .wpp-modal__brand{ display:flex !important; align-items:center !important; gap: 10px !important; }
  .wpp-modal__badge{
    width: 40px !important;
    height: 40px !important;
    border-radius: 999px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background: rgba(255,255,255,.18) !important;
    color: #fff !important;
  }

  .wpp-modal__title{ margin:0 !important; font-size: 18px !important; font-weight: 1000 !important; }

  /* >>> reduz espaçamento título/subtítulo <<< */
  .wpp-modal__subtitle{
    margin: 1px 0 0 !important;
    font-size: 14px !important;
    opacity: .92 !important;
  }

  .wpp-modal__x{
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.18) !important;
  color:#fff !important;
  cursor:pointer !important;
  font-size: 24px !important;       /* X maior */
  font-weight: 1000 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.wpp-modal__x:hover{
  background: rgba(255,255,255,.26) !important;
}

  .wpp-modal__body{
    background: linear-gradient(180deg, rgba(37,211,102,.12) 0%, rgba(37,211,102,.06) 45%, #ffffff 100%) !important;
    padding: 0 0 0 !important;
  }

  .wpp-field{ padding: 12px 16px 12px !important; display:block !important; }
  .wpp-field__label{ display:block !important; font-size: 13px !important; font-weight: 1000 !important; margin-bottom: 8px !important; color: var(--wpp-ink) !important; }
  .wpp-field__input{
    width:100% !important;
    border-radius: 14px !important;
    border: 1px solid rgba(15,23,42,.16) !important;
    background: rgba(255,255,255,.95) !important;
    padding: 14px !important;
    font-size: 14px !important;
    outline:none !important;
    resize:none !important;
  }
  .wpp-field__input:focus{
    border-color: rgba(37,211,102,.65) !important;
    box-shadow: 0 0 0 4px rgba(37,211,102,.18) !important;
  }
  .wpp-field__hint{
    display:block !important;
    margin-top: 10px !important;
    font-size: 12px !important;
    color: #0f172a !important;
    opacity: .70 !important;
    text-align:right !important;
  }

  .wpp-modal__actions{
    display:flex !important;
    gap: 12px !important;
    padding: 8px 16px 5px !important;
  }

  /* >>> botão maior / mais alto e SEM afinar no hover <<< */
  .wpp-btn{
    border-radius: 14px !important;
    padding: 14px 16px !important;
    min-height: 50px !important;
    font-weight: 1000 !important;
    cursor:pointer !important;
    flex: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .wpp-btn--ghost{
    background: rgba(15,23,42,.06) !important;
    color: var(--wpp-ink) !important;
  }

  .wpp-btn--primary{
  background: #25D366 !important;
  color: #ffffff !important;
}
.wpp-btn--primary:hover{
  background: #1fb85a !important;  /* verde mais escuro */
  color: #ffffff !important;       /* branco sempre */
}
.wpp-btn--primary:active{
  background: #19a84f !important;
  color: #ffffff !important;
}

  .wpp-send__ico{ display:inline-flex !important; align-items:center !important; justify-content:center !important; }

  .wpp-modal__pad{ height: 10px !important; }

  @media (max-width: 520px){
    .wpp-widget{ right: 14px !important; bottom: 14px !important; font-family: "Igna Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important; }
    .wpp-widget .wpp-fab{ width: 60px !important; height: 60px !important; }
    .wpp-bubble{ right: 72px !important; }
    .wpp-modal__panel{ bottom: calc(92px + env(safe-area-inset-bottom)) !important; }
    
  }

  /* FORCE: botão enviar sempre verde */
.wpp-widget .wpp-btn--primary{
  background: #25D366 !important;
  color: #ffffff !important;
}

.wpp-widget .wpp-btn--primary:hover{
  background: #1fb85a !important;  /* verde escuro */
  color: #ffffff !important;
}

.wpp-widget .wpp-btn--primary:active{
  background: #19a84f !important;
  color: #ffffff !important;
}

/* garante que o ícone acompanhe a cor do texto */
.wpp-widget .wpp-btn--primary svg{ color: inherit !important; }

/* divisor + aproxima os botões do contador */
.wpp-widget .wpp-modal__actions{
  margin-top: 10px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(15,23,42,.10) !important;
}

/* reduz um pouco o espaço abaixo do contador */
.wpp-widget .wpp-field__hint{
  margin-top: 8px !important;
}

/* Mobile: evita a sombra ser recortada na borda da tela */
@media (max-width: 520px){
  .wpp-widget{
    right: calc(24px + env(safe-area-inset-right)) !important;
    bottom: calc(28px + env(safe-area-inset-bottom)) !important; /* sobe um pouco */
  }

  .wpp-widget .wpp-fab{
    box-shadow: 0 10px 24px rgba(0,0,0,.22) !important; /* sombra menor */
  }
}

/* iOS/mobile: força Igna Sans dentro do POPUP (especialmente em textarea/botões) */
.wpp-widget .wpp-modal__panel,
.wpp-widget .wpp-modal__panel *{
  font-family: "Igna Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* Form controls no iPhone às vezes ignoram herança */
.wpp-widget .wpp-modal__panel button,
.wpp-widget .wpp-modal__panel textarea,
.wpp-widget .wpp-modal__panel input,
.wpp-widget .wpp-modal__panel select{
  font-family: "Igna Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}


/* ===== HOSPEDAGEM — ESPAÇAMENTO FINAL ===== */

/* Desktop */
#hospedagem + .section-16 {
  padding-top: 56px !important;
  padding-bottom: 80px !important;
}

#hospedagem + .section-16 .hospedagem-intro,
#hospedagem + .section-16 .container-30 {
  width: 100% !important;
  max-width: 100% !important;

  margin-left: 0 !important;
  margin-right: 0 !important;

  box-sizing: border-box !important;
}

#hospedagem + .section-16 .hospedagem-intro {
  margin-bottom: 42px !important;
}

#hospedagem + .section-16 .hospedagem-intro__text {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;

  color: rgba(255, 255, 255, 0.9) !important;

  font-family: Igna Sans Light, Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.5em !important;

  text-align: left !important;
}

/* Tablet */
@media screen and (max-width: 991px) {
  #hospedagem + .section-16 {
    padding-top: 52px !important;
    padding-bottom: 70px !important;
  }

  #hospedagem + .section-16 .hospedagem-intro {
    margin-bottom: 36px !important;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  #hospedagem + .section-16 {
    padding-top: 54px !important;
    padding-bottom: 64px !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  #hospedagem + .section-16 .hospedagem-intro {
    margin-bottom: 10px !important;
  }

  #hospedagem + .section-16 .hospedagem-intro__text {
    font-size: 17px !important;
    line-height: 1.4em !important;
  }

  #hospedagem + .section-16 .container-30 {
    gap: 36px !important;
  }
}


/* ===== PREÇOS — VALORES RESPONSIVOS SEM ESTOURAR A BOX ===== */

.section-15 .bloco-precos {
  min-width: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;

  /* permite usar cqw para o texto responder à largura do card */
  container-type: inline-size;
}

.section-15 .heading-4.valor {
  width: 100% !important;
  max-width: 100% !important;

  margin-top: 0 !important;
  margin-bottom: 14px !important;

  white-space: nowrap !important;
  overflow: hidden !important;

  font-size: clamp(22px, 11.5cqw, 34px) !important;
  line-height: 1.1em !important;
  letter-spacing: -0.04em !important;
}

.section-15 .heading-4.lote {
  width: 100% !important;
  max-width: 100% !important;

  white-space: nowrap !important;
  overflow: hidden !important;

  font-size: clamp(11px, 5.8cqw, 15px) !important;
  line-height: 1.2em !important;
  letter-spacing: -0.02em !important;
}

/* fallback caso algum navegador não leia cqw */
@supports not (font-size: 1cqw) {
  .section-15 .heading-4.valor {
    font-size: clamp(21px, 2.1vw, 32px) !important;
  }

  .section-15 .heading-4.lote {
    font-size: clamp(11px, 1vw, 15px) !important;
  }
}