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

html {
  overflow-x: hidden
}

body {
  position: relative;
  height: 100%;
  font-family: "Open Sans", sans-serif
}

body.pj {
  overflow-x: hidden;
}

.hidden {
  display: none !important
}

.react-cursos-sesi,
.react-cursos-senai {
  position: relative;
  margin-top: -130px;
  z-index: 300
}

.svg {
  display: block;
  position: relative
}

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

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

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

.btn {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer
}

.btn__icon {
  height: 12px;
  margin-left: 7px
}

.btn__icon svg {
  display: block;
  height: 100%;
  fill: #fff
}

.btn-state {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative
}

.btn--navbar-menu {
  position: absolute;
  top: 35px;
  right: 30px;
  padding: 0;
  border-radius: 4px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  outline: none
}

.btn--navbar-menu .btn__icon {
  height: 20px
}

.btn--navbar-menu .btn__icon svg {
  display: block;
  height: 100%;
  fill: #104c92
}

.btn--navbar-menu .btn-state--1 {
  display: none
}

@media only screen and (min-width: 1200px) {
  .btn--navbar-menu {
    display: none
  }
}

.btn--one {
  padding: 12px 18px;
  border-radius: 5px;
  border: none;
  background-color: #f1682c;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 160ms ease
}

.btn--one:hover,
.btn--one:focus {
  background-color: #e64f0f
}

.btn--one:disabled {
  cursor: not-allowed
}

.btn--one.btn--large {
  padding: 18px 24px;
  font-size: 16px
}

.decal {
  position: absolute;
  overflow: hidden
}

.decal img {
  display: block;
  position: relative;
  width: 100%
}

.decal--one {
  top: 0px;
  right: 0px;
  width: 290px;
}

/* @media only screen and (max-width: 768px) {
  .decal--one {
    display: none;
  }
  .decal--two {
    display: none;
  }
} */

.decal--two {
  bottom: 0px;
  width: 292px;
}

.alertbar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #f1682c;
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
  z-index: 700
}

.alertbar__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.alertbar p {
  padding: 14px 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600
}

.header {
  z-index: 700
}

@media only screen and (max-width: 1200px) {
  .header {
    position: sticky;
    top: 0
  }
}

.navbar {
  display: block;
  width: 100%
}

.navbar__row:nth-child(1) {
  height: 70px;
  background-color: #fff
}

.navbar__row:nth-child(2) {
  height: 120px;
  background-color: #fff
}

.navbar__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.navbar__left,
.navbar__right {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%
}

.navbar__left {
  justify-content: flex-start
}

.navbar__right {
  justify-content: flex-end
}

.navbar__title {
  margin: 0;
  color: #104c92;
  font-size: 24px;
  font-weight: 700
}

.navbar__logo {
  height: 50px
}

.navbar__logo svg {
  display: block;
  height: 100%;
  fill: #104c92
}

.navbar__menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0;
  height: 100%;
  margin: 0;
  list-style-type: none
}

.navbar__menu li {
  height: 100%
}

.navbar__menu li:not(:last-child) a::before {
  content: "";
  display: block;
  position: absolute;
  top: initial;
  left: initial;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #fff
}

.navbar__menu a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 20px;
  height: calc(100% - 20px);
  color: #104C92;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none
}

.navbar__menu a::after {
  content: "";
  display: block;
  position: absolute;
  top: initial;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  opacity: 0
}

.navbar__menu a:hover::after {
  opacity: 1
}

.navbar__menu .is-featured a {
  color: #104C92;
  font-weight: 1000
}

.navbar__row:nth-child(1) .is-featured a::after {
  content: "";
  display: block;
  position: absolute;
  top: initial;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 3px;
  background-color: #E74256;
  border-radius: 1px;
  opacity: 1
}

@media only screen and (max-width: 768px) {
  .navbar__row:nth-child(1) .is-featured a::after {
    bottom: 0px;
  }
}

.navbar__row:nth-child(2) .navbar__menu a {
  color: #104c92
}

.navbar__row:nth-child(2) .navbar__menu a::after {
  background-color: #104c92
}

