/*! 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 img {
  min-height: 400px;
  width: 100%;
  object-fit: cover;
}

.section__sobre {
  display: flex;
  padding: var(--spacing-small-3xl, 40px) 0 var(--spacing-large-md, 80px) 0;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.section__sobre .section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.section__sobre .sobre-header-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-small-3xl, 40px);
}

.section__sobre .sobre-header-2 {
  display: flex;
  align-items: center;
  gap: 96px;
}

.section__sobre .sobre-header-2 h1 {
  color: var(
    --sesi-color-secundary-700,
    var(--sesi-color-secondary-700, #6ead00)
  );
  font-family: Poppins;
  font-style: normal;
  max-width: 310px;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.section__sobre .sobre-header-2 .sobre-header-subtext {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small-2xs, 12px);
}

.section__sobre .sobre-header-2 h3 {
  color: var(--corbusier-gray-700, #555);
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.section__sobre .sobre-header-2 .sobre-header-subtext div {
  color: var(--corbusier-gray-700, #555);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  max-width: 790px;
  font-weight: 400;
  line-height: 130%;
}

.section__sobre .sobre-cards {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}

.section__sobre .sobre-cards .sobre-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  max-width: 384px;
  min-width: 30%;
  flex-grow: 1;
}

.section__sobre .sobre-cards .sobre-card img {
  width: 80px;
  height: 80px;
}

.section__sobre .sobre-cards .sobre-card h1 {
  color: var(
    --sesi-color-secundary-700,
    var(--sesi-color-secondary-700, #6ead00)
  );
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.section__sobre .sobre-cards .sobre-card h2 {
  color: var(--corbusier-gray-700, #555);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.section__sobre .sobre-cards .sobre-card div {
  color: var(--corbusier-gray-700, #555);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.476px;
}

.anchor-button {
  display: flex;
  width: 320px;
  height: 40px;
  padding: 0 var(--spacing-small-sm, 20px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--sesi-color-secundary-p, #96d200);
  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%;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.anchor-button:hover {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--sesi-color-secundary-300, #b9e06a);
}

.linha {
  background: var(--sesi-color-secondary-700, #6ead00);
  width: 100%;
  height: 2px;
}

.section__programacao {
  background: var(--sesi-color-secondary-50, #ecf6d4);
}

.section__programacao .section__wrapper {
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-large-sm, 64px);
}

.section__programacao .programacao-header {
  display: flex;
  align-items: flex-start;
  gap: 69px;
  align-self: stretch;
}

.section__programacao .programacao-header h1 {
  color: var(
    --sesi-color-secundary-900,
    var(--sesi-color-secondary-900, #277800)
  );
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.section__programacao .programacao-header .programacao-detalhes h2 {
  color: var(--corbusier-gray-700, #555);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.section__programacao .programacao-header .programacao-detalhes h3 {
  color: var(--corbusier-gray-700, #555);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.section__programacao .programacao-header .programacao-detalhes span {
  color: var(
    --sesi-color-secundary-900,
    var(--sesi-color-secondary-900, #277800)
  );
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}

.section__programacao .programacao-tabelas {
  display: flex;
  align-items: stretch;
  gap: 32px;
  width: 100%;
}

.section__programacao .programacao-tabelas .programacao-tabela {
  border-radius: var(--border-radius-lg, 16px);
  border: 2px solid var(--sesi-color-secondary-600, #86c200);
  display: flex;
  padding-top: 12px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 48%;
  overflow: hidden;
  flex-grow: 1;
}

.section__programacao .programacao-tabelas .programacao-tabela .tabela-dia {
  color: var(
    --sesi-color-secundary-900,
    var(--sesi-color-secondary-900, #277800)
  );
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.section__programacao .programacao-tabelas .programacao-tabela .tabela-eventos {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 2px;
}

.section__programacao .programacao-tabelas .programacao-tabela .tabela-evento {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 2px;
  height: 100%;
}

.section__programacao
  .programacao-tabelas
  .programacao-tabela
  .tabela-evento
  .evento-horario {
  display: flex;
  width: 160px;
  padding: var(--spacing-small-sm, 20px) 0 var(--spacing-small-sm, 20px) 16px;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  background: var(--sesi-color-secondary-p, #96d200);
}

.section__programacao
  .programacao-tabelas
  .programacao-tabela
  .tabela-evento
  .evento-nome {
  display: flex;
  padding: var(--spacing-small-sm, 20px) var(--spacing-small-md, 24px);
  align-items: center;
  flex: 1 0 0;
  background: var(--sesi-color-secondary-p, #96d200);
  height: 100%;
}

.section__formulario {
  display: flex;
  width: 100%;
  background: var(--sesi-color-secondary-50, #ecf6d4);
  padding-bottom: var(--spacing-large-md, 80px);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-small-lg, 28px);
}

.section__formulario form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-large-2xs, 48px);
}

.section__formulario .form-header {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.section__formulario .form-text {
  display: flex;
  width: 100%;
  padding: 64px 0 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.section__formulario .form-text h3 {
  color: var(
    --sesi-color-secundary-900,
    var(--sesi-color-secondary-900, #277800)
  );
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.section__formulario .form-text p {
  color: var(--luciocosta-gray-800, #48536c);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.section__formulario .form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  width: 48%;
  flex-grow: 1;
}

.section__formulario .form-label {
  color: var(--banner-bullet-dark-blue-active, #48536c);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.section__formulario .form-input {
  display: flex;
  padding: var(--spacing-small-2xs, 12px) var(--spacing-small-2xs, 12px)
    var(--spacing-small-2xs, 12px) 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--banner-bullet-dark-blue-active, #48536c);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid var(--global-color-neutral-300, #b0b6c1);
  background: var(--transparent, rgba(255, 255, 255, 0));
  width: 100%;
}

.section__formulario .form-input::placeholder {
  color: var(--global-color-neutral-400, #9b9b9b);
}

.section__formulario .form-voltar {
  display: flex;
  height: var(--sizing-52, 52px);
  padding: 0 var(--spacing-small-md, 24px) 0 var(--spacing-small-sm, 20px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 133px;
  border-radius: var(--border-radius-xs, 4px);
  border: 1px solid var(--banner-bullet-blue-active, #3489ac);
  background: var(--transparent, rgba(255, 255, 255, 0));
  color: var(--banner-bullet-blue-active, #3489ac);
  font-family: "Open Sans";
  font-size: var(--font-size-small-md, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  width: fit-content;
}

.section__formulario .form-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.inputs-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .section__sobre .sobre-header-2 {
    flex-direction: column;
    gap: var(--spacing-small-xl, 32px);
  }

  .section__sobre .sobre-header-2 h1 {
    color: var(
      --sesi-color-secundary-700,
      var(--sesi-color-secondary-700, #6ead00)
    );
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
  }

  .section__sobre .sobre-header-2 h3 {
    color: var(--corbusier-gray-700, #555);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
  }

  .section__sobre .section__wrapper {
    gap: 32px;
  }

  .section__sobre .sobre-header-2 .sobre-header-subtext div {
    color: var(--corbusier-gray-700, #555);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
  }

  .section__sobre .sobre-cards {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .section__sobre .sobre-cards .sobre-card {
    max-width: 100%;
    min-width: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    img {
      width: 48px;
      height: 48px;
    }
  }

  .section__sobre .sobre-cards .sobre-card h1 {
    color: var(
      --sesi-color-secundary-700,
      var(--sesi-color-secondary-700, #6ead00)
    );
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    width: 80%;
    line-height: 100%; /* 20px */
  }

  .section__programacao .programacao-header h1 {
    color: var(
      --sesi-color-secundary-900,
      var(--sesi-color-secondary-900, #277800)
    );
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
  }

  .section__programacao .programacao-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-small-xl, 32px);
    align-self: stretch;
  }

  .section__programacao .programacao-tabelas .programacao-tabela {
    width: 100%;
  }

  .section__programacao .programacao-header .programacao-detalhes h2 {
    font-size: 20px;
  }

  .section__programacao .programacao-header .programacao-detalhes h3 {
    font-size: 20px;
  }

  .section__programacao .programacao-header .programacao-detalhes span {
    font-size: 20px;
  }
  .section__programacao .programacao-tabelas {
    flex-wrap: wrap;
  }

  .section__formulario .form-input {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }

  .anchor-button {
    width: 100%;
  }

  .section__programacao .section__wrapper {
    gap: 48px;
  }

  .section__formulario .form-text {
    padding: 40px 0 32px;
  }

  .section__formulario .form-text h3 {
    color: var(
      --sesi-color-secundary-900,
      var(--sesi-color-secondary-900, #277800)
    );
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
  }

  .section__formulario form {
    gap: 36px;
  }
  .section__sobre {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section__programacao
    .programacao-tabelas
    .programacao-tabela
    .tabela-evento
    .evento-horario {
    width: auto;
    min-width: 86px;
    max-width: 86px;
  }
  .form-button {
    width: 100%;
  }

  .checkLGPD {
    padding-top: 0px;
    padding-bottom: 12px;
  }
}

.section__formulario .form-input-radio {
  gap: 24px;
  border: none;
}
