@font-face {
      font-family: "bootstrap-icons";
      font-display: swap;
      src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2"),
           url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff") format("woff");
    }

@font-face {
      font-family: "bootstrap-icons";
      font-display: swap;
      src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2"),
           url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff") format("woff");
    }

/* SKETCH STYLES - AUTO GENERATED */
.sketch-section-sketch1e3b2272 {
  min-height: 1131px;
  position: relative; /* necessário para o img absolute funcionar */
  padding-top: 20px;
}

.sketch-section-sketch1e3b2272 .hero-bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.sketch-section-sketch1e3b2272 .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px 0px;
}

/* Garante que o conteúdo fique acima da imagem */
.sketch-section-sketch1e3b2272 .container {
  position: relative;
  z-index: 1;
}

.sketch-section-sketch1f02bc38 {
  min-height: 100px;
  background-color: #000005;
  }

.sketch-section-sketch688d1b36 {
  min-height: 100px;
  background-color: #350642;
  }

.sketch-section-sketch43c1dab6 {
  min-height: 100px;
  }

.sketch-section-sketch985d63f3 {
  min-height: 1624px;
  background-image: url('../images/bg-sessao-05.webp');
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  }

.sketch-section-sketchccc5928a {
  min-height: 100px;
  background-color: #0C041B;
  }

.sketch-section-sketchb1a42b4a {
  min-height: 100px;
  background-color: #350642;
  }

.sketch-section-sketch2aa922a0 {
  min-height: 100px;
  background-color: #000005;
  }

.sketch-section-sketch7e97d764 {
  min-height: 100px;
  background-color: #280548;
  }

.sketch-section-sketch60b6c7c1 {
  min-height: 100px;
  background-color: #000005;
  }

.sketch-section-sketch83e4c928 {
  min-height: 100px;
  }

.sketch-section-sketch7a34caaa {
  min-height: 100px;
  }

.sketch-section-sketch82b0d20c {
  min-height: 100px;
  }

.sketch-section-sketch73f45dcf {
  min-height: 737px;
  background-image: url('../images/bg-sessao-14.webp');
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  }

.sketch-section-sketchfd9f0722 {
  min-height: 1560px;
  background-image: url('../images/bg-sessao-15.webp');
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  }

/* END SKETCH STYLES */

html { scroll-behavior: smooth; }


.h-40 {
  height: 40% !important;
  }

.h-90 {
  height: 85% !important;
  }

.text-muted-osf {
  color: rgba(255, 255, 255, 0.35);
  }

.text-blue-osf {
  color: #0E3BD8;
  }

.border-blue-osf {
  border-color: #0E3BD8 !important;
  }

.bg-blue-osf {
  background-color: #0E3BD8;
  }

.btn-whatsapp {
  background: #56CA6A;
  color: #ffffff;
  }

.btn-whatsapp:hover {
  border: 1px solid #56CA6A;
  color: #56CA6A;
  }

.btn-email {
  color: #0E3BD8;
  border: 1px solid #0E3BD8;
  }

.btn-email:hover {
  color: #ffffff;
  background-color: #0E3BD8;
  }

.text-pink {
  color: #E71EF8;
  }

.border-pink {
  border-color: #E71EF8 !important;
  }

.bg-pink {
  background-color: #E71EF8 !important;
  }

.text-aqua {
  color: #07D7F3;
  }

.border-aqua {
  border-color: #07D7F3 !important;
  }

.bg-aqua {
  background-color: #07D7F3 !important;
  }

.bg-purple-osf {
  background-color: #1D0533 !important;
  }

.hero-titulo {
  margin-top: 440px;
  }

.hero-titulo h1 {
  font-size: 51.56px;
  }

/* BOTÃO PADRÃO (pode usar com .btn do Bootstrap) */
.btn-osf {
  background: linear-gradient(180deg, #69FF0D 0%, #5BC51B 100%);
  box-shadow: 0px 0px 14.1px rgba(97, 224, 19, 0.58);
  border-radius: 44.5px;
  border: none;
  color: #151515;
  font-family: Arial, sans-serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
  }

/* HOVER */
.btn-osf:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0px 0px 18px rgba(97, 224, 19, 0.7);
  }

