/*!************************************************************************************************************************!*\
  !*** 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/hero.scss ***!
  \***************************************************************************************************************/
.section__hero {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.section__hero .section__wrapper {
  height: 100%;
}

.section__hero p {
  color: #fff;
  font-family: "Branding SF";
  font-size: var(--font-size-large-sm, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 52.8px */
  letter-spacing: -1.92px;
}

.section__hero .hero-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small-xs, 16px);
  bottom: 24px;
  left: 133px;
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* faz cortar nas laterais/topo */
  object-position: center;
  /* centraliza o recorte */
}

.hero-seta {
  position: absolute;
  bottom: -48px;
  left: -92px;
  height: 236px;
}

.hero-logo {
  position: absolute;
  top: 40px;
  height: 200px;
}

.hero-fotos {
  position: absolute;
  width: 688px;
  left: 820px;
  top: -112px;
}

.hero-texto {
  position: absolute;
  bottom: 24px;
  left: 40px;
}

.hero-senai {
  position: absolute;
  bottom: 8px;
  left: 860px;
}

@media (max-width: 1260px) {
  .hero-texto {
    left: 16px;
    width: 440px;
    bottom: 40px;
  }

  .hero-seta {
    left: -210px;
  }

  .hero-senai {
    left: 74%;
  }
}

@media (max-width: 768px) {
  .section__hero .section__wrapper {
    display: none;
  }
}

/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/sobre.scss ***!
  \****************************************************************************************************************/
.section__sobre {
  position: relative;
  overflow: hidden;
}

.section__sobre h1 {
  color: #015ca9;
  /* heading/bold-700/normal/heading-700-n-xl */
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
}

.arrow-sobre {
  position: absolute;
  width: 68px;
  left: -92px;
  height: 100%;
  background: linear-gradient(180deg, #55b04b 7.4%, #015ca9 78.75%);
  z-index: 50;
}

.sobre-intro {
  padding: 56px 0px;
}

.sobre-text {
  display: flex;
  flex-direction: column;
}

.sobre-intro div {
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.section__sobre p {
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
}

.porque-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small-2xl, 36px);
  padding: 40px 0px 56px;
  align-self: stretch;
}

.porque-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small-sm, 20px);
  align-self: stretch;
}

.porque {
  display: flex;
  gap: 8px;
  align-items: center;
}

.como-funciona h2 {
  color: #55b04b;
  /* heading/bold-700/normal/heading-700-n-xl */
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
}

.setas-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.setas-anim {
  display: flex;
  position: relative;
  align-items: stretch;
  max-height: 210px;
  flex-grow: 1;
  opacity: 0;
  transform: translateX(-100px);
  /* começa fora da tela */
}

@keyframes slideInTop {
  from {
    opacity: 0;
    transform: translateY(-100px);
    /* começa acima da tela */
  }

  to {
    opacity: 1;
    transform: translateY(0);
    /* posição final */
  }
}

.setas-anim-mobile {
  display: flex;
  position: relative;
  align-items: stretch;
  max-height: 210px;
  flex-grow: 1;
  opacity: 0;
  transform: translateY(-100px);
  /* começa fora da tela (em cima) */
}

.setas-anim.in-view {
  animation: slideIn 0.8s ease-out forwards;
}

.setas-anim-mobile.in-view {
  animation: slideInTop 0.8s ease-out forwards;
}

.setas-anim-direita {
  display: flex;
  position: relative;
  align-items: stretch;
  max-height: 210px;
  flex-grow: 1;
  opacity: 0;
  transform: translateX(100px);
  /* começa à direita */
}

/* animação vinda da direita */
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.pre-requisitos-container.in-view {
  animation: slideInRight 0.8s ease-out forwards;
}

.setas-anim-direita {
  display: flex;
  position: relative;
  align-items: stretch;
  max-height: 140px;
  flex-grow: 1;
  opacity: 0;
  transform: translateX(100px);
  /* começa à direita */
}

.setas-anim-direita.in-view {
  animation: slideInRight 0.8s ease-out forwards;
}