@media only screen and (max-width: 1200px) {
  .navbar__row:nth-child(1) {
    height: auto;
    background-color: #fff
  }

  .navbar__row:nth-child(2) {
    height: auto;
    background-color: #fff;
    border-bottom: 2px solid #d7ddea
  }

  .navbar__title {
    font-size: 16px
  }

  .navbar__logo {
    height: 35px
  }

  .navbar__row:nth-child(1) {
    padding-top: 10px
  }

  .navbar__row:nth-child(1) .navbar__wrapper {
    flex-flow: column nowrap
  }

  .navbar__row:nth-child(1) .navbar__left,
  .navbar__row:nth-child(1) .navbar__right {
    justify-content: center;
    width: 100%
  }

  .navbar__row:nth-child(1) .navbar__menu {
    width: 100%
  }

  .navbar__row:nth-child(1) .navbar__menu li {
    width: 50%
  }

  .navbar__row:nth-child(1) .navbar__menu a {
    padding: 15px 0;
    width: 100%
  }

  .navbar__row:nth-child(2) {
    height: 90px
  }

  .navbar__row:nth-child(2) .navbar__left {
    margin-left: 20px
  }

  .navbar__row:nth-child(2) .navbar__menu {
    flex-flow: column nowrap;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #f2f8ff
  }

  .navbar__row:nth-child(2) .navbar__menu li:first-child {
    border-top: 1px solid #d7ddea
  }

  .navbar__row:nth-child(2) .navbar__menu li:last-child {
    border-bottom: 1px solid #104c92
  }

  .navbar__row:nth-child(2) .navbar__menu li {
    width: 100%
  }

  .navbar__row:nth-child(2) .navbar__menu a {
    padding: 0;
    width: 100%;
    height: 55px
  }

  .navbar__row:nth-child(2) .navbar__menu a br {
    display: none
  }

  .navbar__row:nth-child(2) .navbar__menu a::after {
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #d7ddea;
    opacity: 1
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden
}

.hero__wrapper {
  position: relative;
  width: 100%;
  height: 100%
}

@media only screen and (max-width: 1200px) {
  .hero {
    height: 400px
  }
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto
}

.slider__slides {
  position: relative;
  width: 100%;
  height: 100%
}

.slider__slide {
  position: relative;
  width: 100%;
  height: 100%
}

.slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.slider .flickity-page-dots {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  top: -40px;
  bottom: 0;
  padding: 4px;
  width: max-content;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #fff
}

.slider .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0;
  background-color: #5e5757
}

.slider .flickity-page-dots .dot.is-selected {
  background-color: #57caff
}

.slider--mobile {
  display: none
}

@media only screen and (max-width: 1200px) {
  .slider--desktop {
    display: none
  }

  .slider--mobile {
    display: block
  }
}

.section {
  position: relative;
  padding: 50px 0 50px 0;
  z-index: 200
}

.section--escolas-moveis {
  background-color: #22356B;
}

.section--small-pad {
  padding: 15px 0
}

.section--medium-pad {
  padding: 25px 0
}

.section--big-pad {
  padding: 50px 0
}

.section--extra-big-pad {
  padding: 75px 0
}

.section__wrapper {
  display: block;
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 200
}

.section__header {
  display: flex;
  flex-flow: row nowrap
}

.section__titles {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
  padding: 40px 0;
  width: 100%
}

.section__header .section__titles {
  align-items: flex-start
}

.section__title {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  border: 2px solid #E74256;
  border-radius: 34px;
  padding-left: 40px;
  padding-right: 40px;
}

.section__subtitle {
  position: relative;
  margin: 0;
  margin-top: 15px;
  color: #fff;
  font-size: 18px
}

.section__content {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.section__text {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px
}

.section__text h2,
.section__text h3 {
  color: #104c92;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400
}

.section__text h2:first-child,
.section__text h3:first-child {
  margin-block-start: 0
}

.section__text h2:not(:first-child),
.section__text h3:not(:first-child) {
  margin-block-start: 1.5em
}

.section__text p,
.section__text div {
  color: #fff;
  font-size: 16px;
  line-height: 28px
}

.section__text div:not(:first-child),
.section__text p:not(:first-child) {
  margin-block-start: 1em
}

.section__text p:first-child {
  margin-block-start: 0
}

.section__text ul {
  color: #fff;
  font-size: 16px;
  line-height: 28px
}

.box-container {
  display: grid
}

.box {
  display: flex;
  flex-flow: column nowrap;
  padding: 25px 20px;
  border-radius: 10px;
  border: 1px solid #104c92;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .box {
    flex-flow: nowrap;
    column-gap: 5%;
    color: #104c92;
    font-weight: 400
  }

  .section__title {
    font-size: 22px;
  }
}