/* ACTIVE (clique) */
.btn-osf:active {
  transform: scale(0.98);
  box-shadow: 0px 0px 8px rgba(97, 224, 19, 0.5);
  }

/* TAMANHOS (compatível com Bootstrap) */
.btn-osf-sm {
  font-size: 12px;
  padding: 6px 14px;
  }

.btn-osf-md {
  font-size: 14px;
  padding: 10px 22px;
  }

.btn-osf-lg {
  font-size: 16px;
  padding: 14px 28px;
  }

.bg-osf {
  background: rgba(53, 6, 66, 0.73);
  border-radius: 44.5px;
  outline: 1px solid #9015B2;
  outline-offset: -1px;
  }

/* faixas */
/* CONTAINER GERAL */
.faixas-cruzadas {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
  isolation: isolate;
  }

/* FAIXAS */
.faixa {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 160%;
  margin-left: -80%;
  padding: 12px 0;
  overflow: hidden;
  background: rgba(74, 74, 74, 0.06);
  border: 0.7px solid rgba(97, 97, 97, 0.17);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
  }

/* cruzamento central */
.faixa-1 {
  transform: translateY(-50%) rotate(4deg);
  z-index: 2;
  }

.faixa-2 {
  transform: translateY(-50%) rotate(-4deg);
  z-index: 1;
  }

/* fade branco nas pontas */
.faixa::before, .faixa::after {
  content: "";
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  }

.faixa::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }

.faixa::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }

/* TRILHO */
.faixa-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  flex-wrap: nowrap;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  }

/* BLOCO DE REPETIÇÃO */
.faixa-group {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 0 0 auto;
  width: max-content;
  }

/* ITEM */
.faixa-item {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 0 0 auto;
  }

.faixa-item img {
  width: 74.91px;
  height: 26.15px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
  }

.faixa-item .dot {
  width: 2.72px;
  height: 2.72px;
  border-radius: 999px;
  background: #FD0EFC;
  display: block;
  flex: 0 0 auto;
  }

/* opcional: leve suavização visual */
.faixa-track, .faixa-group, .faixa-item img {
  image-rendering: auto;
  }

/* responsivo */
@media (max-width: 768px) {
  .faixas-cruzadas {
  height: 180px;
  }

.faixa::before, .faixa::after {
  width: 70px;
  }

.faixa-item img {
  width: 62px;
  height: auto;
  }

}

/* carrossel */

.speakers-section {
  background: #050505;
  }

.speakers-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  }

.speakers-track {
  display: flex;
  gap: 14px;
  will-change: transform;
  }

.speaker-card {
  position: relative;
  flex: 0 0 calc((100% - 56px) / 5);
  /* 5 cards + 4 gaps de 14px */
	height: 529px;
  overflow: hidden;
  background: #111;
  }

.speaker-image, .speaker-image img {
  width: 100%;
  height: 100%;
  }

.speaker-image img {
  object-fit: cover;
  display: block;
  }

.speaker-overlay {
  position: absolute;
  inset: 0;
  background:
		linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 28%, rgba(0, 0, 0, 0.12) 55%, rgba(0, 0, 0, 0.02) 100%);
  }

.speaker-content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  text-align: center;
  }

.speaker-user {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 6px;
  opacity: 0.95;
  }

.speaker-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 10px;
  min-height: 25px;
  }

.speaker-topic {
  font-size: 11px;
  line-height: 1.15;
  margin-bottom: 16px;
  min-height: 60px;
  }

.speaker-flag {
  font-size: 30px;
  line-height: 1;
  }

/* hover opcional */
.speaker-card:hover img {
  transform: scale(1.04);
  }

.speaker-card img {
  transition: transform 0.5s ease;
  }

/* responsivo */
@media (max-width: 1400px) {
  .speaker-card {
  height: 680px;
  }

}

@media (max-width: 1200px) {
  .speaker-card {
  flex: 0 0 calc((100% - 42px) / 4);
  height: 620px;
  }

}

