/*!************************************************************************************************************************!*\
  !*** 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 ***!
  \***************************************************************************************************************/
@charset "UTF-8";
* {
  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 ***!
  \***************************************************************************************************************/
.section__hero {
  position: relative;
  overflow: hidden;
}

.wrapper {
  position: relative;
  background: #2b2b2b;
}

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

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: center;
  filter: brightness(0.2);
}

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

.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__hero .hero-text-top {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
.section__hero .hero-text-top h1 {
  color: var(--Darker-Yellow, #e0a025);
  text-align: center;
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 64.8px */
  text-transform: uppercase;
}
.section__hero .hero-text-top h3 {
  color: var(--Darker-Yellow, #e0a025);
  text-align: center;
  font-family: Montserrat;
  font-size: 29px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 34.8px */
  text-transform: uppercase;
}
.section__hero .hero-text-top p {
  color: var(--global-gradiente-barra-integradora, #fff);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 24px */
  strong {
    font-weight: 700;
  }
  b {
    font-weight: 700;
  }
}
.section__hero .hero-text-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

@media only screen and (max-width: 768px) {
  .section__hero .hero-text-top h1 {
    font-size: 22px;
  }
  .section__hero .hero-text-top h3 {
    font-size: 20px;
  }
  .section__hero .hero-text-top p {
    font-size: 14px;
  }
}

.section__whatsapp {
  padding-bottom: 52px;
  svg {
    stroke: #192a6b;
  }

  .conheca-header p {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
  }
  a {
    width: fit-content;
    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: var(--senai-color-secondary-p, #ff9500);
    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-xs, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
    border: none;
    cursor: pointer;
    text-decoration: none;
  }
  a:hover {
    background: #ffb54c;
  }

  .section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/conheca.scss ***!
  \******************************************************************************************************************/
.section__conheca {
  padding-top: 60px;
  padding-bottom: 52px;
}
.section__conheca .section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.section__conheca .section__wrapper a {
  display: flex;
  width: 255px;
  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: var(--senai-color-secondary-p, #ff9500);
  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-xs, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.section__conheca .section__wrapper a:hover {
  background: #ffb54c;
}

.simulador-cta {
  display: flex;
  width: fit-content;
  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: var(--senai-color-secondary-p, #ff9500);
  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-xs, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.simulador-cta:hover {
  background: #ffb54c;
}
.section__conheca .conheca-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section__conheca .conheca-header p {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
.section__conheca .conheca-header-cards {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
}
.section__conheca .conheca-header-card {
  color: var(--Darker-Yellow, #e0a025);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  border-radius: 8px;
  border: 1px solid var(--Darker-Yellow, #e0a025);
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}

@media only screen and (max-width: 768px) {
  .conheca-header-cards {
    flex-wrap: wrap;
  }
  .conheca-header-card {
    min-width: 100%;
    width: 100%;
  }
  .section__conheca .conheca-header {
    gap: 32px;
  }
  .section__conheca .section__wrapper {
    gap: 60px;
  }
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/simulador.scss ***!
  \*********************************  ***********************************************************************************/
@charset "UTF-8";
.section__formulario {
  padding-top: 52px;
}
.simulador__main {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 420px;
  position: relative;
}

.simulador__visuals {
  flex: 1 0 0;
  background: #0e0d11;
  border-radius: 32px;
  position: relative;
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.simulador__picture {
  max-width: 100%;
  margin-top: -72px;
  position: relative;
  z-index: 2;
  display: flex;
}

.simulador__image {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.simulador__content {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 10;
}

.simulador__title {
  color: #e0a025;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.simulador__ornament {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  z-index: 10;
}

.simulador__stats-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 40px 20px 0;
  width: 100%;
}

.simulador__stats-title {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.simulador__stats-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  width: 100%;
  max-width: 1216px;
}

.simulador__stat-card {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid #e0a025;
}

.simulador__stat-card p {
  color: #e0a025;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.simulador__cta-btn {
  display: flex;
  width: 255px;
  height: 40px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ff9500;
  color: #192a6b;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s;
}

.simulador__cta-btn:hover {
  background: #e68600;
}

.section__formulario .inputs-container {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 11px 32px;
  align-self: stretch;
  flex-wrap: wrap;
}
.section__formulario .form-item {
  display: flex;
  width: 592px;
  min-width: 320px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}
.section__formulario .form-label {
  color: var(--global-gradiente-barra-integradora, #fff);
  /* label/regular-400/normal/xs */
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
.section__formulario .simulador {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.section__formulario .form-input {
  border-radius: 4px;
  border: 1px solid var(--Darker-Yellow, #e0a025);
  background: var(--global-color-alpha-white-300, rgba(255, 255, 255, 0.3));
  display: flex;
  padding: var(--spacing-small-3xs, 8px) var(--spacing-small-2xs, 12px)
    var(--spacing-small-3xs, 8px) 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  transition: all 0.3s ease;
  color: #fff;
}
.section__formulario .form-input::placeholder {
  color: var(--luciocosta-gray-100, #d9dee3);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.section__formulario button {
  display: flex;
  width: 255px;
  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: var(--senai-color-secondary-p, #ff9500);
  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-xs, 14px);
  font-style: normal;
  font-weight: 600;
  border: none;
  line-height: 100%;
  cursor: pointer;
}

/* Estilos para mensagens de erro */
.form-input.error {
  border: 2px solid #ff4444;
  background: rgba(255, 68, 68, 0.1);
}

.form-input.success {
  border: 2px solid #00c851;
}

.error-message {
  color: #ff4444;
  font-size: 12px;
  margin-top: 4px;
  display: none;
  font-family: "Open Sans";
}

.error-message.show {
  display: block;
}

.section__simulador .section__wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: var(--spacing-small-xl, 32px);
  align-items: stretch;
}
.section__simulador .card-form-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small-sm, 20px);
  align-self: stretch;
  width: 100%;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
}
.modal-overlay .section__wrapper {
  display: flex;
  justify-content: center;
}

/* Modal ativo */
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.card {
  display: flex;
  padding: var(--spacing-small-3xl, 40px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-small-3xl, 40px);
  flex: 1 0 0;
  border-radius: var(--border-radius-lg, 16px);
  background: var(--newton-white, #fff);
  position: relative;
}

.card h2 {
  color: var(
    --global-color-neutral-800,
    var(--global-color-neutral-800, #48536c)
  );
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: inline-flex;
  line-height: 120%; /* 24px */
  align-items: center;
  gap: 8px;
}

.form-group {
  width: 100%;
}

.form-aviso {
  border-left: 4px solid var(--global-color-info-p, #1670c0);
  background: var(--global-color-info-30, #eef7fc);
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  padding: 16px 8px;
}
.form-aviso .form-aviso-texto {
  display: flex;
  flex-direction: column;
  text-wrap: wrap;
}
.form-aviso svg {
  width: var(--sizing-24, 24px);
  height: var(--sizing-24, 24px);
  display: flex;
  flex-shrink: 0;
}
.form-aviso h3 {
  color: var(--global-color-neutral-700, #5d677d);
  /* label/bold-700/normal/xs */
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 14.4px */
}
.form-aviso p {
  color: var(--global-color-neutral-700, #5d677d);
  /* label/regular-400/normal/xs */
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}

label {
  display: block;
  margin-bottom: 10px;
  color: var(--global-color-neutral-800, #48536c);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}

select {
  width: 100%;
  padding: 15px;
  border: none;
  border-bottom: 1px solid var(--global-color-neutral-300, #b0b6c1);
  background: var(--transparent, rgba(255, 255, 255, 0));
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

select:hover {
  border-color: #667eea;
}

select:focus {
  outline: none;
  border-color: #667eea;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.result-card {
  text-align: center;
}

.salary-label {
  display: flex;
  height: 53px;
  justify-content: center;
  align-items: flex-start;
  justify-content: center;
}
.salary-label h4 {
  color: var(
    --global-color-neutral-800,
    var(--global-color-neutral-800, #48536c)
  );
  /* heading/bold-700/normal/md */
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}
.salary-label p {
  color: #6c6c6c;
  /* label/regular-400/normal/md */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}

.salary-value {
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
}

.info-text {
  color: var(--global-color-neutral-700, #5d677d);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.empty-state {
  padding: 60px 20px;
  text-align: center;
  color: #999;
}

.empty-state-icon {
  font-size: 64px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.salary-display {
  display: flex;
  /* padding: var(--spacing-small-3xl, 40px); */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-small-sm, 20px);
  flex: 1 0 0;
  align-self: stretch;
}

.empty-state-text {
  font-size: 18px;
  color: #666;
  max-width: 232px;
}
.empty-state-text h4 {
  margin-bottom: 20px;
}

.course-info,
.region-info {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

#resultado {
  display: flex;
  justify-content: center;
  width: 100%;
}

.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  gap: 16px;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #ff9500;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-text {
  color: #6c6c6c;
  font-size: 14px;
  text-align: center;
}

/* Container do Modal */
.section__simulador {
  position: relative;
}

.modal-overlay.active .section__simulador {
  transform: scale(1);
}

/* Scrollbar customizada */
.section__simulador::-webkit-scrollbar {
  width: 8px;
}

.section__simulador::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0 16px 16px 0;
}

.section__simulador::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 4px;
}

.section__simulador::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

/* Botão de fechar modal */
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  z-index: 10;
}

.modal-close:hover {
  background-color: #f5f5f5;
}

.modal-close svg {
  width: 24px;
  height: 24px;
  stroke: #6c6c6c;
  transition: stroke 0.2s ease;
}

.modal-close:hover svg {
  stroke: #1a1a1a;
}

/* Botão para abrir o modal */
.btn-open-modal {
  display: flex;
  width: 255px;
  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: var(--senai-color-secondary-p, #ff9500);
  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-xs, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}

.btn-open-modal:hover {
  background: #e68600;
  transform: translateY(-1px);
}

.btn-open-modal:active {
  transform: translateY(0);
}

.simulador-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Estilos para o Modal de Confirmação */
.modal-confirmacao {
  display: flex;
  width: 657px;
  max-width: 90%;
  padding: var(--spacing-small-xl, 32px) var(--spacing-small-3xl, 40px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-lg, 16px);
  background: var(--newton-white, #fff);
  box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2);
  gap: var(--spacing-small-md, 24px);
  animation: slideUp 0.3s ease-out;
}

.modal-confirmacao-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.modal-confirmacao h3 {
  color: var(
    --global-color-neutral-800,
    var(--global-color-neutral-800, #48536c)
  );
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.modal-confirmacao p {
  font-size: 16px;
  color: #6c6c6c;
  line-height: 1.5;
  text-align: center;
}

.modal-confirmacao-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  width: 100%;
}

.modal-confirmacao-buttons button {
  display: flex;
  width: 170px;
  padding: var(--spacing-small-3xs, 8px) var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  border-radius: var(--border-radius-xs, 4px);
  transition: all 0.2s ease;
  border: none;
}

.btn-cancelar {
  background: #f5f5f5;
  color: #1a1a1a;
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.btn-cancelar:hover {
  background: #e5e5e5;
}

.btn-confirmar {
  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 */
  display: flex;
  padding: var(--spacing-small-3xs, 8px) var(--spacing-small-xs, 16px);
  background: var(--global-color-error-p, #ff2c37);
}

.btn-confirmar:hover {
  background: var(--global-color-error-p, rgba(255, 44, 55, 0.7137254902));
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Responsivo Desktop */
@media (max-width: 968px) {
  .container {
    grid-template-columns: 1fr;
  }
}
/* Responsivo Tablet */
@media (max-width: 768px) {
  /* Modal de Confirmação - Centralizado */
  .modal-overlay#modalConfirmacao {
    align-items: center;
  }
  .modal-confirmacao {
    width: 100%;
    padding: 24px 20px;
    max-width: 100%;
  }
  .modal-confirmacao h3 {
    font-size: 18px;
    flex-direction: column;
    gap: 12px;
  }
  .modal-confirmacao-buttons {
    flex-direction: column;
    gap: 12px;
  }
  .modal-confirmacao-buttons button {
    width: 100%;
  }
  /* Modal Simulador - Bottom Sheet */
  .modal-overlay {
    padding: 0;
    align-items: flex-end;
  }
  .section__simulador {
    max-height: 90vh;
    border-radius: 16px 16px 0 0;
    width: 100%;
    transform: translateY(100%);
  }
  .modal-overlay.active .section__simulador {
    transform: translateY(0);
  }
  .section__wrapper {
    flex-direction: column;
  }
  .card {
    padding: 25px;
  }
  .salary-value {
    font-size: 36px;
  }
}
/* Responsivo Mobile */
@media only screen and (max-width: 768px) {
  .section__formulario .form-item {
    width: 100%;
    min-width: 100%;
  }
  .simulador__main {
    flex-direction: column;
    gap: 32px;
    max-height: none;
  }
  .simulador__ornament {
    display: none;
  }

  .simulador__picture{
        margin-top: -33px;
  }
  .simulador__visuals {
    min-height: 300px;
    width: 100%;
  }
  .simulador__title {
    font-size: 16px;
  }
  .simulador__stats-section {
    padding: 32px 0 0;
  }
  .simulador__stats-title {
    font-size: 16px;
  }
  .simulador__stats-grid {
    flex-direction: column;
    gap: 16px;
  }
  .simulador__stat-card {
    width: 100%;
    padding: 10px 20px;
    min-height: auto;
  }
  .simulador__stat-card p {
    font-size: 14px;
  }
  .section__formulario .form-text h3 {
    color: var(--Darker-Yellow, #e0a025);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    text-transform: uppercase;
  }
}

/*# sourceMappingURL=senai-simulador-salario.css.map*/