.box__header {
  display: flex;
  flex-flow: row nowrap
}

.box__header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center
}

.box__icon {
  position: relative;
  width: 28px;
  margin-right: 10px
}

.box__icon svg {
  display: block;
  position: relative;
  width: 100%
}

.box__title {
  margin: 0;
  color: #104c92;
  font-size: 24px;
  font-weight: 400
}

.box__text {
  margin-top: 10px
}

.box__text p,
.box__text div {
  color: #104c92;
  font-size: 14px;
  line-height: 22px
}

.box__text div:not(:first-child),
.box__text p:not(:first-child) {
  margin-block-start: 1em
}

.box__text p:first-child {
  margin-block-start: 0
}

.box__text p:last-child {
  margin-block-end: 0
}

.box--two {
  padding: 50px 25px
}

.box--two .box__title {
  font-weight: 700
}

.box--two .box__text {
  margin-top: 15px
}

@media only screen and (max-width: 1200px) {
  .box--two {
    padding: 25px 20px
  }
}

.box--three {
  padding: 0 20px;
  justify-content: space-between
}

.box--three .box__top {
  padding-top: 25px
}

.box--three .box__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  width: 100%
}

.box--three .box__title {
  font-weight: 700
}

.box--three .box__text {
  margin-top: 15px
}

.box--four {
  padding: 0 30px;
  justify-content: space-between
}

.box--four .box__top {
  padding-top: 45px
}

.box--four .box__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px 0;
  width: 100%
}

.box--four .box__title {
  font-size: 28px;
  font-weight: 700
}

.box--four .box__picture {
  width: 100%;
  max-width: 300px;
  margin-top: 20px
}

.box--four .box__text {
  margin-top: 20px
}

@media only screen and (max-width: 1200px) {
  .box--four {
    padding: 0 20px
  }

  .box--four .box__top {
    padding-top: 25px
  }

  .box--four .box__bottom {
    padding: 25px 0
  }
}

.faq {
  width: 100%
}

.collapse {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 85px;
  overflow: hidden;
  border-bottom: 1px solid #b3bed6
}

.collapse__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  padding: 0 20px;
  width: calc(100% - 40px);
  height: 85px;
  background-color: rgba(0, 0, 0, 0);
  user-select: none
}

.collapse__header-left,
.collapse__header-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  height: 100%
}

.collapse__header-left {
  justify-content: flex-start
}

.collapse__header-right {
  justify-content: flex-end
}

.collapse__arrow {
  height: 14px;
  z-index: 1
}

.collapse__arrow svg {
  display: block;
  height: 100%;
  fill: #f1682c
}

.collapse__title {
  margin-right: 30px;
  color: #104c92;
  font-size: 21px;
  font-weight: 400;
  z-index: 1
}

.collapse__content {
  padding: 10px 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 5px;
  background-color: #fff;
  overflow: hidden
}

.collapse__content a {
  word-break: break-all
}

.collapse__content div,
.collapse__content p,
.collapse__content li,
.collapse__content a {
  color: #515666;
  font-size: 16px;
  line-height: 26px
}

.collapse__content div,
.collapse__content p {
  margin: 12px 0
}

.collapse__content p:not(:last-child) {
  margin-bottom: 18px
}

.collapse__content ul {
  padding-left: 20px
}

.collapse__content li:not(:last-child) {
  margin-bottom: 6px
}

.collapse__content a {
  color: #85beff
}

.collapse.is-open .collapse__content {
  display: block
}

@media only screen and (max-width: 1200px) {
  .collapse {
    height: 150px
  }

  .collapse__header {
    height: 150px
  }

  .collapse__title {
    font-size: 18px
  }
}

.section__title_form {
  font-size: 35px;
  color: #fff;
}


.section--introducao {
  padding: 100px 0 100px 0;
  background-color: #104C92;
}

.section--introducao .section__titles {
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 28%;
  padding: 0
}

.section--introducao .section__title {
  flex-shrink: 0
}

.section--introducao .section__text {
  margin-top: 0
}

.section--benefecios .section__text_2 {
  margin-top: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
  padding: 40px 0;
  width: 100%;
  margin: 0 auto;
}

.section__text_2 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 5%;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .section--introducao {
    padding: 35px 0
  }

  .section--introducao .section__titles {
    flex-flow: column nowrap;
    justify-content: flex-start;
    row-gap: 35px
  }
}