@media (max-width: 992px) {
  .speaker-card {
  flex: 0 0 calc((100% - 28px) / 3);
  height: 580px;
  }

}

@media (max-width: 768px) {
  .speaker-card {
  flex: 0 0 calc((100% - 14px) / 2);
  height: 500px;
  }

  .speaker-content {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 4px;
  z-index: 2;
  color: #fff;
  text-align: center;
  }

.speaker-name {
  font-size: 16px;
  }

.speaker-topic {
  font-size: 12px;
  }

}

.card-valor {
  background-color: #000025;
  }

.benefits-list {
  width: 100%;
  }

.benefit-item {
  display: flex;
  align-items: center;
  }

.bi-check-lg {
  color: #69FF0D !important;
  font-weight: bold;
  }

.bi-x-lg {
  color: #FF6565 !important;
  font-weight: bold;
  }

.benefit-text {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  }

.hero-band {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: rgba(74, 74, 74, 0.06);
  border-top: 1px solid rgba(97, 97, 97, 0.17);
  border-bottom: 1px solid rgba(97, 97, 97, 0.17);
  padding: 12px 0;
  }

.hero-band-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  animation: hero-band-marquee var(--hero-band-duration, 28s) linear infinite;
  }

.hero-band-item {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 0 0 auto;
  margin-right: 26px;
  }

.hero-band-item img {
  width: 75px;
  height: 26px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
  }

.hero-band-dot {
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #FD0EFC;
  display: block;
  flex: 0 0 auto;
  }

@keyframes hero-band-marquee {
  from {
  transform: translateX(0);
  }

to {
  transform: translateX(calc(-1 * var(--hero-band-loop-width)));
  }

}

.sketch-section-sketch985d63f3>.container-fluid.mx-0 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  }

.evento-card {
  min-height: 620px;
  background: #fff;
  }

.evento-card img {
  min-height: 620px;
  object-fit: cover;
  display: block;
  }

.evento-info {
  width: 46%;
  z-index: 3;
  }

@media (max-width: 991.98px) {
  .evento-card, .evento-card img {
  min-height: auto;
  }

.evento-info {
  position: relative !important;
  width: 100%;
  border-radius: 0 0 2rem 2rem !important;
  }

}

/* dados do evento */
.stat-box {
  background: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(5.47px);
  -webkit-backdrop-filter: blur(5.47px);
  border-radius: 20px !important;
  }

.stat-bar {
  width: 120.06px;
  height: 8.17px;
  background: #E71EF8;
  box-shadow: 0 0 4.27px rgba(231, 30, 248, 0.54);
  border-bottom-left-radius: 18.86px;
  border-bottom-right-radius: 18.86px;
  }

.stat-icon-wrap {
  width: 59.09px;
  height: 59.09px;
  margin-top: 7px;
  background: rgba(231, 30, 248, 0.17);
  border-radius: 10.49px !important;
  }

.stat-icon {
  width: 30.07px;
  height: 30.07px;
  object-fit: contain;
  }

.stat-content {
  width: 172.87px;
  }

.stat-number-wrap {
  line-height: 1;
  }

.stat-number {
  font-family: Arial, sans-serif;
  font-size: 90px;
  line-height: 0.9;
  margin: 0;
  background: linear-gradient(180deg, #ff4dff 0%, #7a1ea1 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(231, 30, 248, 0.18);
  }

.stat-title-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
  margin: 0;
  font-size: 32px;
  font-family: Arial, sans-serif;
  line-height: 1;
  white-space: nowrap;
  }

.stat-text {
  margin-top: 2px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 1.2;
  text-align: center;
  }

/* faixa */
.marquee-track {
  width: max-content;
  animation: scroll-marquee 20s linear infinite;
  }

.marquee-content {
  white-space: nowrap;
  }

@keyframes scroll-marquee {
  from {
  transform: translateX(0);
  }

to {
  transform: translateX(-50%);
  }

}

/* faq */
.faq-box {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 20px;
  backdrop-filter: blur(8.1px);
  -webkit-backdrop-filter: blur(8.1px);
  }

.faq-title {
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 40px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.44);
  }

.faq-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-inner-border-radius: 20px;
  }

