/*! 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;
}

* {
  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 {
  display: block;
}

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

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

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

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

.section__hero {
  background: var(--hawking-black, #0e0d11);
  position: relative;
  height: 720px;
  overflow: hidden;
}

.section__hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section__hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: center;
}

.section__hero .section__wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
}

.section__hero .section__wrapper a {
  display: flex;
  width: 394px;
  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;
  flex-shrink: 0;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--sesi-color-secondary-p, #96d200);
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  text-decoration: none;
}

.section__hero .section__wrapper a:hover {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--sesi-color-secondary-300, #b9e06a);
}

.navbar-fixed__menu a {
  display: flex;
  width: fit-content;
  height: var(--sizing-48, 32px);
  padding: 0 var(--spacing-small-sm, 20px) 0 var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--sesi-color-secondary-p, #96d200);
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.navbar-fixed__menu a:hover {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--sesi-color-secondary-300, #b9e06a);
}

.section__hero .section__wrapper .content-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 16px 20px;
  border-bottom: 1px solid #fff;
}

.section__hero .section__wrapper .content-top img {
  width: 120px;
  height: auto;
}

.section__hero .section__wrapper .content-top p {
  margin: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.section__etapas {
  background: var(--newton-white, #fff);
}

.section__etapas .barra-vagas {
  border: 1px solid var(--Darker-Yellow, #e0a025);
  background: var(--Main-Yellow, #ffbb39);
  box-shadow: 0 5px 14px -1px rgba(0, 0, 0, 0.12);
  display: flex;
  width: 100%;
  padding: 20px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.section__etapas .barra-vagas .barra-container {
  display: flex;
  align-items: center;
}

.section__etapas .barra-vagas .barra-container p {
  color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
  font-family: Montserrat;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.section__etapas .barra-vagas .barra {
  display: flex;
  width: 857px;
  height: 78px;
  padding: 20px 24px 20px 8px;
  align-items: center;
}

.section__etapas .barra-vagas .progress-bar {
  position: relative;
  border-radius: 60px;
  border: 1px solid var(--corbusier-gray-700, #555);
  background: #fff;
  width: 100%;
  height: 38px;
  overflow: hidden;
}

.section__etapas .barra-vagas .barra-numero {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--corbusier-gray-800, #3e3e3e);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--global-color-newton-white, #fff);
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  width: 0;
}

.section__etapas .barra-vagas h1 {
  color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.section__etapas .etapas-conteudo .section__wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 40px;
  align-items: center;
  gap: 28px;
  flex: 1 0 0;
}

.section__etapas .etapas-conteudo .section__wrapper .etapas-bloco {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.section__etapas .etapas-conteudo .section__wrapper .etapas-bloco h1 {
  color: var(--Darker-Yellow, #e0a025);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.section__etapas .etapas-conteudo .etapas-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.section__etapas .etapas-conteudo .etapa-card {
  display: flex;
  width: 30%;
  height: 188px;
  flex-direction: column;
  justify-content: start;
  padding-top: 16px;
  align-items: center;
  gap: 8px;
  border-radius: var(--border-radius-md, 12px);
  background: var(--corbusier-gray-900, #272727);
}

.section__etapas .etapas-conteudo .etapa-card p {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  width: 243px;
}

.section__etapas .etapas-conteudo a {
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  text-align: center;
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  width: 380px;
  height: var(--sizing-48, 48px);
  padding: 0 var(--spacing-small-sm, 20px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--senai-color-secondary-p, #ff9500);
}

.section__etapas .etapas-conteudo a:hover {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--senai-color-secondary-300, #ffb54c);
}

.botao-a {
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  text-align: center;
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  width: 380px;
  height: var(--sizing-48, 48px);
  padding: 0 var(--spacing-small-sm, 20px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--senai-color-secondary-p, #ff9500);
  cursor: pointer;
  border: none;
}

.botao-a:hover {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--senai-color-secondary-300, #ffb54c);
}

.section__beneficios {
  border-top: 4px solid var(--Main-Yellow, #ffbb39);
  background: var(--newton-white, #fff);
}

.section__beneficios .section__wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 40px;
  align-items: center;
  gap: 28px;
  flex: 1 0 0;
}

.section__beneficios .section__wrapper h1 {
  color: var(--Darker-Yellow, #e0a025);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: start;
  width: 100%;
}

.section__beneficios .tabela-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.section__beneficios .beneficios-tabela {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.section__beneficios .tabela-beneficio-col {
  width: 50%;

  span {
    color: var(--Darker-Yellow, #e0a025);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}

.section__beneficios .tabela-beneficio-col p:first-of-type {
  color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-radius: 8px 0 0 0;
  border: 2px solid var(--global-color-gray-900, #272727);
  background: var(--corbusier-gray-20, #fafafa);
  display: flex;
  padding: var(--spacing-small-2xs, 12px) 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.section__beneficios .tabela-beneficio-col p {
  color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  padding: var(--spacing-small-2xs, 12px) 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border: 2px solid var(--global-color-gray-900, #272727);
  border-top: none;
  background: var(--corbusier-gray-20, #fafafa);
}

.section__beneficios .tabela-beneficio-col p:last-of-type {
  border-radius: 0 0 0 8px;
}

.section__beneficios .tabela-valor-col {
  width: 50%;
}

.section__beneficios .tabela-valor-col p:first-of-type {
  color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-radius: 0 8px 0 0;
  border: 2px solid var(--global-color-gray-900, #272727);
  border-left: none;
  background: var(--corbusier-gray-20, #fafafa);
  display: flex;
  padding: var(--spacing-small-2xs, 12px) 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.section__beneficios .tabela-valor-col p {
  color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  padding: var(--spacing-small-2xs, 12px) 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border: 2px solid var(--global-color-gray-900, #272727);
  border-left: none;
  border-top: none;
  background: var(--corbusier-gray-20, #fafafa);
}

.section__beneficios .tabela-valor-col p:last-of-type {
  border-radius: 0 0 8px 0;
}

.section__disponiveis {
  border-top: 4px solid var(--Main-Yellow, #ffbb39);
  background: var(--newton-white, #fff);
}

.section__disponiveis .section__wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 40px;
  align-items: center;
  gap: 28px;
  flex: 1 0 0;
}

.section__disponiveis .section__wrapper .disponiveis-header {
  width: 100%;
}

.section__disponiveis .section__wrapper .cursos-container {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
}

.section__disponiveis .section__wrapper h1 {
  color: var(--Darker-Yellow, #e0a025);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: start;
  width: 100%;
}

.section__disponiveis .section__wrapper p {
  color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.section-cursos {
  position: relative;
  border-top: 4px solid #eb766b;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.selo-promocao {
  position: absolute;
  top: -20px;
  right: 7%;
}

.cursos-btn {
  display: flex;
  height: 52px;
  margin: 0 auto;
  width: fit-content;
  padding: 0px 24px 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #ff9500;
  text-decoration: none;
  color: #192a6b;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.cursos-btn:hover {
  background: #ffb54c;
  text-decoration: none;
}

.cursos-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.cursos-header h1 {
  color: var(--Darker-Yellow, #e0a025);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
}

.cursos-header h4 {
  color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.cursos-container {
  padding-top: 40px;
}

.svg-decoracao {
  position: absolute;
  right: 16px;
  bottom: -56px;
  z-index: 0;
  pointer-events: none;
  height: auto;
}

.svg-decoracao svg {
  width: 100%;
  height: auto;
  display: block;
}

.cursos-btn {
  margin-top: 20px;
}

.curso-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.curso-modal-content {
  background: #fff;
  width: 90%;
  max-width: 532px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.curso-modal-header {
  background: #eaedf0;
  padding: 16px 24px;
  display: flex;
  border-radius: 8px 8px 0 0;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  color: #192a6b;
}

.curso-modal-body {
  padding: 24px;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.curso-modal-footer {
  padding: 24px;
  box-sizing: border-box;
}

.modal-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}

.modal-close-btn svg {
  width: 24px;
  height: 24px;
}

.modal-action-btn {
  width: fit-content;
  height: 48px;
  padding: 0 16px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #ff9500;
  color: #192a6b;
  font-family: "Open Sans";
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.cursos-item .curso-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cursos-item .curso-titulo {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #192a6b;
  font-weight: 400;
  line-height: 1.2;
}

.cursos-item .modal-open-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #192a6b;
  cursor: pointer;
  transition: transform 0.2s;
  margin-left: 12px;
}

.cursos-item .modal-open-btn:hover {
  transform: scale(1.2);
}

@media screen and (min-width: 768px) {
  .cursos-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px 50px;
  }

  .curso-titulo {
    font-size: 14px;
  }

  .cursos-coluna {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
  }

  .cursos-coluna ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .cursos-coluna li {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    padding: 12px 0 12px 36px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0);
  }

  .cursos-coluna li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 fill=%27none%27%3E%3Cpath d=%27M13.8077 16.7307L6.5 16.7307M25.5 16.7307L18.1923 16.7307M20.3846 9.42307C20.3846 7.8087 19.0759 6.5 17.4616 6.5L14.5385 6.5C12.9241 6.5 11.6154 7.80871 11.6154 9.42308M6.5 12.4231L6.5 22.5C6.5 24.1569 7.84314 25.5 9.5 25.5L22.5 25.5C24.1568 25.5 25.5 24.1569 25.5 22.5V12.4231C25.5 10.7663 24.1568 9.42313 22.5 9.42312L9.5 9.4231C7.84315 9.4231 6.5 10.7662 6.5 12.4231ZM18.1923 17.4616C18.1923 18.6724 17.2108 19.6539 16 19.6539C14.7892 19.6539 13.8077 18.6724 13.8077 17.4616C13.8077 16.2508 14.7892 15.2693 16 15.2693C17.2108 15.2693 18.1923 16.2508 18.1923 17.4616Z%27 stroke=%27%23FF9500%27 stroke-width=%271.4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .svg-decoracao {
    display: none;
  }

  .selo-promocao {
    position: absolute;
    top: -20px;
    right: 0;
  }

  .selo-promocao img {
    width: 120px;
  }

  .cursos-header h1 {
    font-size: 20px;
    width: 240px;
  }

  .cursos-header h4 {
    font-size: 16px;
  }

  .cursos-carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding-left: 16px;
    margin-left: -16px;
    -webkit-overflow-scrolling: touch;
  }

  .cursos-carousel::-webkit-scrollbar {
    display: none;
  }

  .cursos-coluna {
    flex: 0 0 auto;
    width: 250px;
    border-radius: 4px;
    padding: 16px;
  }

  .cursos-coluna ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .cursos-coluna li {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 12px 12px 12px 28px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .cursos-coluna li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 fill=%27none%27%3E%3Cpath d=%27M13.8077 16.7307L6.5 16.7307M25.5 16.7307L18.1923 16.7307M20.3846 9.42307C20.3846 7.8087 19.0759 6.5 17.4616 6.5L14.5385 6.5C12.9241 6.5 11.6154 7.80871 11.6154 9.42308M6.5 12.4231L6.5 22.5C6.5 24.1569 7.84314 25.5 9.5 25.5L22.5 25.5C24.1568 25.5 25.5 24.1569 25.5 22.5V12.4231C25.5 10.7663 24.1568 9.42313 22.5 9.42312L9.5 9.4231C7.84315 9.4231 6.5 10.7662 6.5 12.4231ZM18.1923 17.4616C18.1923 18.6724 17.2108 19.6539 16 19.6539C14.7892 19.6539 13.8077 18.6724 13.8077 17.4616C13.8077 16.2508 14.7892 15.2693 16 15.2693C17.2108 15.2693 18.1923 16.2508 18.1923 17.4616Z%27 stroke=%27%23FF9500%27 stroke-width=%271.4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.section__garantir {
  border-top: 4px solid var(--Main-Yellow, #ffbb39);
  background: var(--newton-white, #fff);
  padding: var(--spacing-small-3xl, 40px) 0px;
}

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

.section__garantir h1 {
  color: var(--Darker-Yellow, #e0a025);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: start;
  width: 100%;
}

.section__garantir .circulo {
  border-radius: var(--border-radius-pill, 9999px);
  border: 3px solid var(--Darker-Yellow, #e0a025);
  background: var(--corbusier-gray-20, #fafafa);
  display: flex;
  padding: 10px 28.5px;
  align-items: center;
  gap: 10px;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 30;
}

.section__garantir .circulo img {
  width: 73px;
  height: 110px;
  aspect-ratio: 73/110;
  position: absolute;
  right: 28.5px;
  top: 10px;
}

.section__garantir .texto {
  border-radius: 0 var(--border-radius-pill, 9999px)
    var(--border-radius-pill, 9999px) 0;
  border-top: 2px solid var(--Darker-Yellow, #e0a025);
  border-right: 2px solid var(--Darker-Yellow, #e0a025);
  border-bottom: 2px solid var(--Darker-Yellow, #e0a025);
  background: var(--corbusier-gray-20, #fafafa);
  display: flex;
  padding: 20px 200px 20px 32px;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  z-index: 20;
  gap: 10px;
}

.section__garantir .texto h3 {
  color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.section__garantir .linha-1 {
  display: flex;
  align-items: center;
  position: relative;
}

.section__garantir .setas-container {
  width: 100%;
  height: 600px;
}

.section__garantir .arrow-1 {
  position: absolute;
  right: 0px;
  top: 64px;
}

.section__garantir .linha-2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  justify-content: center;
}

.section__garantir .linha-2 .texto {
  border-radius: var(--border-radius-pill, 9999px);
  border-top: 2px solid var(--Darker-Yellow, #e0a025);
  border-left: 2px solid var(--Darker-Yellow, #e0a025);
  border-bottom: 2px solid var(--Darker-Yellow, #e0a025);
  background: var(--corbusier-gray-20, #fafafa);
  display: flex;
  padding: 20px 160px 20px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: 0;
  margin-right: -32px;
}

.section__garantir .arrow-2 {
  position: absolute;
  top: 64px;
  left: 52px;
}

.section__garantir .linha-3 {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-left: 158px;
}

.section__garantir .linha-3 .texto {
  padding: 20px 112px 20px 32px;
}

.section__garantir .linha-4 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  justify-content: start;
}

.section__garantir .linha-4 .texto {
  border-radius: 999px;
  border-top: 2px solid var(--Darker-Yellow, #e0a025);
  border-right: 2px solid var(--Darker-Yellow, #e0a025);
  border-bottom: 2px solid var(--Darker-Yellow, #e0a025);
  background: var(--Main-Yellow, #ffbb39);
  margin-left: 0px;
  margin-right: -116px;
}

.section__fim {
  background: var(--corbusier-gray-900, #000000);
  overflow: hidden;
}

.section__fim .section__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  height: 536px;
}

.section__fim .section__wrapper h1 {
  color: var(--Yellow-MAIN, #ffbb39);
  font-family: Montserrat;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 551px;
}

.section__fim .section__wrapper img {
  position: absolute;
  width: 789px;
  height: 781px;
  object-fit: cover;
  right: -72px;
  top: -41px;
}

.barra-fim {
  padding: 20px 0;
  background: var(--Main-Yellow, #ffbb39);
}

.barra-fim .section__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.barra-fim h1 {
  color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}

.barra-fim p {
  color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}

.section__carrossel {
  padding: 0px;
  overflow: hidden;
}

.section__carrossel H1 {
  color: var(--Darker-Yellow, #e0a025);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.section__carrossel .section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.cursos-carrossel_wrapper {
  width: 110%;
  margin-left: -7%;
  border-top: 1px solid var(--Darker-Yellow, #e0a025);
  background: var(--Darker-Yellow, #e0a025);
  box-shadow: 0 -3px 13px 2px rgba(0, 0, 0, 0.29) inset;
  height: 118px;
  justify-content: center;
  display: flex;
  padding: var(--spacing-small-md, 24px) 0;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  border-radius: 16px;
}

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

  to {
    left: -100%;
  }
}

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

.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: rgba(0, 0, 0, 0);
  --dur: 180s;
}

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

.cursos-carrossel_wrapper:hover {
  .track {
    animation-play-state: paused;
  }
}

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

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #192a6b;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  display: none;
  transition: all 0.16s ease;
}

.navbar-fixed-visible {
  display: block !important;
  opacity: 1 !important;
}

.navbar-fixed__wrapper {
  max-width: 1178px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-fixed__left,
.navbar-fixed__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-fixed__logo img {
  display: block;
}

.navbar-fixed__left p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.navbar-fixed__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
}

.navbar-fixed__menu li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.btn-default-senai {
  background: #ff9500;
  color: #192a6b;
  padding: 6px 12px;
  border-radius: 4px;
}

.btn-assistente {
  background: #fff;
  color: #192a6b;
  padding: 6px 12px;
  border-radius: 4px;
}

.hamburger {
  padding: 15px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1050;
  position: relative;
  display: none;
}

.hamburger .hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition: transform 0.3s ease;
}

.hamburger .hamburger-inner {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger .hamburger-inner::before {
  content: "";
  top: -10px;
}

.hamburger .hamburger-inner::after {
  content: "";
  bottom: -10px;
}

.navbar-drawer {
  position: fixed;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background-color: #13357a;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 9999;
  transition: right 0.3s ease-in-out;
}

.navbar-drawer.open {
  right: 0;
}

.drawer-close {
  align-self: flex-end;
  font-size: 32px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-bottom: 16px;
}

.drawer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.drawer-menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color 0.2s;
}

.drawer-menu li a img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .navbar-fixed__menu {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .navbar-fixed__left p {
    display: none;
  }

  .btn-assistente {
    color: #192a6b;
  }
}

@media (min-width: 1024px) {
  .navbar-drawer {
    display: none;
  }
}

.arrow-1-mobile {
  display: none;
}

.arrow-2-mobile {
  display: none;
}

.hero-mobile {
  display: none;
}
@media (max-width: 768px) {
  .section__etapas .barra-vagas .barra-container {
    flex-direction: column;
  }

  .section__etapas {
    .barra-vagas {
      .barra {
        width: 100%;
        padding: 0%;
      }
    }
  }
  .section__etapas .etapas-conteudo .etapas-row {
    flex-direction: column;
  }
  .section__etapas .etapas-conteudo .etapa-card {
    width: 100%;
  }
  .section__beneficios .tabela-beneficio-col p {
    display: flow;
    height: 84px;
    padding: var(--spacing-small-2xs, 12px) 5px;
  }

  .section__beneficios .tabela-valor-col p {
    display: flow;
    height: 84px;
    padding: var(--spacing-small-2xs, 12px) 5px;
  }
  .section__carrossel h1 {
    color: var(--Darker-Yellow, #e0a025);
    font-family: Montserrat;
    font-size: 23.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.2px */
    letter-spacing: -0.47px;
    text-transform: uppercase;
  }

  .section__garantir h1 {
    color: var(--Darker-Yellow, #e0a025);
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 26.4px */
    text-transform: uppercase;
  }

  .section__garantir .texto {
    display: flex;
    padding: 10px 20px 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    h3 {
      color: var(
        --global-color-gray-900,
        var(--global-color-gray-900, #272727)
      );
      font-family: Montserrat;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%; /* 16.8px */
    }
  }
  .section__garantir .circulo {
    display: flex;
    width: 68px;
    height: 68px;
    padding: 10px 28.5px;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;

    img {
      width: 36px;
      height: 54px;
      aspect-ratio: 2 / 3;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
  }
  .section__garantir .linha-1 {
    width: 100%;
  }
  .section__garantir .linha-2 {
    width: 100%;
  }

  .section__garantir .linha-2 .texto {
    display: flex;
    padding: 9px 20px 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    margin-left: 0px;
  }

  .section__garantir .setas-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
    align-self: stretch;
  }

  .section__garantir .linha-3 {
    margin-left: 0;
    width: 100%;
  }

  .section__garantir .linha-3 .texto {
    display: flex;
    padding: 10px 20px 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    margin-left: -20px;
  }
  .section__garantir .linha-4 {
    width: 100%;
  }

  .section__garantir .linha-4 .texto {
    margin-right: -38px;
  }

  .arrow-1 {
    display: none;
  }
  .arrow-2 {
    display: none;
  }

  .arrow-1-mobile {
    display: block;
    position: absolute;
    bottom: -33px;
    width: 100%;
    /* height: 35px; */
    object-fit: cover;
    padding: 0px 20px;
  }

  .arrow-2-mobile {
    display: block;
    position: absolute;
    bottom: -33px;
    width: 100%;
    /* height: 35px; */
    object-fit: cover;
    padding: 0px 20px;
  }

  .section__fim .section__wrapper img {
    position: relative;
    /* width: 100%; */
    right: 0px;
    top: 0px;
    height: 140%;
    /* padding-bottom: 15px; */
    bottom: 48px;
    top: -39px;
    object-fit: cover;
    object-position: center;
    padding-left: 47px;
    overflow: inherit;
  }

  .section__fim .section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 534px;
    padding-top: 28px;
  }

  .section__fim .section__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 */
    letter-spacing: -0.28px;
    width: 100%;
  }

  .barra-fim h1 {
    color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    text-transform: uppercase;
  }
  .barra-fim p {
    color: var(--global-color-hawking-black, var(--hawking-black, #0e0d11));
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.54px;
    text-transform: uppercase;
  }

  .section__carrossel {
    overflow: hidden;
  }

  .section__hero {
    height: 440px;
    .hero-bg {
      position: absolute;
      width: 100%;
      object-fit: none;
      top: -35px;
    }

    .section__wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      a {
        width: 100%;
        position: relative;
        bottom: 0px;
        left: 0;
        transform: none;
        margin-bottom: 30px;
      }
    }

    .hero-bg {
      display: none;
    }

    .hero-mobile {
      width: 100%;
      object-fit: none;
      position: relative;
      flex-grow: 1;
      margin-top: -24px;
      display: block;
    }
  }

  .section__etapas {
    .etapas-conteudo a {
      width: 100%;
      object-fit: none;
      position: relative;
      flex-grow: 1;
    }
  }

  .botao-a {
    width: 100%;
  }

  .section__form {
    scroll-margin-top: 70vh;
    h1 {
      color: var(--Darker-Yellow, #e0a025);
      font-family: Montserrat;
      font-size: 21.5px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: -0.645px;
      text-transform: uppercase;
      text-align: center;
    }
  }
}