.section--quem-pode .box-container {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px
}

@media only screen and (max-width: 1200px) {
  .section--quem-pode .box-container {
    grid-template-columns: 1fr
  }
}

.section--senai {
  padding-bottom: 200px;
  background-color: #f2f8ff
}

.section--senai .section__icon {
  margin-top: -75px;
  width: 300px
}

.section--senai .section__icon img {
  width: 100%
}

.section--senai .section__titles {
  margin-left: 60px
}

.section--senai .section__title {
  margin: 0;
  font-size: 36px
}

.section--senai .section__subtitle {
  margin: 0;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500
}

.section--senai .section__text {
  margin: 0;
  margin-top: 15px
}

.section--senai .section__text p {
  line-height: 26px
}

.section--senai .box-container {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px
}

@media only screen and (max-width: 1200px) {
  .section--senai .section__icon {
    position: absolute;
    top: -50px;
    left: 0;
    width: 90px;
    margin-top: 0
  }

  .section--senai .section__titles {
    margin-left: 30px;
    margin-right: 20px;
    padding-bottom: 0
  }

  .section--senai .section__title {
    margin-left: 65px
  }

  .section--senai .section__subtitle {
    margin-left: 65px
  }

  .section--senai .box-container {
    grid-template-columns: 1fr
  }
}

.section--sesi {
  margin-top: 100px;
  padding-bottom: 200px;
  background-color: #fff5f2
}

.section--sesi .section__icon {
  margin-top: -75px;
  width: 300px
}

.section--sesi .section__icon img {
  width: 100%
}

.section--sesi .section__titles {
  margin-left: 60px
}

.section--sesi .section__title {
  margin: 0;
  font-size: 36px
}

.section--sesi .section__subtitle {
  margin: 0;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500
}

.section--sesi .section__text {
  margin: 0;
  margin-top: 15px
}

.section--sesi .section__text p {
  line-height: 26px
}

.section--sesi .box-container {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px
}

@media only screen and (max-width: 1200px) {
  .section--sesi .section__icon {
    position: absolute;
    top: -50px;
    left: 0;
    width: 90px;
    margin-top: 0
  }

  .section--sesi .section__titles {
    margin-left: 30px;
    margin-right: 20px;
    padding-bottom: 0
  }

  .section--sesi .section__title {
    margin-left: 65px
  }

  .section--sesi .section__subtitle {
    margin-left: 65px
  }

  .section--sesi .box-container {
    grid-template-columns: 1fr
  }
}

.section--programas .box-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px
}

@media only screen and (max-width: 1200px) {
  .section--programas {
    padding-bottom: 50px
  }

  .section--programas .box-container {
    grid-template-columns: 1fr
  }
}

.section--escolas-moveis .section__wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 70px
}

.section--escolas-moveis .section__picture {
  flex-shrink: 0;
  position: relative;
}

.section--escolas-moveis .section__picture img {
  display: block;
  width: 100%
}

.section--escolas-moveis .section__titles {
  align-items: flex-start;
  padding: 30px 0
}

.section--escolas-moveis .section__subtitle {
  margin-top: 5px;
  font-size: 16px
}

.section--escolas-moveis .section__text {
  margin-top: 40px
}

.section--escolas-moveis .btn {
  margin-top: 10px
}

@media only screen and (max-width: 1200px) {
  .section--escolas-moveis {
    padding-bottom: 50px
  }

  .section--escolas-moveis .section__wrapper {
    flex-flow: column nowrap;
    gap: 30px
  }

  .section--escolas-moveis .section__picture {
    order: 2;
    width: 100%;
    top: 5px
  }
}

.page {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 40px 0 80px 0
}

.page__wrapper {
  position: relative;
  width: calc(100% - 30px);
  max-width: 970px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 200
}

.page__breadcrumb img {
  width: 16px;
  height: 16px
}

.page__breadcrumb a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  margin: 0 15px
}

.page__breadcrumb a.active {
  color: #a6adb4
}

.news {
  margin-top: 40px
}

.news__banner {
  width: 100%;
  margin: 0 auto
}

.news__banner--mobile {
  max-width: 768px;
  height: 370px
}

.news__banner--desktop {
  display: none;
  height: 320px
}

.news__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.news__title {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  margin-top: 40px
}

.news__title p {
  margin: 0;
  margin-left: 20px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700
}