.faq-item {
  background: rgba(20, 3, 37, 0.72);
  border-radius: 20px !important;
  overflow: hidden;
  }

.faq-button {
  background: transparent !important;
  color: #fff !important;
  padding: 20px 35px !important;
  box-shadow: none !important;
  font-weight: 700;
  line-height: 1.2;
  }

.faq-button:not(.collapsed) {
  box-shadow: none !important;
  }

.faq-button::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 999px;
  background-color: rgba(253, 14, 252, 0.17);
  background-image: none;
  flex-shrink: 0;
  position: relative;
  }

.faq-button::before {
  content: "";
  position: absolute;
  right: 42px;
  width: 12px;
  height: 12px;
  background: #FD0EFC;
  z-index: 2;
  transition: transform 0.2s ease;
  }

.faq-button.collapsed::before {
  transform: rotate(90deg);
  }

.faq-question-text {
  display: block;
  padding-right: 24px;
  }

.faq-answer {
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 19px;
  text-align: justify;
  padding: 0 35px 20px !important;
  }

@media (max-width: 991.98px) {
  .faq-box {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  }

.faq-title {
  line-height: 34px;
  }

.faq-button {
  padding: 18px 20px !important;
  }

.faq-button::before {
  right: 27px;
  }

.faq-answer {
  line-height: 18px;
  padding: 0 20px 18px !important;
  }

}

/* modal */
/* backdrop */
.modal-backdrop.show {
  opacity: 0.7;
}

/* caixa do modal */
.modal-osf {
  background:
    linear-gradient(180deg, rgba(53, 6, 66, 0.96) 0%, rgba(24, 1, 48, 0.96) 100%);
  border: 1px solid rgba(144, 21, 178, 0.45);
  border-radius: 24px;
  box-shadow:
    0 0 30px rgba(231, 30, 248, 0.18),
    0 18px 60px rgba(0, 0, 0, 0.45);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* título */
.modal-osf-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
}

/* subtítulo */
.modal-osf-subtitle {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.4;
}

/* labels */
.modal-osf-label {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* inputs */
.modal-osf-input {
  height: 52px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: #fff;
  padding: 0 16px;
  box-shadow: none !important;
}

.modal-osf-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.modal-osf-input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #FD0EFC;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(253, 14, 252, 0.12) !important;
}

/* botão padrão do seu site */
.btn-osf {
  background: linear-gradient(180deg, #69FF0D 0%, #5BC51B 100%);
  box-shadow: 0 0 14.1px rgba(97, 224, 19, 0.58);
  border-radius: 44.5px;
  border: none;
  color: #151515;
  font-family: Arial, sans-serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
}

.btn-osf:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(97, 224, 19, 0.7);
  color: #151515;
}

.btn-osf:active {
  transform: scale(0.98);
}

.btn-osf-md {
  font-size: 14px;
  padding: 10px 22px;
}

.btn-osf-lg {
  font-size: 16px;
  padding: 14px 28px;
}

.btn-osf .arrow {
  font-weight: 700;
}

/* mobile */
@media (max-width: 576px) {

  #top-bg-hero-mobile
  {
    min-height: 100px;
  }

  .sketch-section-sketch1e3b2272 {
    padding-top: 0;
    min-height: 650px;
  }

  .sketch-section-sketch1e3b2272 .hero-bg-wrapper {
    position: absolute;
    inset: 0;
    top: 100px; /* margem top que você precisava */
    z-index: 0;
  }

  .sketch-section-sketch1e3b2272 .hero-bg {
    object-fit: cover;        /* era contain, troca para cover */
    object-position: center top;
    width: 100%;
    height: 100%;
  }

  .hero-titulo {
    margin-top: 210px
  }

  .hero-titulo h1 {
    font-size: 25px
  }

  #btn-cta-hero {
    padding: .5rem !important;
    font-size: 12px !important;
  }


 #subtitulo-hero {
    font-size: calc(1rem + .9vw) !important;
 }

  .modal-osf {
    border-radius: 20px;
  }

  .modal-osf-title {
    font-size: 24px;
  }

  .modal-body {
    padding-top: 1rem !important;
  }
}