.conteudo p {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  /* heading/regular-400/normal/2xs */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.conteudo h3 {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  /* heading/bold-700/normal/xs */
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 21.6px */
}

.seta-1 {
  z-index: 5;
  width: 42%;
  animation-delay: 0s;
  transform: translateX(-64px);
}

.seta-1 .conteudo {
  background-color: #55b04b;
  color: #fff;
  padding: 16px;
  padding-right: 20px;
  margin-block: 24px;
  margin-right: -2px;
  flex-grow: 1;
  margin-left: -32px;
}

.seta-1 .seta-1__texto {
  position: absolute;
  max-width: 420px;
  width: 80%;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
}

.seta-1 p {
  color: #fff;
}

.seta-1 h3 {
  text-wrap: nowrap;
}

.seta-1 .seta-svg {
  max-height: 100%;
  width: auto;
  flex-shrink: 0;
}

.seta-2 {
  z-index: 4;
  width: 27%;
  animation-delay: 0.5s;
}

.seta-2 .conteudo {
  padding-left: 28px;
  background-color: #7fb4e2;
  color: #fff;
  width: 100%;
  padding: 16px 0px 16px 108px;
  margin-block: 24px;
  margin-right: -2px;
  margin-left: -100px;
  flex-grow: 1;
}

.seta-2 .seta-2__texto {
  position: absolute;
  top: 50%;
  left: 44%;
  /* se também quiser centralizar horizontal */
  transform: translate(-50%, -50%);
  width: 80%;
}

.seta-2 p {
  color: #fff;
}

.seta-2 .seta-svg {
  max-height: 100%;
  width: auto;
  flex-shrink: 0;
}

.seta-3 {
  width: 36%;
  animation-delay: 1s;
}

.seta-3 .conteudo {
  padding-left: 28px;
  background-color: #015ca9;
  color: #fff;
  padding: 16px;
  padding-left: 110px;
  padding-right: 20px;
  margin-block: 24px;
  margin-right: -2px;
  margin-left: -100px;
  width: 100%;
  flex-grow: 1;
}

.seta-3 .seta-3__texto {
  position: absolute;
  top: 50%;
  left: 44%;
  /* se também quiser centralizar horizontal */
  transform: translate(-50%, -50%);
  width: 80%;
}

.seta-3 p {
  color: #fff;
}

.seta-3 .seta-svg {
  max-height: 100%;
  width: auto;
  flex-shrink: 0;
}

.seta-info {
  width: 36%;
  animation-delay: 1.5s;
}

.seta-info-container {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  align-items: center;
  gap: 24px;
  flex-grow: 1;
  padding: 36px 0px 48px;
}

.seta-info-container .seta-svg {
  max-height: 140px;
  width: auto;
  margin-left: 32px;
  flex-shrink: 0;
}

.seta-info-container .conteudo {
  padding-left: 28px;
  background-color: #015ca9;
  color: #fff;
  padding: 16px;
  margin-block: 24px;
  margin-right: -2000px;
  margin-left: -16px;
  width: 100%;
  flex-grow: 1;
}

.pre-requisitos-container {
  display: flex;
  padding: var(--spacing-small-xl, 32px) var(--spacing-large-md, 80px) var(--spacing-small-3xl, 40px) var(--spacing-large-md, 80px);
  flex-direction: column;
  justify-content: center;
  height: 307px;
  gap: var(--spacing-small-3xl, 40px);
  border-radius: var(--border-radius-xl, 32px);
  border: 1px solid var(--global-color-primary-p, #192a6b);
  background: var(--global-color-primary-p, #192a6b);
  opacity: 0;
  z-index: 6;
}

.pre-requisitos-container h3 {
  color: var(--candido-blue-20, #f8f9fc);
  /* heading/bold-700/normal/heading-700-n-xl */
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
}

.pre-requisitos-container p {
  color: var(--candido-blue-20, #f8f9fc);
  /* heading/regular-400/normal/2xs */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.pre-requisitos-container div {
  color: var(--candido-blue-20, #f8f9fc);
  /* heading/regular-400/normal/2xs */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.setas-container-mobile {
  display: none;
}

.seta-info-container-mobile {
  display: none;
}

@media (max-width: 768px) {

  .perguntas-footer {
    height: 0;
    margin-top: 0;
  }

  .setas-anim.in-view {
    animation: slideIn 0.8s ease-out forwards;
  }

  .section__sobre p {
    color: var(--senai-color-primary, var(--color-candido-blue-800, #192a6b));
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .sobre-intro {
    padding: 28px 0px;
  }

  .sobre-intro div,
  .sobre-intro p {
    color: var(--global-color-primary-p,
        var(--global-color-primary-p, #192a6b));
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }

  .porque-container {
    padding: 20px 0px;
  }

  .porque-container h1 {
    color: #015ca9;
    /* heading/bold-700/normal/lg */
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 33.6px */
  }

  .porque-container svg {
    display: flex;
    flex-shrink: 0;
  }

  .como-funciona {
    padding: 20px 0;
  }

  .como-funciona h2 {
    color: #55b04b;
    /* heading/bold-700/normal/lg */
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 33.6px */
  }

  .setas-container {
    display: none;
  }

  .seta-info-container {
    display: none;
  }

  .setas-anim {
    max-height: 100%;
  }

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

  .setas-container-mobile .seta-1 {
    width: 100%;
    flex-direction: column;
  }

  .setas-container-mobile .seta-1 .seta-1-curva-1 {
    position: absolute;
    left: -28px;
    top: 56px;
    width: 48px;
    height: 48px;
    background: #ffffff;
    z-index: 2;
    /* border-radius: 0px; */
    border-top-right-radius: 119px;
  }

  .setas-container-mobile .seta-1 .seta-1-curva-2 {
    width: 80px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: -50px;
    background: #55b04b;
  }

  .setas-container-mobile .seta-1 .seta-1__texto {
    justify-content: center;
    align-items: center;
    position: relative;
    top: 28px;
    left: auto;
    transform: none;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .setas-container-mobile .seta-1 .seta-1__texto p {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    /* heading/regular-400/normal/2xs */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
  }

  .setas-container-mobile .seta-1 .conteudo {
    padding: 16px;
    margin: 0px 20px;
    position: relative;
    min-height: 100px;
    display: flex;
    margin-bottom: -2px;
    justify-content: center;
    border-top-right-radius: 36px;
  }

  .setas-container-mobile .seta-1 .seta-svg {
    width: 100%;
    height: auto;
  }

  .setas-container-mobile .seta-2 {
    width: 100%;
    flex-direction: column;
  }

  .setas-container-mobile .seta-2 .seta-2__texto {
    justify-content: center;
    align-items: center;
    position: relative;
    top: 136px;
    left: auto;
    transform: none;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .setas-container-mobile .seta-2 .seta-2__texto p {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    /* heading/regular-400/normal/2xs */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
  }

  .setas-container-mobile .seta-2 .conteudo {
    padding: 16px;
    margin: 0px 20px;
    width: auto;
    margin-block: 0px;
    position: relative;
    margin-top: -136px;
    padding-bottom: 120px;
    min-height: 100px;
    margin-bottom: -2px;
    display: flex;
    justify-content: center;
  }

  .setas-container-mobile .seta-2 .seta-svg {
    width: 100%;
    height: auto;
  }

  .setas-container-mobile .seta-3 {
    width: 100%;
    flex-direction: column;
  }

  .setas-container-mobile .seta-3 .seta-3__texto {
    justify-content: center;
    align-items: center;
    position: relative;
    top: 136px;
    left: auto;
    transform: none;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .setas-container-mobile .seta-3 .seta-3__texto p {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    /* heading/regular-400/normal/2xs */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
  }

  .setas-container-mobile .seta-3 .conteudo {
    padding: 16px;
    margin: 0px 20px;
    width: auto;
    margin-block: 0px;
    position: relative;
    margin-top: -136px;
    padding-bottom: 120px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    margin-bottom: -2px;
  }

  .setas-container-mobile .seta-3 .seta-svg {
    width: 100%;
    height: auto;
  }

  .seta-info-container-mobile {
    display: block;
    padding: 36px 0px;
  }

  .pre-requisitos-container {
    display: flex;
    width: 100%;
    height: 265px;
    padding: var(--spacing-small-sm, 20px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-small-xs, 16px);
    flex-shrink: 0;
    border-radius: var(--border-radius-md, 12px);
    opacity: 0;
    background: #192a6b;
  }

  .pre-requisitos-container h3 {
    color: var(--candido-blue-20, #f8f9fc);
    /* heading/bold-700/normal/lg */
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 33.6px */
  }

  .pre-requisitos-container p {
    color: var(--candido-blue-20, #f8f9fc);
    /* heading/regular-400/normal/2xs */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
  }

  .pre-requisitos-container div {
    color: var(--candido-blue-20, #f8f9fc);
    /* heading/regular-400/normal/2xs */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
  }

  .pre-requisitos-container.in-view {
    animation: slideInTop 0.8s ease-out forwards;
  }
}

/*!***************************************************************************************************************!*\
  !*** 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/cursos.scss ***!
  \*****************************************************************************************************************/

:root {
  --wrap-max: 1180px;
  --gap-2xs: 8px;
  --gap-xs: 12px;
  --gap-sm: 16px;
  --gap-md: 20px;
  --gap-lg: 24px;
  --gap-xl: 32px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --c-bg: #fafafa;
  --c-card: #ffffff;
  --c-text: #222;
  --c-text-soft: #5b5b5b;
  --c-border: #e6e6e9;
  --c-brand: #712274;
  --c-brand-2: #ff9500;
  --shadow-1: 0 6px 24px rgba(0, 0, 0, 0.06);
  --shadow-2: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.section.section-cursos {
  padding: 0px 16px;
  overflow: hidden;
}

/* Titles */
.section__titles {
  margin-bottom: 28px;
  position: relative;
}

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

.section__title_background {
  margin: 0;
  font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2rem);
  line-height: 1.15;
  color: var(--c-brand);
  letter-spacing: -0.02em;
  border-radius: 0 220px 0 220px;
  background-color: #015ca9;
  width: 132%;
  margin-left: -92px;
  height: 202px;
  z-index: 10;
}

.section__title-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 45%;
  align-items: start;
  transform: translate(-50%, -50%);
}

.cursos-barra_lateral {
  position: absolute;
  height: 100%;
  width: 261px;
  top: 201px;
  right: -298px;
  background: linear-gradient(180deg, #015ca9 17.17%, #002d68 87.68%);
}

.section-curva-top_1 {
  position: absolute;
  left: -24px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  background: #ffffff;
  z-index: 5;
  /* border-radius: 0px; */
  border-bottom-left-radius: 50px;
}

.section-curva-top_2 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  left: -24px;
  background: #015ca9;
}

.section-curva-bottom_1 {
  position: absolute;
  right: -37px;
  bottom: -100px;
  width: 100px;
  height: 100px;
  background: #ffffff;
  z-index: 2;
  border-top-right-radius: 50px;
}

.section-curva-bottom_2 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -56px;
  right: -40px;
  background: #015ca9;
}

/* Content container */
.section__content {
  display: flex;
  flex-direction: column;
  gap: var(--gap-lg);
  z-index: 5;
  position: relative;
}

/* Filtros */
.box-filtros__row {
  width: 100%;
}

.box-filtros__inputs-content {
  width: 100%;
}

.box-filtros__options {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-sm);
}

.filtro-curso {
  display: flex;
  flex-direction: column;
  gap: var(--gap-2xs);
}

.btn-filtro-titulo p {
  color: var(--corbusier-gray-900, #272727);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 14.4px */
}

/* Inputs */
.filtro-curso select,
.filtro-curso input[type="text"] {
  display: flex;
  height: 56px;
  padding: 16px 12px;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  border: 3px solid #015ca9;
  outline: none;
}

.filtro-curso select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23015ca9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
  cursor: pointer;
}

/* Search button */
.filtro-curso--search {
  position: relative;
  grid-column: 1 / -1;
}

.btn-input-search {
  position: absolute;
  right: 6px;
  top: 62%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
}

.btn-input-search svg {
  width: 24px;
  height: 24px;
}

.btn-input-search path {
  stroke: #015ca9;
}

.btn-input-search.disabled-search {
  cursor: not-allowed;
}

/* Filtros aplicados */
.box-filtros-aplicados {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.box-filtros-aplicados>span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f2f2f5;
  border: 1px solid var(--c-border);
  color: #333;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.box-filtros-aplicados .limpaItem {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ddd;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.box-filtros-aplicados .limpaItem::before,
.box-filtros-aplicados .limpaItem::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #666;
  transform-origin: center;
}

.box-filtros-aplicados .limpaItem::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.box-filtros-aplicados .limpaItem::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Modal de filtros (estrutura básica, se usado) */
.box-filtros__modal {
  display: none;
}

.modal-filtros__content {
  max-width: 680px;
  margin: 0 auto;
}

.modal__close {
  background: none;
  border: none;
  cursor: pointer;
}

/* Loader */
.lista-cursos__loader {
  display: none;
  grid-column: 1 / -1;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  min-height: 200px;
}

.lista-cursos__loader.is-active {
  display: flex;
}

.lista-cursos__loader::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 4px solid rgba(1, 92, 169, 0.1);
  border-top: 4px solid #015ca9;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lista-cursos__loader span {
  display: none;
  /* Oculta os antigos pontos */
}

.lista-cursos__loader::after {
  content: "Buscando cursos...";
  color: #015ca9;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.lista-cursos.is-loading .card-curso {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
}

@keyframes loaderPulse {

  0%,
  100% {
    transform: scale(0.8);
    opacity: 0.6;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Lista de cursos */
.lista-cursos {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-lg);
  align-items: start;
}

/* Card do curso */
.card-curso {
  border-radius: var(--border_radius---radius-12, 12px);
  background: #fff;
  border: 1px solid var(--c-border, #e6e6e9);
  /* Soft indigo-tinted layered shadow */
  box-shadow: 0 10px 25px -5px rgba(1, 92, 169, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  display: flex;
  height: auto;
  padding: 32px 20px;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 1;
}

.card-curso:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 25px -5px rgba(1, 92, 169, 0.12), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.card-curso__texto {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  flex: 1;
  /* Faz este bloco ocupar o espaço disponível e empurrar o botão para baixo */
}

.card-curso__button {
  align-self: center;
  margin-top: auto;
  /* Empurra para o rodapé do flex-container */
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  padding-top: 24px;
}

/* Badge esgotado */
.badge {
  border-radius: var(--border-radius-lg, 16px);
  background: #7fb4e2;
  display: flex;
  padding: 12px 12px;
  justify-content: center;
  align-items: center;
  align-self: center;
  gap: var(--spacing-small-4xs, 4px);
  color: var(--newton-white, #fff);
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 12px;
  width: fit-content;
  margin-bottom: 24px;
  /* 120% */
}

.badge img {
  height: 24px;
  width: 24px;
}

.badge-cursos {
  background: #192a6b;
}

/* Título / lead */
.card-curso__titulo {
  color: var(--senai-color-primary, var(--color-candido-blue-800, #192a6b));
  /* heading/semibold-600/normal/heading-600-n-xs */
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  min-height: 48px;
  /* Uniformidade inicial para títulos de até 2 linhas */
  display: flex;
  align-items: center;
}

.card-curso__lead {
  color: var(--core-gray-600, var(--color-corbusier-gray-600, #6c6c6c));
  /* paragraph/regular-400/normal/paragraph-400-n-md */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  overflow-wrap: break-word;
  /* 28.8px */
}

/* Descrição Accordion */
.card-curso__description-wrapper {
  min-height: 160px;
  /* Força a altura para uniformidade inicial */
  max-height: 160px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  position: relative;
}

.card-curso__description-wrapper.is-expanded {
  max-height: 2000px;
  /* Cresce conforme necessário */
}

.card-curso__description-wrapper:not(.is-expanded)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
  transition: opacity 0.3s;
}

.card-curso__description-wrapper.is-expanded::after {
  opacity: 0;
}

.card-curso__toggle-description {
  background: none;
  border: none;
  color: #015ca9;
  font-weight: 700;
  cursor: pointer;
  padding: 8px 0;
  display: none;
  /* Só mostra se for necessário via JS ou se você preferir deixar fixo */
  align-items: center;
  gap: 6px;
  font-size: 14px;
  align-self: flex-start;
  transition: color 0.2s;
}

.card-curso__toggle-description:hover {
  color: #55b04b;
}

.card-curso__toggle-description svg {
  transition: transform 0.3s ease;
}

.card-curso__toggle-description.is-active svg {
  transform: rotate(180deg);
}

/* Infos */
.card-curso__infos {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  min-height: 120px;
  /* Garante que mesmo com menos infos, o bloco ocupe o mesmo espaço */
}

.curso-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--c-text);
}

.curso-info img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
}

.curso-info p {
  color: var(--core-gray-500, var(--color-corbusier-gray-500, #838383));
  /* label/semibold-600/normal/label-600-n-md */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
}

/* Botões */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
}

.btn--two {
  display: flex;
  height: var(--sizing-40, 40px);
  padding: 0 var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: var(--border-radius-xs, 4px);
  background: #55b04b;
  /* 14px */
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  text-align: center;
  font-family: "Open Sans";
  font-size: var(--font-size-small-xs, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  /* 14px */
}

.btn--two:hover {
  filter: brightness(1.05);
}

.btn-tenho-interesse {
  display: flex;
  height: var(--sizing-32, 32px);
  padding: 0 var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: var(--border-radius-xs, 4px);
  border: 1px solid var(--corbusier-gray-300, #b2b2b2);
  background: var(--newton-white, #fff);
  color: var(--corbusier-gray-300, #b2b2b2);
  text-align: center;
  font-family: "Open Sans";
  font-size: var(--font-size-small-2xs, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 12px */
}

.btn-tenho-interesse:hover {
  background: color-mix(in oklab, var(--c-brand) 10%, #fff);
}

/* Estado especial quando não há link de inscrição */
.card-curso--tenho-interesse .btn-tenho-interesse {
  width: 100%;
}

/* Ver mais */
.lista-cursos__ver-mais {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.ver-mais-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 22px;
  border-radius: var(--border-radius-xs, 4px);
  border: 1px solid var(--color-newton-white, #fff);
  background: #015ca9;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.ver-mais-btn:hover {
  filter: brightness(1.05);
}

/* Helpers para cores por grupo (exemplos) */
.bg--mecanica {
  background: #0ea5e9;
}

.bg--informatica {
  background: #22c55e;
}

.color--mecanica {
  color: #0e7490;
}

.color--informatica {
  color: #166534;
}

.curso-info--header {
  color: var(--senai-color-primary, var(--color-candido-blue-800, #192a6b));
  /* heading/semibold-600/normal/heading-600-n-xs */
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
}

/* ---------- Breakpoints ---------- */
/* >= 640px */
@media (min-width: 640px) {
  .box-filtros__options {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* >= 768px */
/* >= 1024px */
@media (min-width: 1024px) {
  .lista-cursos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* High‑contrast focus (acessibilidade) */
:where(a, button, input, select):focus-visible {
  outline: 3px solid color-mix(in oklab, var(--c-brand) 65%, #fff);
  outline-offset: 2px;
}

.cursos-carrossel_wrapper {
  width: 100%;
  background: #015ca9;
  height: 118px;
  justify-content: center;
  box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.25) inset;
  display: flex;
  padding: var(--spacing-small-md, 24px) 0;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  border-radius: 16px;
}

.section__title {
  color: #fff;
  font-family: "Open Sans";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@keyframes move {
  from {
    left: 100%;
  }

  to {
    left: -100%;
  }
}

.cursos-carrossel {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  --dur: 50s;
}

.cursos-carrossel .track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  animation: move var(--dur) linear infinite;
}

.cursos-carrossel p {
  margin: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.cursos-carrossel p::after {
  content: "|";
  opacity: 0.7;
}

@keyframes move {
  from {
    transform: translateX(0);
  }

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

@keyframes move-2 {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.cursos-carrossel-2 {
  overflow: hidden;
  width: 100%;
  background: transparent;
  --dur: 50s;
  /* ajuste a velocidade */
}

.cursos-carrossel-2 .track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  animation: move-2 var(--dur) linear infinite;
}

.cursos-carrossel-2 p {
  margin: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.cursos-carrossel-2 p::after {
  content: "|";
  opacity: 0.7;
}

@media (max-width: 768px) {
  .section-cursos {
    background: #015ca9;
    overflow: hidden;
  }

  .btn-input-search path {
    stroke: #fff;
  }

  .section-curva-bottom_1,
  .section-curva-bottom_2,
  .section-curva-top_1,
  .section-curva-top_2 {
    display: none;
  }

  .card-curso {
    background: #fff;
  }

  .filtro-curso select,
  .filtro-curso input[type="text"] {
    border: 3px solid #fff;
    background-color: #015ca9;
    color: white;
    width: 100%;
  }

  .filtro-curso select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  }

  .filtro-curso input::placeholder {
    color: #fff;
  }

  .btn-filtro-titulo p {
    color: #fff;
  }

  .section__titles {
    margin-bottom: 0px;
  }

  .section__title {
    text-align: left;
    padding-top: 20px;
  }

  .section__content {
    padding-bottom: 24px;
  }

  .section__title_background {
    display: none;
  }

  .section__title-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 32px 0px;
  }
}

/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/faq.scss ***!
  \**************************************************************************************************************/
.section__perguntas {
  padding-top: 40px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;

  .cursos-barra_lateral {
    top: -40px;
    height: calc(100% + 200px);
    background: #002d68;
  }
}

.section__perguntas .section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}

.faq-curva-bottom_1 {
  position: absolute;
  right: 260px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  background: #ffffff;
  z-index: 2;
  border-bottom-right-radius: 50px;
}

.faq-curva-bottom_2 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -1px;
  right: 259px;
  background: #002d68;
}

.setas-footer {
  position: absolute;
  bottom: 2px;
  z-index: 100;
  left: -521px;
}

.perguntas-footer {
  width: 100%;
  height: 48px;
  margin-top: 160px;
  background-color: #002d68;
}

.section__perguntas h1 {
  color: #015ca9;
  /* heading/bold-700/normal/2xl */
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
  /* 48px */
}

.agenda-accordion-item {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid var(--global-color-alpha-black-200, rgba(0, 0, 0, 0.2));
  background: transparent;
}

.agenda-accordion-header {
  width: 100%;
  padding: 8px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: start;
}

.agenda-accordion-header:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.agenda-accordion-title-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.agenda-accordion-title {
  color: var(--corbusier-gray-900, #272727);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
}

.agenda-accordion-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s;
  background-color: transparent;
  color: #272727;
}

.agenda-accordion-content p {
  color: var(--corbusier-gray-900, #272727);
  /* heading/semibold-600/normal/2xs */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  line-height: 120%;
}

.agenda-accordion-icon {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.agenda-accordion-header.active .agenda-accordion-icon svg {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .setas-footer {
    height: 80px;
    left: -250px;
    width: auto;
  }

  .section__perguntas {
    padding-bottom: 108px;
  }

  .perguntas-footer {
    height: 0;
    margin-top: 0;
  }
}

/*# sourceMappingURL=qualifica-parana.css.map*/