.news__title-decal {
  width: 46px
}

.news__text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #a6adb4
}

.news__text div:not(:first-child),
.news__text p:not(:first-child) {
  margin-block-start: 1em
}

.news__text p:first-child {
  margin-block-start: 0
}

@media only screen and (min-width: 1200px) {
  .page {
    padding: 100px 0
  }

  .page__wrapper {
    overflow: visible
  }

  .news__banner--mobile {
    display: none
  }

  .news__banner--desktop {
    display: block
  }

  .news__title {
    margin-top: 70px
  }

  .news__title p {
    font-size: 32px;
    line-height: 42px
  }

  .news__text {
    margin-top: 70px
  }
}

.input {
  width: 100%
}

.footer .input:not(:last-child) {
  margin-bottom: 10px
}

.input__container {
  width: 100%
}

.input textarea,
.input input,
.input select {
  padding: 16px 18px;
  width: 100%;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  font-family: system-ui;
}

.footer--pj .input textarea,
.footer--pj .input input,
.footer--pj .input select {
  height: 56px
}

.input select {
  cursor: pointer
}

.input textarea {
  min-height: 120px
}

.form__footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 15px
}

.form__consent {
  max-width: 250px;
  color: #fff;
  font-size: 14px
}

.form__consent a {
  color: #85beff
}

.section__text a {
  color: #85beff
}

.social-icons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none
}

.social-icons__icon {
  padding: 5px 12px
}

.social-icons__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 22px;
  max-height: 22px;
  fill: #fff
}

.footer {
  position: relative;
  padding: 60px 0;
  width: 100%;
  background-color: #104c92;
  overflow: hidden
}

.footer__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto
}

.footer__right {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  width: 100%;
  position: relative;
  align-items: center;
}

.footer__left {
  justify-content: space-between
}

.footer__bottom {
  margin-top: 65px
}

.footer__title {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700
}

.footer__text {
  margin-top: 15px;
  max-width: 475px
}

.footer__text p,
.footer__text div {
  color: #fff;
  font-size: 18px;
  line-height: 26px
}

.footer__text div:not(:first-child),
.footer__text p:not(:first-child) {
  margin-block-start: 1em
}

.footer__text p:first-child {
  margin-block-start: 0
}

.footer__text p:last-child {
  margin-block-end: 0
}

.footer__logo {
  height: 55px
}

.footer__logo svg {
  display: block;
  height: 100%;
  fill: #fff
}

.footer .social-icons {
  margin-top: 20px
}

.footer .form {
  width: 450px
}

@media only screen and (max-width: 1200px) {
  .footer {
    padding: 40px 0
  }

  .footer__wrapper {
    flex-flow: column nowrap;
    justify-content: flex-start
  }

  .footer__bottom {
    margin-top: 30px
  }

  .footer__title {
    font-size: 28px
  }

  .footer__logo {
    display: none
  }

  .footer .form {
    width: 100%
  }
}

.navbar--pj .navbar__menu a {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px
}

.btn--pj {
  display: inline-flex;
  padding: 22px 44px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 4px;
  background: #64afe7;
  border: 0;
  color: #194089;
  transition: .3s ease hover
}

.btn--pj:hover {
  background: #a1cff2
}

.btn--pj p {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px
}

.btn--pj img {
  width: 20px;
  height: 20px
}

body.pj .section {
  padding: 80px 0
}

.section__image-grid {
  width: 100%
}

.section__image-grid img {
  width: 100%
}

.section__actions {
  margin: 40px auto 0 auto;
  text-align: center
}

.section__content-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  margin: 0 0 16px 0;
  position: relative
}

.section__content-item .section__text * {
  color: #fff
}

.section__content-intro {
  position: relative;
  width: 100%;
  height: 452px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  padding-bottom: 56px;
  box-sizing: border-box
}

.section__content-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.section__content-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top
}

.content-item--grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 36px;
  position: relative;
  padding: 0 164px 0 100px
}

.content-item--align-end {
  height: 100%;
  align-items: end
}

.content-item__titles {
  width: 482px
}

.content-item__titles--grid {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative
}

.content-item__titles-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.content-item__titles-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top
}

.content-item__lead {
  width: 635px;
  color: #fff;
  font-size: 18px;
  line-height: 32px
}

.content-item__lead b {
  color: #64afe7
}

.content-item__lead p {
  margin: 0
}

.content-item__actions {
  margin-top: 40px
}

