/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/normalize.css/normalize.css ***!
  \************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \***************************************************************************************************************/

* {
  box-sizing: border-box;
  margin: 0px;
}

p,
h1,
h2,
h3,
span {
  margin: 0px;
}

html,
body {
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
  margin: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

img,
svg {
  display: block;
}

.hidden {
  display: none !important;
}

/* svg - início
/* *********************************** */
.svg {
  display: block;
}

.svg svg {
  display: block;
  position: relative;
}

.svg--width svg {
  width: 100%;
}

.svg--height svg {
  height: 100%;
}

/* svg - fim
/* *********************************** */
/* wrapper - início
/* *********************************** */
.section__wrapper {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1216px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section {
  position: relative;
  padding: 96px 0;
  width: 100%;
}

.default-title {
  color: #192a6b;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}

.default-subtitle {
  margin: 0;
  color: #48536c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.title-line {
  display: block;
  width: 64px;
  height: 4px;
  background-color: #ff9500;
}

@media only screen and (max-width: 1200px) {
  .section__wrapper {
    padding: 0 20px;
    width: 100%;
  }
  .section {
    padding: 40px 0;
  }
  .default-title {
    font-size: 28px;
  }
}
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/hero.scss ***!
  \***************************************************************************************************************/
/* Fundo fixo */
body {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}

#space {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #090a0f;
  overflow: hidden;
  z-index: -100;
}

#space canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

/* Seções */
.section__hero,
.section__sobre,
.section__personas,
.section__extra,
.section__guia,
.section__quiz {
  background: transparent;
  display: flex;
  justify-content: start;
  align-items: start;
  z-index: 1;
  position: relative;
}

#title {
  color: white;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: 10px;
}

/* HERO */
.section__hero {
  display: flex;
  flex-direction: column;
}
.section__hero .hero-wrapper {
  display: flex;
  padding-top: var(--spacing-large-lg, 24px);
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  justify-content: space-evenly;
  padding-top: 96px;
}
.section__hero .hero-wrapper .banner-hero {
  display: flex;
  flex-direction: row;
  margin: 24px 0px;
}
.section__hero .hero-wrapper .banner-hero img {
  height: min-content;
}
.section__hero .hero-wrapper h1 {
  color: var(--Yellow-MAIN, #ffbb39);
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.section__hero .hero-wrapper h1 b {
  color: var(--Yellow-MAIN, #ffbb39);
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
.section__hero .hero-wrapper h3 {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.section__hero .hero-wrapper p {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.section__hero .hero-wrapper div {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.hero-buttons {
  width: 100%;
  display: flex;
  width: 100%;
  height: 88px;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  gap: var(--spacing-large-sm, 64px);
  background: var(--corbusier-gray-900, #272727);
}
.hero-buttons .section__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: var(--spacing-large-sm, 12px);
  align-self: stretch;
  flex-wrap: wrap;
}
.hero-buttons a {
  min-width: 230px;
  display: flex;
  width: fit-content;
  height: var(--sizing-48, 48px);
  padding: 0 var(--spacing-small-xs, 16px) 0 var(--spacing-small-sm, 20px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--senai-color-secondary-p, #ff9500);
  color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  cursor: pointer;
  text-decoration: none;
}
.hero-buttons a:hover {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--senai-color-secondary-200, #ffcb7f);
}
.hero-buttons a:active {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--senai-color-secondary-p, #ff9500);
  color: var(
    --senai-color-secundary-20,
    var(--senai-color-secondary-20, #fffbf5)
  );
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
}

/* a barra gruda logo abaixo da navbar */
.hero-buttons {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.hero-buttons.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: var(--corbusier-gray-900, #272727);
  margin-top: 0px;
  z-index: 9999;
}

.banner-hero {
  position: relative;
  width: 100%;
  max-width: 1314px;
  aspect-ratio: 1314/319;
}

.banner-hero img {
  position: absolute;
  opacity: 1;
}

/* Animação de brilho */
@keyframes sparkleBreath {
  0% {
    opacity: 0.05;
    transform: scale(0.95);
    filter: brightness(1) drop-shadow(0 0 2px rgba(255, 255, 255, 0.15));
  }
  25% {
    opacity: 0.8;
    transform: scale(1.1);
    filter: brightness(1.6) drop-shadow(0 0 8px rgba(255, 255, 255, 0.4));
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
    filter: brightness(2.2) drop-shadow(0 0 14px rgba(255, 255, 255, 0.8));
  }
  75% {
    opacity: 0.6;
    transform: scale(1.05);
    filter: brightness(1.3) drop-shadow(0 0 6px rgba(255, 255, 255, 0.3));
  }
  100% {
    opacity: 0.05;
    transform: scale(0.95);
    filter: brightness(1) drop-shadow(0 0 2px rgba(255, 255, 255, 0.15));
  }
}
/* Brilhos */
.sparkle,
.sparkle-soft,
.sparkle-strong {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: screen;
  animation-name: sparkleBreath;
  animation-iteration-count: infinite;
}

.sparkle {
  animation-duration: 3.5s;
  animation-timing-function: ease-in-out;
}

.sparkle-soft {
  animation-duration: 5s;
  animation-timing-function: ease-in;
  opacity: 0.8;
  filter: brightness(0.8);
}

.sparkle-strong {
  animation-duration: 2.8s;
  animation-timing-function: ease-out;
  filter: brightness(2) drop-shadow(0 0 14px rgba(255, 255, 255, 0.9));
}

.letras {
  z-index: 0;
}

/* garante área e contexto pros panels absolutos */
#track {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.banner-hero-mobile {
  display: none;
}

@media (max-width: 768px) {
  .section__hero .hero-wrapper {
    padding-top: 36px;
  }
  .section__hero .hero-wrapper h1 {
    color: var(--Yellow-MAIN, #ffbb39);
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 28px */
    text-transform: uppercase;
  }
  .section__hero .hero-wrapper h1 b {
    color: var(--Yellow-MAIN, #ffbb39);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
  }
  .section__hero .hero-wrapper h3 {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
  }
  .section__hero .hero-wrapper p {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
  }
  .section__hero .hero-wrapper .banner-hero {
    display: none;
  }
  .hero-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-small-md, 24px);
    padding: 12px 0;
    height: 100%;
  }
  .hero-buttons .section__wrapper {
    gap: 12px;
  }
  .hero-buttons .section__wrapper a {
    width: 100%;
    color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
    font-family: "Open Sans";
    font-size: var(--font-size-small-sm, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 16px */
    display: flex;
    height: 44px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-align: center;
    align-self: stretch;
  }
  .banner-hero-mobile {
    position: relative;
    width: 100%;
    display: block;
  }
  .banner-hero-mobile img {
    object-fit: cover;
    width: 100%;
  }
}
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/personas.scss ***!
  \*******************************************************************************************************************/
.section__personas {
  background: transparent;
  display: flex;
  justify-content: start;
  align-items: start;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.section__personas h1 {
  color: var(--Yellow-MAIN, #ffbb39);
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 48px */
  text-align: left;
}
.section__personas h1 b {
  color: var(--Yellow-MAIN, #ffbb39);
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
.section__personas h2 {
  color: var(--Yellow-MAIN, #ffbb39);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  text-transform: uppercase;
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--border-radius-sm, 8px);
  border: 1px solid var(--Yellow-MAIN, #ffbb39);
  width: fit-content;
}
.section__personas p {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 18px */
}
.section__personas .panel {
  height: 100%;
}
.section__personas .content {
  height: 100%;
}
.section__personas .persona-lettering {
  position: absolute;
  top: 35%;
  width: 60%;
  position: absolute;
  top: 55%;
  left: 54%;
  transform: translate(-50%, -50%);
  opacity: 0;
  will-change: transform, opacity;
}
.section__personas .persona-col {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-top: 1px solid #ffbb39;
}

.section__personas .persona-col:first {
  border-top: none;
}
.section__personas .cta {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--Yellow-MAIN, #ffbb39);
  display: flex;
  width: 330px;
  height: var(--sizing-48, 48px);
  padding: 0 var(--spacing-small-xs, 16px) 0 var(--spacing-small-sm, 20px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  /* 16px */
}
.section__personas .cta:hover {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--senai-color-secondary-200, #ffcb7f);
}
.section__personas .persona-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  height: 100%;
  position: relative;
}
.section__personas .persona-img {
  object-fit: contain;
  width: 100%;
}
.section__personas .persona-left {
  display: flex;
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 999;
  gap: var(--spacing-large-sm, 64px);
}
.section__personas .persona-right {
  position: relative;
  overflow: visible;
  width: 80%;
}
.section__personas .persona-img {
  opacity: 0;
  will-change: transform, opacity;
}
.section__personas .persona-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  gap: var(--spacing-large-sm, 64px);
  align-self: stretch;
}
.section__personas .persona-bold-p {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
}
.section__personas .persona-text-principal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-large-2xs, 48px);
  align-self: stretch;
}
.section__personas .persona-text-secundario {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small-sm, 20px);
  align-self: stretch;
}

.section__personas .persona-text-secundario div {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.section__personas .section__wrapper {
  height: 100%;
}
.section__personas .diagonal-wrapper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.section__personas .diagonal-wrapper .track {
  width: 100%;
  height: 100%;
  position: relative;
}
.section__personas .diagonal-wrapper .track .panel {
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
}

@media (max-width: 768px) {
  .section__personas .persona-col {
    border-top: none;
    width: 100%;
  }
  .section__personas .persona-row {
    flex-direction: column-reverse;
  }
  .section__personas .persona-left {
    width: 100%;
    align-items: center;
    gap: 32px;
  }
  .section__personas .persona-text-principal {
    gap: 24px;
  }
  .section__personas .persona-text-principal h1 {
    color: var(--Yellow-MAIN, #ffbb39);
    /* Shadows/dark-md */
    text-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 38px */
  }
  .section__personas .persona-text-principal h1 b {
    font-size: 38px;
  }
  .section__personas .persona-text {
    gap: 32px;
  }
  .section__personas p {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
  }
  .section__personas .persona-bold-p {
    font-size: 18px;
  }
  .section__personas h2 {
    color: var(--Yellow-MAIN, #ffbb39);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 21.6px */
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/videos.scss ***!
  \*****************************************************************************************************************/
.section__videos {
  border-top: 1px solid var(--Yellow-MAIN, #ffbb39);
  border-bottom: 1px solid var(--Yellow-MAIN, #ffbb39);
  scroll-snap-align: start;
  /* o topo da seção alinha no início da viewport */
  scroll-snap-stop: always;
  /* NÃO deixa “pular” mais de uma de uma vez */
}
.section__videos .section__wrapper {
  display: flex;
  padding-top: 40px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 65px;
  align-self: stretch;
  /* Wrapper principal do vídeo */
  /* Botão play */
  /* 🔸 Spinner centralizado */
}
.section__videos .section__wrapper .videos-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.section__videos .section__wrapper .videos-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small-xl, 32px);
}
.section__videos .section__wrapper .videos-header h1 {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  text-transform: uppercase;
}
.section__videos .section__wrapper .videos-header div {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */
}
.section__videos .section__wrapper .video-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small-2xs, 12px);
  width: 100%;
}
.section__videos .section__wrapper .video-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 30%;
}
.section__videos .section__wrapper .video-column a {
  border-radius: var(--border-radius-sm, 8px);
  border: 1px solid var(--Yellow-MAIN, #ffbb39);
  display: flex;
  width: 100%;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Yellow-MAIN, #ffbb39);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.section__videos .section__wrapper .video-column a:hover {
  color: #fff;
  background: #ffbb39;
}
.section__videos .section__wrapper .video-column .video-text {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  align-self: stretch;
}
.section__videos .section__wrapper .video-column .video-text h3 {
  color: var(--Yellow-MAIN, #ffbb39);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
}
.section__videos .section__wrapper .video-column .video-text p {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 28.8px */
}
.section__videos .section__wrapper .video-wrapper {
  width: 100%;
  aspect-ratio: 300/207;
  position: relative;
}
.section__videos .section__wrapper .video-wrapper .video-thumb {
  width: 96%;
  object-fit: cover;
  aspect-ratio: 300/207;
  position: absolute;
  border-radius: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section__videos .section__wrapper .video-wrapper .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 187, 57, 0.7);
  /* amarelo sólido */
  backdrop-filter: blur(1px);
  border-radius: 12px;
  padding: 18px 28px;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.section__videos .section__wrapper .video-wrapper .video-play:hover {
  background: rgb(255, 187, 57);
  /* mesmo tom, menor opacidade */
}
.section__videos .section__wrapper .video-wrapper .video-play svg {
  stroke: #ffae25;
}
.section__videos .section__wrapper .video-wrapper .video-borda {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0px;
  pointer-events: none;
}
.section__videos .section__wrapper .video-wrapper {
  position: relative;
  display: inline-block;
}
.section__videos .section__wrapper .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 187, 57, 0.9);
  border-radius: 12px;
  padding: 18px 28px;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.section__videos .section__wrapper .video-play:hover {
  background: rgba(255, 187, 57, 0.7);
}
.section__videos .section__wrapper .video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.section__videos .section__wrapper .video-modal-content {
  position: relative;
  width: 80%;
  max-width: 960px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  background: transparent;
}
.section__videos .section__wrapper .video-close {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 36px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}
.section__videos .section__wrapper .video-close:hover {
  color: #ffbb39;
}
.section__videos .section__wrapper .video-modal iframe {
  width: 100%;
  height: 540px;
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.section__videos .section__wrapper .video-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  border: 5px solid rgba(255, 255, 255, 0.25);
  border-top-color: #ffbb39;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
  z-index: 1000;
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 768px) {
  .video-modal iframe {
    height: 240px;
  }
  .section__videos .section__wrapper {
    padding-bottom: 0;
  }
  .section__videos .section__wrapper .videos-header h1 {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
    text-transform: uppercase;
  }
  .section__videos .section__wrapper .videos-header p {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
  }
  .section__videos .section__wrapper .videos-row {
    flex-direction: column;
    width: 100%;
    gap: 36px;
  }
  .section__videos .section__wrapper .videos-row .video-column {
    width: 100%;
    border-bottom: 1px solid #ffbb39;
    padding-bottom: 36px;
  }
}
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/guia.scss ***!
  \***************************************************************************************************************/
.section__guia {
  overflow: hidden;
}
.section__guia .guia-detalhe {
  width: 100%;
  padding: var(--spacing-small-3xl, 40px) 0 var(--spacing-small-xs, 16px) 0;
}
.section__guia .guia-detalhe-bottom {
  padding: var(--spacing-small-3xl, 40px) 0 var(--spacing-small-xs, 16px) 0;
  width: 100%;
  transform: rotate(180deg);
}
.section__guia .guia-container {
  position: relative;
  display: flex;
  padding: 56px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: var(--border-radius-lg, 16px);
  background: var(--global-color-alpha-white-100, rgba(255, 255, 255, 0.1));
  overflow: hidden;
}
.section__guia .guia-trono {
  position: absolute;
  height: 135%;
  left: -74px;
  z-index: -50;
  pointer-events: none;
  opacity: 0.5;
}
.section__guia .guia-text {
  z-index: 99;
  display: flex;
  max-width: 516px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.section__guia .guia-text h1 {
  background: linear-gradient(90deg, #ffbb39 0%, #ff9500 95.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */
}
.section__guia .guia-text h3 {
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  background: linear-gradient(90deg, #ffbb39 0%, #ff9500 95.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section__guia .guia-right {
  z-index: 99;
  border-radius: var(--border-radius-md, 12px);
  background: rgba(255, 187, 57, 0.3);
  /* Shadows/dark-md */
  box-shadow: 0 8px 12px -3px rgba(0, 0, 0, 0.5);
  display: flex;
  max-width: 488px;
  flex-grow: 1;
  padding: var(--spacing-small-3xl, 40px) var(--spacing-small-xl, 32px);
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 32px;
  height: 510px;
}
.section__guia .guia-right button {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--Yellow-MAIN, #ffbb39);
  display: flex;
  height: var(--sizing-48, 48px);
  padding: 0 var(--spacing-small-xs, 16px) 0 var(--spacing-small-sm, 20px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
  border: none;
  /* 16px */
}
.section__guia .guia-right button:hover {
  background: var(--senai-color-secondary-p, #ff9500);
}
.section__guia .input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  width: 100%;
}
.section__guia .form-item {
  width: 100%;
}

.form-buttons {
  width: 100%;
  .form-button {
    width: 100%;
  }
}
.section__guia .input-container .form-label {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  /* label/regular-400/normal/sm */
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}
.section__guia .input-container .form-input {
  display: flex;
  padding: var(--spacing-small-2xs, 12px) var(--spacing-small-2xs, 12px)
    var(--spacing-small-2xs, 12px) 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--newton-white, #fff);
  border: none;
  width: 100%;
}
.section__guia .input-container .form-input::placeholder {
  color: var(--global-color-neutral-400, #9ba2b0);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

@media (max-width: 768px) {
  .section__guia .guia-detalhe {
    object-fit: none;
    height: 120px;
    padding: 0px;
  }
  .section__guia .guia-detalhe-bottom {
    padding: 0px;
    object-fit: none;
    height: 120px;
  }
  .section__guia .guia-container {
    flex-direction: column;
    padding: 20px;
    gap: 12px;
  }
  .section__guia .guia-trono {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section__guia .guia-text h1 {
    font-size: 20px;
  }
  .section__guia .guia-text h3 {
    font-size: 18px;
  }
  .section__guia .guia-right {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: var(--spacing-small-sm, 20px) var(--spacing-small-md, 24px)
      var(--spacing-small-3xl, 40px) var(--spacing-small-md, 24px);
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/quiz.scss ***!
  \***************************************************************************************************************/
:root {
  --global-color-primary-900: #111d4a;
  --global-color-primary-p: #192a6b;
  --senai-color-secondary-p: #ff9500;
  --senai-color-secondary-300: #ffb54c;
  --newton-white: #fff;
  --global-color-neutral-30: #f3f5f6;
  --global-color-neutral-600: #717b8e;
  --global-color-neutral-800: #48536c;
  --global-color-neutral-900: #333f5b;
  --bobardi-red-600: #f01f36;
  --global-color-warning-900: #f0a400;
  --global-color-success-p: #00ba7c;
  --border-radius-xl: 32px;
  --border-radius-md: 12px;
  --border-radius-xs: 4px;
  --border-radius-pill: 9999px;
  --sizing-48: 48px;
  --spacing-small-xs: 16px;
  --spacing-small-sm: 20px;
  --spacing-small-2xs: 12px;
  --spacing-small-3xs: 8px;
  --font-size-small-sm: 16px;
}

.section__quiz {
  display: flex;
  padding-top: 40px;
  padding-bottom: 80px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  border-bottom: 4px solid var(--Yellow-MAIN, #ffbb39);
}

.quiz-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url(../img/quiz-bg.png) lightgray 50% / cover no-repeat;
  background-blend-mode: normal, luminosity;
}

.quiz__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.quiz__header h1 {
  color: var(--newton-white);
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.quiz__header-bar {
  background: var(--senai-color-secondary-p, #ff9500);
  width: 64px;
  height: 4px;
}

.quiz__container {
  display: flex;
  flex-direction: row;
  height: 514px;
  min-height: 514px;
  align-items: center;
  justify-content: space-evenly;
  gap: 8px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius-xl, 32px);
  background: #3f3f3f;
}

.quiz-gato {
  z-index: 10;
  max-width: 50%;
  height: 100%;
  object-fit: cover;
}

.quiz__container-text {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  justify-content: center;
  align-items: flex-start;
  gap: 52px;
  z-index: 10;
  padding: 40px;
}

.quiz__container-text h1 {
  color: var(--Yellow-MAIN, #ffbb39);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 33.6px */
}

.quiz__container-text h2 {
  color: var(--Yellow-MAIN, #ffbb39);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}

#startBtn {
  display: flex;
  width: 327px;
  height: var(--sizing-48, 48px);
  padding: 0 var(--spacing-small-xs, 16px) 0 var(--spacing-small-sm, 20px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--Yellow-MAIN, #ffbb39);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
  color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
}

#startBtn:hover {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--senai-color-secondary-p, #ff9500);
}

.quiz__container button:hover {
  background: var(--senai-color-secondary-300);
}

/* Quiz Step Styles */
#quizStep {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 100px;
  gap: 32px;
  border-radius: var(--border-radius-xl, 32px);
  border: 1px solid var(--Degrad-Campanha, #ffbb39);
  background: var(--global-color-alpha-white-100, rgba(255, 255, 255, 0.1));
}

.quiz-content-wrapper {
  position: relative;
  width: 100%;
  flex: 1;
  overflow: hidden;
  min-height: 400px;
}

.quiz-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  z-index: 1;
}

.quiz-content.static {
  position: relative;
  left: auto;
  z-index: auto;
}

.quiz-content.sliding-out {
  z-index: 0;
}

.quiz-content.sliding-in {
  z-index: 2;
}

.quiz-container-header p {
  color: var(--global-color-neutral-800);
  font-size: 25px;
  font-weight: 500;
  line-height: 90%;
  text-align: center;
}

.quiz-container-header b {
  color: var(--global-color-neutral-900);
  font-size: 32px;
  font-weight: 700;
  line-height: 90%;
}

.quiz-progress {
  color: var(--Yellow-MAIN, #ffbb39);
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

.texto-resposta {
  color: var(
    --global-color-neutral-900,
    var(--global-color-neutral-900, #333f5b)
  );
  /* heading/semibold-600/normal/2xs */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
}

.quiz-question {
  color: var(--global-color-neutral-800);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.question-bar {
  width: 64px;
  height: 4px;
  background: var(--senai-color-secondary-p, #ff9500);
}

.icon-question svg {
  position: absolute;
  right: 0px;
  bottom: 6px;
  width: 166px;
  height: 166px;
  stroke-width: 20px;
  stroke: var(--Degrad-Campanha, #ffbb39);
  opacity: 0.1;
}

.quiz-options {
  display: flex;
  max-width: 560px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small-2xs);
  width: 100%;
}

.quiz-options button {
  display: flex;
  padding: var(--spacing-small-xs) var(--spacing-small-sm)
    var(--spacing-small-xs) var(--spacing-small-xs);
  align-items: center;
  gap: var(--spacing-small-3xs);
  width: 100%;
  border-radius: var(--border-radius-pill);
  background: var(--newton-white);
  flex-grow: 1;
  border: none;
  cursor: pointer;
  text-align: start;
  transition: background 0.3s ease;
}

.quiz-options button:hover {
  background-color: #dadada;
}

.options-letter {
  color: var(--senai-color-secondary-p);
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  min-width: 40px;
}

/* Result Styles */
.quiz-result {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  justify-content: center;
  background: linear-gradient(0deg, #ffbb39 -40.36%, #ff9500 71.16%);
  overflow-y: hidden;
}

.quiz-result-title {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  padding: 40px;
  width: 100%;
  align-items: center;
}

.quiz-result-title h2 {
  color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */
}

.quiz-result-risco {
  color: var(--newton-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.quiz-result-risco b {
  color: var(--newton-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.quiz-result-risco .alto {
  color: var(--bobardi-red-600);
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}

.quiz-result-risco .medio {
  color: var(--global-color-warning-900);
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}

.quiz-result-risco .baixo {
  color: var(--global-color-success-p);
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}

.result-box {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  padding: 40px;
  padding-top: 0px;
  width: 100%;
  align-items: center;
  gap: 16px;
}
.result-box p {
  color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.result-box p b {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
}

.result-recomendacao {
  color: var(--newton-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.result-recomendacao h3 {
  color: var(--senai-color-secondary-p);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.botoes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.botao-1 {
  display: flex;
  height: var(--sizing-48, 48px);
  padding: 0 var(--spacing-small-xs, 16px) 0 var(--spacing-small-sm, 20px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--newton-white, #fff);
  color: var(
    --senai-color-secundary-900,
    var(--senai-color-secondary-900, #d4421e)
  );
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}

.botao-1:hover {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--senai-color-secondary-300, #ffb54c);
  color: var(
    --senai-color-secundary-900,
    var(--senai-color-secondary-900, #d4421e)
  );
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
}

.botao-2 {
  display: flex;
  height: var(--sizing-48, 48px);
  padding: 0 var(--spacing-small-sm, 20px) 0 var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--global-color-alpha-black-500, rgba(0, 0, 0, 0.5));
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.botao-2:hover {
  background: rgba(255, 149, 0, 0.1);
}

.botao-3 {
  display: flex;
  height: var(--sizing-48);
  padding: 0 var(--spacing-small-sm);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: var(--border-radius-xs);
  background: rgba(0, 0, 0, 0.04);
  color: var(--newton-white);
  font-size: var(--font-size-small-sm);
  font-weight: 600;
  line-height: 100%;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}

.botao-3:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* Transitions */
.fade-transition {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-out {
  opacity: 0;
}

.slide-container {
  position: relative;
  overflow: hidden;
}

.slide-content {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.botao-refazer-mobile {
  display: none;
}

.quiz-question h3 {
  color: var(--Yellow-MAIN, #ffbb39);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  #quizContainer > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .icon-question {
    display: none;
  }
  .section__quiz {
    padding: 0px 0px 80px;
  }
  .quiz__container {
    display: flex;
    width: 100%;
    padding: 0px var(--spacing-small-sm, 20px);
    flex-direction: column;
    align-items: flex-start;
    height: 514px;
    position: relative;
    gap: 8px;
  }
  .quiz-question {
    max-width: 100%;
  }
  .quiz-result-title {
    background: none;
    padding: 0px;
  }
  .quiz-result-title h2 {
    text-align: center;
    /* heading/bold-700/normal/sm */
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 24px */
  }
  .quiz-result-risco {
    margin-top: 12px;
    border-radius: var(--border-radius-md, 12px);
    background: var(--global-color-primary-900, #111d4a);
    padding: var(--spacing-small-sm, 20px);
  }
  .quiz-result-risco p {
    width: 100%;
  }
  .quiz-result-risco b {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
  }
  .quiz-content {
    height: 100%;
  }
  .quiz-options {
    height: 100%;
  }
  .quiz__container-text {
    width: 100%;
    max-width: 100%;
    padding: 0;
    height: 100%;
    flex-grow: 1;
    justify-content: space-around;
  }
  .quiz__container-text h1 {
    color: var(--Yellow-MAIN, #ffbb39);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    /* 28px */
  }
  #startBtn {
    width: 100%;
    color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
    font-family: "Open Sans";
    font-size: var(--font-size-small-sm, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 16px */
  }
  .quiz__container img {
    max-width: 100%;
    height: 60%;
    position: absolute;
    bottom: -50px;
    left: 55%;
    /* centraliza */
  }
  #quizContainer .img-overlay {
    content: "";
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: 100px;
    /* altura da faixa com gradiente */
    background: linear-gradient(180deg, rgba(25, 42, 107, 0) 0%, #192a6b 100%);
    pointer-events: none;
    /* não atrapalha cliques */
  }
  #quizStep {
    padding: 20px;
  }
  .quiz-container-header {
    display: none;
  }
  .quiz__header h1 {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
  }
  .quiz__container-text h2 {
    color: var(--Yellow-MAIN, #ffbb39);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 21.6px */
  }
  .quiz__container button {
    width: 100%;
    z-index: 10;
  }
  .result-box {
    display: flex;
    padding: var(--spacing-small-sm, 20px);
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-small-md, 24px);
    align-self: stretch;
  }
  .result-box h3 {
    color: var(
      --global-color-primary-p,
      var(--global-color-primary-p, #192a6b)
    );
    /* heading/bold-700/normal/sm */
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 24px */
  }
  .result-box p {
    color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
    text-align: center;
    /* paragraph/regular-400/normal/md */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
  }
  .result-box b {
    color: var(
      --global-color-primary-p,
      var(--global-color-primary-p, #192a6b)
    );
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    /* 28.8px */
  }
  .quiz-question h3 {
    color: var(--Yellow-MAIN, #ffbb39);
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .botao-1,
  .botao-2,
  .botao-3 {
    width: 100%;
  }
  .section__mudancas .mudancas__materia {
    width: 100%;
    min-height: 320px;
    height: auto;
    padding-right: 0px;
    padding: 0px;
    gap: 0px;
    flex-direction: column;
  }
  .section__mudancas .mudancas__materia .materia-text {
    padding: 16px 20px;
  }
  .section__mudancas .mudancas__materia a {
    width: 100%;
  }
  .section__mudancas .mudancas__materia img {
    height: 226px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/*# sourceMappingURL=ostenta-com-senai.css.map*/