@media only screen and (max-width: 992px) {
  .content-item--grid {
    flex-direction: column;
    justify-content: end;
    gap: 16px;
    padding: 0 15px
  }

  .content-item--grid .content-item {
    width: 490px
  }
}

@media only screen and (max-width: 768px) {
  .section__content-intro {
    height: auto;
    padding-bottom: 0
  }

  .section__content-background {
    position: relative;
    height: 300px;
    width: 100%
  }

  .content-item--grid {
    align-items: start;
    justify-content: start;
    margin-top: 32px
  }

  .content-item--grid .content-item {
    width: 100%
  }

  .content-item__lead {
    width: 100%
  }

  .content-item__lead {
    line-height: 26px
  }
}

.list-items {
  padding: 0;
  list-style: none;
  margin: 0
}

.li-icon-text,
.li-flag-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px
}

.li-flag-text:last-child,
.li-icon-text:last-child {
  margin-bottom: 0
}

.li__icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px
}

.li__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center
}

.li__flag {
  display: flex;
  padding: 16px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 40px 8px 8px 8px;
  border: 4px solid #64afe7;
  box-sizing: border-box
}

.li__flag p {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  text-align: right;
}

.li__text {
  color: #fff
}

.li__text p {
  margin: 0;
  color: #fff
}

.li__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px
}

.li__subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  width: 250px
}

.li__lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px
}

@media only screen and (max-width: 992px) {
  .li__title {
    font-size: 20px;
    line-height: 24px
  }

  .li__subtitle {
    width: 100%;
    line-height: 22px
  }

  .li__flag {
    padding: 12px 16px
  }

  .li__flag p {
    font-size: 20px;
    line-height: 24px
  }
}

.section__cards {
  display: grid;
  grid: auto/1fr 1fr;
  gap: 32px
}

.section__cards--full {
  display: block;
  max-width: 1010px;
  margin: 0 auto
}

.card-pj {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 36px;
  border-radius: 16px;
  background: #26478b;
  box-sizing: border-box
}

.section__cards--full .card-pj {
  margin-bottom: 80px
}

.section__cards--full .card-pj:last-child {
  margin-bottom: 0
}

.card-pj__header {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 24px
}

.card-pj__header-icon {
  height: 96px;
  width: 96px
}

.card-pj__header-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.card-pj__header-title {
  margin: 0;
  color: #64afe7;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px
}

.card-pj__text {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  align-self: stretch
}

.card-pj__text b {
  color: #64afe7
}

.card-pj__text p {
  margin: 0
}

@media only screen and (max-width: 992px) {
  .section__cards {
    grid: auto/1fr
  }

  .card-pj__header-icon {
    height: 56px;
    width: 56px;
    min-height: 56px;
    min-width: 56px
  }
}

@media only screen and (max-width: 768px) {
  .card-pj {
    padding: 24px 28px
  }

  .card-pj__header-title {
    font-size: 24px;
    line-height: 32px
  }
}

.card-pj__sliders {
  position: relative;
  z-index: 2
}

.card-pj-slider__actions {
  position: absolute;
  right: 0;
  height: 40px;
  top: -60px
}

.card-pj-slider__actions button {
  display: inline-flex;
  padding: 4px 0px;
  align-items: center;
  gap: 4px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 2px solid #64afe7;
  background: rgba(0, 0, 0, 0);
  cursor: pointer
}

.card-pj-slide {
  margin-right: 15px;
  width: 100%
}

.card-pj-slide:last-child {
  margin-right: 0
}

.card-pj-slide__header {
  position: relative;
  width: 100%;
  height: 230px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  padding-bottom: 40px;
  border-radius: 8px 8px 0 0;
  overflow: hidden
}

.card-pj-slide__header-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.card-pj-slide__header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top
}

.card-pj-slide__header-titles {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  max-width: 685px
}

.card-pj-slide__header-logo {
  max-width: 250px;
  width: 250px;
  height: auto
}

.card-pj-slide__header-title {
  padding-left: 20px;
  border-left: 1px solid #fff;
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px
}

.card-pj-slide__content {
  margin-top: 32px
}

.card-pj-slide__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  height: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.card-pj-slide__text p {
  margin: 0
}

.card-pj-slide__depoimento {
  margin-top: 32px
}

.depoimento-content {
  display: grid;
  grid: auto/50px 1fr;
  align-items: start;
  grid-gap: 16px
}

.depoimento-content img {
  width: 100%;
  object-fit: contain
}

.depoimento-content__text {
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.depoimento-content__text p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px
}

.depoimento-author {
  display: grid;
  grid: auto/44px 1fr;
  align-items: center;
  grid-gap: 16px;
  margin-top: 32px
}

.author-image img {
  width: 100%;
  height: auto
}

.author-info {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px
}

.author-info p {
  margin: 0
}

.author-position {
  font-weight: 400
}

@media only screen and (max-width: 768px) {
  .card-pj-slider__actions {
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    gap: 16px
  }

  .card-pj-slide__header {
    height: 180px
  }

  .card-pj-slide__header-titles {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 15px
  }

  .card-pj-slide__header-title {
    border: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 24px
  }

  .card-pj-slide__content {
    margin-top: 16px
  }

  .card-pj-slide__text {
    line-height: 26px;
    height: auto
  }

  .depoimento-content {
    grid: auto/30px 1fr;
    grid-gap: 8px
  }

  .depoimento-content__text p {
    font-size: 16px;
    line-height: 24px
  }
}

.section--cursos-gratuitos {
  padding: 80px 0;
  background-color: #192a6b
}

.section__wrapper--cursos-gratuitos {
  display: grid;
  grid: auto/480px 590px;
  align-items: start;
  justify-content: space-between;
  gap: 90px
}

@media only screen and (max-width: 1200px) {
  .section__wrapper--cursos-gratuitos {
    grid: auto/1fr 2fr
  }
}

@media only screen and (max-width: 992px) {
  .section__wrapper--cursos-gratuitos {
    grid: auto/1fr 2fr;
    gap: 45px
  }
}

@media only screen and (max-width: 992px) {
  .section__wrapper--cursos-gratuitos {
    grid: auto/1fr;
    gap: 32px
  }

  .section__image-grid img {
    object-fit: contain;
    height: 300px
  }
}

.section--eja {
  background-color: #13357a
}

.section__como-funciona {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin: 40px 0 80px 0
}

.como-funciona__titles {
  width: 300px;
  height: auto;
  padding: 20px 20px 32px 20px;
  align-items: end;
  box-sizing: border-box
}

.section__content-title--como-funciona {
  margin: 0
}

@media only screen and (max-width: 992px) {
  .section__content-title {
    font-size: 28px;
    line-height: 32px;
    margin: 16px 0 12px 0
  }

  .section__content-item .section__text {
    margin-top: 16px
  }

  .section__como-funciona {
    gap: 40px
  }
}

@media only screen and (max-width: 768px) {
  .section__content-title {
    margin-top: 0
  }

  .section__content-title br {
    display: none
  }

  .section__como-funciona {
    flex-direction: column;
    margin-bottom: 40px
  }

  .como-funciona__titles {
    width: auto;
    align-items: center;
    padding: 20px
  }

  .section__content-title-image img {
    height: 40px
  }
}

.section--aprendizagem-industrial {
  background-color: #192a6b
}

.section--qualificacao-profissional {
  background-color: #13357a
}

.section--aperfeicoamento-profissional {
  background-color: #192a6b
}

.section--solucoes-socioeducacionais {
  background-color: #13357a
}

.footer--pj {
  background-color: #192a6b
}

.footer--pj .footer__title {
  max-width: 350px;
  color: #64afe7
}

.footer--pj .form {
  width: 680px;
  max-width: 100%
}

.footer--pj .inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}

.footer--pj .input {
  margin-bottom: 0
}

.footer--pj .input {
  width: calc(50% - 8px)
}

.footer--pj .input--full {
  width: 100%
}

.footer--pj .form__consent {
  max-width: none
}

@media only screen and (max-width: 768px) {
  .footer--pj .footer__wrapper {
    gap: 32px
  }
}

@media only screen and (max-width: 576px) {
  .footer--pj .input {
    width: 100%
  }
}

.box-pattern {
  position: absolute;
  top: -150px;
  width: 488px;
  height: 460px;
  z-index: -1
}

.box-pattern-left {
  left: -244px
}

.box-pattern-left img {
  transform: rotateY(180deg)
}

.box-pattern-right {
  right: -244px;
  z-index: 300
}

.box-pattern-mid {
  top: 1000px;
  z-index: -1
}

@media only screen and (max-width: 1200px) {
  .box-pattern {
    display: none
  }
}