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

.btn {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--corSecundaria);
  border-radius: 25px;
  text-decoration: none;
  color: var(--corSecundaria);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 12px 20px;
  box-sizing: border-box;
  white-space: inherit;
  transition: .3s ease all;
  background-color: rgba(0, 0, 0, 0)
}

.btn--two {
  color: #fff;
  background-color: var(--corSecundaria)
}

.btn svg {
  display: block;
  max-height: 100%
}

.btn:hover {
  background-color: var(--corSecundaria80);
  border: 1px solid var(--corSecundaria80);
  color: #fff
}

@media only screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 10px 15px
  }
}

select,
input[type=text],
input[type=password] {
  width: 100%;
  height: 40px;
  border-radius: 35px;
  padding: 0 25px;
  border: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  color: var(--corPrimaria)
}

select {
  background-image: url("https://www.senaipr.org.br/acoesmoveis/layout/img/ic-arrow-down--orange.svg");
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: 97%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}

select::-ms-expand {
  display: none
}

select:focus {
  outline-color: var(--corSecundaria)
}

input:focus {
  outline: 0
}

@media only screen and (max-width: 768px) {

  select,
  input {
    border: 1px solid var(--corSecundaria);
    background-color: rgba(0, 0, 0, 0);
    padding: 0 25px 0 15px
  }
}

.barra-links__personas {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 -1px 15px rgba(0, 0, 0, .15);
  background-color: #fff;
  padding: 0 15px
}

.barra-links__personas .wrapper {
  display: grid;
  grid: auto/auto auto;
  justify-content: space-between;
  align-items: center;
  padding: 0
}

.links__personas {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  gap: 30px
}

.barra-links__personas img {
  height: 30px
}

.links__personas-li {
  list-style-type: none
}

.link-persona {
  text-decoration: none;
  color: var(--corPrimaria);
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  white-space: nowrap;
  padding-bottom: 2px
}

.link-persona.selected {
  border-bottom: 3px solid var(--corSecundaria)
}

.link-persona:hover {
  color: var(--corSecundaria)
}

@media only screen and (max-width: 768px) {
  .links__personas {
    padding: 20px 0
  }

  .link-persona {
    font-size: 16px
  }
}

@media only screen and (max-width: 575px) {
  .barra-links__personas .wrapper {
    grid: auto/auto;
    justify-content: center;
    padding-top: 15px
  }

  .barra-links__personas img {
    width: 150px;
    margin: 0 auto
  }

  .links__personas {
    padding: 0 0 10px 0
  }
}

.section {
  position: relative;
  padding: 40px 0;
  width: 100%;
  overflow: hidden
}

.section__titles.section__titles--center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto
}

.section__title {
  position: relative
}

.section__titles.section__titles--center .section__title {
  display: block;
  width: max-content
}

.section__title .barra-title {
  position: absolute;
  height: 100%;
  width: 50px;
  left: -65px;
  top: 0;
  display: flex;
  align-items: center
}

.section__title .barra-title img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%
}

@media only screen and (max-width: 1200px) {
  .section__titles:not(.section__titles--center) .section__title {
    display: flex;
    gap: 20px;
    align-items: center
  }

  .section__titles:not(.section__titles--center) .section__title .barra-title {
    position: relative;
    left: 0
  }
}

@media only screen and (max-width: 768px) {
  .section {
    padding: 30px 0
  }

  .section__titles:not(.section__titles--center) .section__title {
    gap: 10px
  }

  .section__title .barra-title {
    width: 30px;
    left: -35px
  }
}

.section__content--sobre {
  display: grid;
  grid: auto/2fr 3fr;
  align-items: start;
  justify-content: space-between;
  grid-gap: 30px
}

.sobre-video__iframe {
  width: 100%;
  height: 350px
}

@media only screen and (max-width: 768px) {
  .section__content--sobre {
    grid: auto/1fr;
    grid-gap: 15px
  }

  .sobre-video__iframe {
    height: 250px
  }
}

h1,
h2,
h3,
h4 {
  color: var(--corPrimaria)
}

h1.page__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  display: block;
  position: relative
}

h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 10px
}

h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin: 0
}

h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0px
}

.section__lead,
.section__lead *,
.page__text,
.page__text * {
  margin: 0;
  margin-top: 0;
  color: #666;
  font-size: 16px;
  line-height: 20px
}

.section__subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #666;
  margin-bottom: 30px
}

.section__subtitle p {
  margin: 0
}

.page__text h4,
.text h4 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  margin: 20px 0
}

.page__text ul {
  list-style: none;
  padding: 0 30px;
  margin: 0
}

.page__text li {
  margin: 0 0 20px 0
}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
    line-height: 40px
  }

  h2 {
    font-size: 28px
  }
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 28px;
    line-height: 32px
  }

  h2 {
    font-size: 26px;
    line-height: 35px
  }

  h3 {
    font-size: 20px;
    line-height: 22px
  }

  h5 {
    font-size: 18px;
    line-height: 26px
  }

  .barra-title {
    margin-bottom: 0
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 30px
  }

  .section__lead,
  .section__lead *,
  .page__text,
  .page__text * {
    font-size: 12px;
    line-height: 15px
  }
}

.rodape__content {
  display: flex;
  align-items: center;
  justify-content: center
}

.rodape-item a {
  display: block;
  margin: 0 auto;
  padding: 0 15px
}

.rodape-item img {
  max-width: 360px;
  height: 40px
}

.page {
  min-height: 100vh
}

.page__content {
  width: 100%
}

.page__text img {
  width: 100%
}

.page__text h2 {
  margin: 20px 0;
  color: var(--corPrimaria);
  font-size: 40px;
  font-weight: 700
}

.page__text h5 {
  margin: 0 0 10px 0;
  color: var(--corPrimaria);
  font-weight: 700;
  font-size: 23px;
  line-height: 26px
}

.page__text p {
  color: #9e9e9e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-top: 0
}

.page__text--white p {
  color: #fff
}

.page__text p {
  margin-bottom: 15px
}

.page__text p:last-child {
  margin-bottom: 0
}

.page__text a:not(.btn) {
  color: var(--corPrimaria);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px
}

.page__section {
  margin-bottom: 60px
}

p.referencias {
  font-style: italic;
  font-size: 15px;
  line-height: 19px
}

@media only screen and (max-width: 768px) {
  .page__text {
    margin-left: 0
  }

  .page__text h2 {
    font-size: 26px;
    line-height: 27px;
    margin: 10px 0
  }

  .page__text h5 {
    font-size: 18px;
    line-height: 19px
  }

  .page__text p {
    font-size: 15px;
    line-height: 20px
  }

  p.referencias {
    font-size: 13px;
    line-height: 16px
  }
}

.page--interna-padrao .page__text {
  max-width: 768px
}

.section-banner-principal {
  padding: 0
}

.section-banner-principal .banner {
  display: block;
  height: 350px
}

.section-banner-principal--pf .banner {
  height: 300px
}

.section-banner-principal .banner--mobile {
  display: none
}

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

@media only screen and (max-width: 992px) {
  .section-banner-principal .banner {
    height: 350px
  }

  .section-banner-principal--pf .banner {
    height: 250px
  }
}

@media only screen and (max-width: 768px) {
  .section-banner-principal .banner--desktop {
    display: none
  }

  .section-banner-principal .banner--mobile {
    display: block;
    overflow: hidden
  }

  .section-banner-principal .banner {
    height: 220px
  }

  .banner img {
    object-fit: cover
  }
}

.grid-cards-servicos {
  display: grid;
  grid: auto/1fr 1fr 1fr;
  align-items: start;
  grid-gap: 20px;
  justify-content: space-between
}

.card-servico {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: .3s ease all
}

.card-servico:not(.show) {
  opacity: .5
}

.card-servico:not(.show):hover {
  opacity: .75
}

.card-servico__imagem {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  overflow: hidden
}

.card-servico__imagem img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: center;
  cursor: pointer
}

.card-servico__imagem--mobile {
  display: none
}

.card-servico__arrow {
  display: block;
  width: 45px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("https://www.senaipr.org.br/acoesmoveis/layout/img/ic-arrow-servico.svg");
  background-size: cover;
  position: relative;
  margin: 15px auto 0 auto;
  z-index: 0
}

.card-servico__conteudo {
  margin-top: 0px;
  width: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
  display: block
}

.box-servico__content {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  background-color: rgba(220, 220, 220, .5)
}

.box-border {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background: var(--corPrimaria)
}

.box-servico__texto {
  padding: 25px 75px
}

.servicos__content--mobile {
  display: none
}

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

  .servicos__content--mobile {
    display: block
  }

  .box-border {
    width: 10px
  }

  .card-servico {
    margin-bottom: 40px
  }

  .card-servico.card-servico--mobile {
    opacity: 1
  }

  .card-servico-header {
    display: grid;
    grid: auto/130px 1fr;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 2;
    position: relative
  }

  .card-servico-header__imagem,
  .card-servico-header__imagem img {
    height: 100%;
    width: 130px;
    border-radius: 10px 0 0 10px
  }

  .card-servico-header__imagem img {
    object-fit: cover;
    object-position: top right
  }

  .card-servico-header__texto {
    padding: 10px
  }

  .card-servico-header__texto h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 8px
  }

  .card-servico-header__button {
    margin-top: 20px;
    display: flex;
    justify-content: center
  }

  .card-servicos__areas-atuacao {
    position: relative;
    background: #fff;
    top: -10px;
    z-index: 1;
    border-radius: 0 0 15px 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden
  }

  .card-servico--mobile .btn-ver-areas-atuacao img {
    transition: .3s ease all
  }

  .card-servico--mobile .btn-ver-areas-atuacao img {
    background: #fff;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
    object-position: center
  }

  .card-servico--mobile.show .btn-ver-areas-atuacao {
    color: #fff;
    background-color: var(--corSecundaria)
  }

  .card-servico--mobile.show .btn-ver-areas-atuacao img {
    transform: rotateZ(90deg)
  }
}

.section__content--projetos {
  display: grid;
  grid: auto/1fr;
  grid-gap: 50px
}

.projeto-item {
  display: grid;
  align-items: start;
  gap: 45px
}

.projeto-item {
  grid: auto/580px 1fr
}

.projeto-item__image {
  width: 100%;
  height: 400px;
  display: block
}

.projeto-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.projeto-item__text .subtitle {
  font-weight: 700;
  margin-bottom: 25px
}

.projeto-item__button {
  display: block;
  margin-top: 30px
}

.btn-ver-noticia {
  display: inline-flex
}

@media only screen and (max-width: 992px) {
  .projeto-item {
    grid: auto/400px 1fr;
    gap: 20px
  }

  .projeto-item__image {
    height: auto
  }

  .projeto-item__image img {
    object-fit: contain
  }
}

@media only screen and (max-width: 768px) {
  .projeto-item {
    grid: auto/300px 1fr
  }

  .projeto-item__image {
    height: auto
  }

  .projeto-item__image img {
    object-fit: contain
  }
}

@media only screen and (max-width: 576px) {
  .projeto-item {
    grid: auto/1fr;
    grid-gap: 15px
  }

  .projeto-item__image {
    height: 260px
  }

  .projeto-item__image img {
    object-fit: cover
  }

  .projeto-item__text .subtitle {
    margin-bottom: 10px
  }

  .projeto-item__button {
    margin-top: 20px
  }
}

.areas-de-atuacao__slider .flickity-viewport {
  border-radius: 25px
}

.box__area-atuacao {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  margin: 10px;
  display: grid;
  grid: auto/auto 460px;
  grid-gap: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

.area-atuacao__conteudo {
  padding: 30px 75px
}

.area-atuacao__titulo {
  margin-bottom: 10px
}

.grid-botoes {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px
}

.grid-botoes .btn {
  width: 290px
}

.area-atuacao__imagem {
  height: 100%
}

.area-atuacao__imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.flickity-page-dots {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  align-items: center
}

.flickity-page-dot {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid var(--corPrimaria);
  margin: 0
}

.flickity-page-dot.is-selected {
  background-color: var(--corPrimaria)
}

.flickity-page-dot:focus {
  box-shadow: none
}

@media only screen and (max-width: 768px) {
  .area-atuacao__imagem {
    display: none
  }

  .box__area-atuacao {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: auto;
    background: #f2f2f2;
    margin: 0px 15px 30px 15px;
    max-width: 100%;
    box-shadow: none;
    width: auto;
    position: relative
  }

  .box__area-atuacao:first-child {
    margin-top: 30px
  }

  .area-atuacao__conteudo {
    padding: 20px 20px 20px 30px
  }

  .area-atuacao__conteudo .grid-botoes {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: inherit
  }
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--corPrimaria80);
  z-index: -1;
  opacity: 0;
  transition: .5s ease all
}

.modal.show {
  z-index: 9;
  opacity: 1
}

.modal__content {
  max-width: 635px;
  max-height: calc(100vh - 40px)
}

.modal__close {
  position: absolute;
  right: 45px;
  top: 25px;
  border: 0;
  background: none;
  padding: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: .3s ease all;
  z-index: 9
}

.modal__close:hover {
  transform: scale(1.1)
}

.modal-body {
  background-color: #fff;
  border-radius: 35px;
  max-height: 600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding: 25px 50px;
  position: relative;
  max-width: 635px;
  max-height: calc(100vh - 80px);
  overflow: auto
}

.modal__cursos {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cursos-titles {
  padding-right: 30px
}

.cursos-titles .barra-title img {
  position: relative;
  width: 50px;
  height: 15px;
  object-fit: cover;
  object-position: left top
}

.cursos-titles h5 {
  margin-bottom: 10px
}

.cursos-flag {
  margin: 0;
  color: var(--corPrimaria);
  font-style: italic;
  font-weight: 400;
  margin: 0
}

.cursos-lista {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  overflow: hidden
}

.cursos-lista__ul {
  list-style: none;
  padding: 0 15px;
  margin: 0;
  max-height: 380px;
  overflow-y: auto;
  height: 50vh
}

.cursos-lista__ul::-webkit-scrollbar {
  width: 5px;
  overflow: hidden
}

.cursos-lista__ul::-webkit-scrollbar-track {
  background-color: #dcdcdc
}

.cursos-lista__ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--corPrimaria80)
}

.cursos-lista__ul::-webkit-scrollbar-thumb:hover {
  background-color: var(--corPrimaria)
}

.cursos-lista__li {
  display: grid;
  grid: auto/auto auto;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0 10px 0
}

.cursos-lista__li:last-child {
  padding-bottom: 20px
}

.cursos-lista__ul p {
  margin: 0;
  color: var(--corPrimaria)
}

.curso-titulo {
  font-weight: 600;
  padding-right: 30px
}

.curso-horas {
  font-weight: 300px
}

.cursos-button .btn {
  margin: 0 auto
}

@media only screen and (max-width: 768px) {
  .modal__content {
    padding: 0 15px
  }

  .modal-body {
    padding: 20px
  }

  .modal__close {
    right: 20px;
    top: 20px
  }
}

.modal--aviso .modal-body {
  overflow: auto;
  max-height: calc(100vh - 80px);
  padding: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer
}

.modal-aviso__content-title {
  display: grid;
  grid: auto/80px 1fr;
  margin-bottom: 20px;
  grid-gap: 16px
}

.modal-aviso__content-title img {
  height: 80px;
  width: 100%;
  display: block
}

.modal-aviso__content-title h3,
.modal-aviso__content-title h4 {
  margin: 0
}

.modal-aviso__content-title h3 {
  font-size: 46px;
  line-height: 48px
}

.modal-aviso__content-title h4 {
  margin: 10px 0 0 0;
  font-size: 24px;
  font-weight: 400
}

.modal-aviso__content .page__text * {
  text-align: center;
  font-size: 18px;
  color: #000
}

.modal__close--aviso {
  position: relative;
  right: auto;
  top: auto;
  border: 1px solid;
  border-radius: 50%;
  padding: 5px
}

.modal-aviso__close {
  margin-top: 30px;
  text-align: center
}

.modal__close--aviso {
  width: 30px;
  height: 30px;
  padding: 5px
}

.modal__close--aviso:hover {
  transform: scale(1.05)
}

.modal__close--aviso img {
  object-fit: contain;
  width: 100%;
  height: 100%
}

.modal-aviso__content--full-image {
  max-width: 100%
}

@media only screen and (max-width: 768px) {
  .modal__aviso {
    padding: 0
  }
}

@media only screen and (max-width: 576px) {
  .modal-aviso__content-title {
    grid: auto/1fr
  }

  .modal-aviso__content-title h3,
  .modal-aviso__content-title h4 {
    text-align: center
  }

  .modal-aviso__content-title h3 {
    font-size: 36px;
    line-height: 38px
  }
}

.lista-cursos {
  display: grid;
  grid: auto/1fr 1fr 1fr;
  grid-gap: 30px 20px;
  justify-content: space-between;
  position: relative
}

.lista-cursos.loading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, .8);
  z-index: 2
}

.lista-cursos__loader {
  display: none;
  position: absolute;
  width: 50px;
  height: 80px;
  left: calc(50% - 25px);
  z-index: 3
}

.lista-cursos.loading .lista-cursos__loader {
  display: inline-block
}

.lista-cursos__loader span {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 10px;
  background: var(--corEscolasMoveis);
  animation: lista-cursos__loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite
}

.lista-cursos__loader span:nth-child(1) {
  left: 5px;
  animation-delay: -0.24s
}

.lista-cursos__loader span:nth-child(2) {
  left: 20px;
  animation-delay: -0.12s;
  background: var(--corSalaMovel)
}

.lista-cursos__loader span:nth-child(3) {
  left: 35px;
  animation-delay: 0;
  background: var(--corKitDidatico)
}

@keyframes lista-cursos__loader {
  0% {
    top: 8px;
    height: 64px
  }

  50%,
  100% {
    top: 24px;
    height: 32px
  }
}

.card-curso {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.card-curso__texto {
  padding: 25px 50px 25px 80px
}

.card-curso__titulo {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 25px
}

.card-curso__lead {
  margin-bottom: 25px
}

.card-curso__infos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px
}

.curso-info {
  display: grid;
  grid: auto/15px auto;
  align-items: center;
  grid-gap: 8px
}

.curso-info img {
  object-fit: contain;
  object-position: center;
  width: 14px;
  height: auto;
  display: block
}

.curso-info p {
  font-size: 14px;
  line-height: 18px;
  margin: 0
}

.card-curso__button a {
  margin: 0 auto
}

.card-curso__button .btn {
  width: 100%;
  margin: 0 auto
}

.card-curso__button .btn-tenho-interesse {
  color: var(--corPrimaria);
  border-color: var(--corPrimaria)
}

.card-curso__button .btn-tenho-interesse:hover {
  color: #fff;
  background: var(--corPrimaria);
  border-color: var(--corPrimaria)
}

.lista-cursos__ver-mais {
  text-align: center;
  margin: 30px
}

.lista-cursos__ver-mais-btn {
  margin: 0 auto
}

.box-filtros {
  background-color: var(--corPrimaria);
  border-radius: 15px;
  padding: 25px 40px;
  margin: 30px 0 20px 0
}

.box-filtros__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px
}

.box-filtro__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  width: 210px
}

.box-filtro__icon img {
  display: block;
  width: 40px;
  height: 20px;
  object-fit: contain;
  object-position: center top
}

.box-filtro__icon p {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  margin: 0;
  white-space: nowrap
}

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

.box-filtros__options {
  display: grid;
  grid: auto/1fr 1fr 1fr;
  align-items: center;
  gap: 15px;
  width: 100%
}

.filtro-curso--search {
  position: relative
}

.btn-input-search {
  position: absolute;
  height: 100%;
  width: 35px;
  border: 0;
  top: 0;
  right: 0;
  border-radius: 0 35px 35px 0;
  cursor: pointer;
  background-color: #dcdcdc;
  transition: .3s ease all
}

.disabled-search {
  opacity: .5;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: #fff
}

.btn-input-search img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center
}

.box-filtros__options--checkbox {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center
}

.box-filtros__checkbox-flag {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700
}

.filtro-curso--checkbox {
  display: grid;
  grid: auto/15px auto;
  align-items: center;
  justify-content: center;
  grid-gap: 10px
}

.filtro-curso--checkbox input[type=checkbox] {
  width: 15px;
  height: 15px
}

.filtro-curso--checkbox label {
  color: #fff;
  font-size: 14px
}

.box-filtros-aplicados {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.box-filtros-aplicados>span {
  padding: 5px 10px 5px 15px;
  margin: 10px 10px 0 10px;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  display: none
}

.box-filtros-aplicados span.show {
  display: grid;
  grid: auto/1fr 20px;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px
}

.box-filtros-aplicados p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 0
}

.box-filtros-aplicados .limpaItem {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  background-image: url("https://www.senaipr.org.br/acoesmoveis/layout/img/ic-clear-filtro.svg");
  cursor: pointer;
  transition: .3s ease
}

.box-filtros-aplicados .limpaItem:hover {
  transform: scale(1.1)
}

.box-filtros__qtde {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 15px
}

.box-filtros__qtde b {
  font-weight: 900;
  font-size: 22px;
  font-style: italic
}

.box-filtros__modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  left: 0;
  background: var(--corPrimaria80);
  z-index: 9
}

.modal-filtros__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.modal-filtros__body {
  max-height: 320px;
  height: auto;
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding: 15px 35px;
  box-sizing: border-box;
  position: relative
}

.modal-filtros__body .barra-title {
  width: 50px;
  height: 15px
}

.modal-filtro__options {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.modal-filtro__options label {
  color: var(--corPrimaria);
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  margin-bottom: 5px;
  display: block
}

.modal-filtros__aplicar {
  width: 100%
}

.modal-filtros__aplicar button {
  width: 160px;
  margin: 0 auto
}

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

@media only screen and (max-width: 768px) {
  .card-curso__texto {
    padding: 25px 25px 25px 35px
  }

  .lista-cursos {
    grid: auto/1fr
  }

  .box-filtros {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0
  }

  .box-filtro__icon p {
    display: none
  }

  .box-filtros__row {
    flex-direction: row-reverse;
    gap: 15px;
    align-items: center
  }

  .box-filtro__icon {
    border: 1px solid var(--corSecundaria);
    border-radius: 35px;
    height: 40px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .box-filtro__icon img {
    width: 25px;
    height: auto
  }

  .box-filtros__options {
    grid: auto/1fr
  }

  .box-filtros-aplicados p {
    color: var(--corPrimaria)
  }

  .btn-input-search,
  .disabled-search {
    background-color: rgba(0, 0, 0, 0)
  }

  .box-filtros__qtde {
    color: var(--corPrimaria)
  }
}

.section__content.galeria__slider {
  background-color: var(--corPrimaria);
  padding: 50px 30px
}

.galeria__slides {
  max-width: 100%
}

.galeria__imagem {
  padding: 0 10px
}

.galeria__imagem img {
  height: 310px;
  width: 310px;
  object-fit: cover;
  object-position: center
}

@media only screen and (max-width: 992px) {
  .galeria__imagem {
    width: calc(33.3% - 20px);
    padding: 0 10px
  }

  .galeria__imagem img {
    width: 100%
  }
}

@media only screen and (max-width: 768px) {
  .galeria__imagem {
    width: calc(50% - 20px)
  }
}

@media only screen and (max-width: 575px) {
  .galeria__imagem {
    width: calc(100% - 20px)
  }

  .galeria__imagem img {
    object-fit: contain
  }
}

.section.section-formulario {
  overflow: hidden;
  margin: 0
}

.section-formulario__content {
  position: relative;
  z-index: 2;
  max-width: 768px;
  margin: 0 auto
}

.section-formulario__content--grid {
  max-width: 100%
}

.section-formulario__content .section__title {
  text-align: center;
  max-width: 490px;
  font-weight: 400;
  margin: 0 auto
}

.section-formulario__content .section__title b {
  display: block;
  text-align: center;
  color: var(--corPrimaria);
  font-weight: 700
}

.section-formulario__content .section__lead {
  margin-top: 30px;
  text-align: left
}

.formulario__content {
  width: 100%;
  margin: 40px auto 0px auto;
  position: relative
}

.form-inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 15px;
  margin-bottom: 30px
}

.group-input {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px)
}

.group-input--w-full {
  width: 100%
}

.group-input--w-25 {
  width: calc(25% - 10px)
}

.group-input--w-33 {
  width: calc(33% - 10px)
}

.group-input--w-75 {
  width: calc(75% - 10px)
}

.group-input label {
  display: block;
  color: #666;
  font-size: 15px;
  margin-bottom: 5px
}

.group-input label span {
  color: #ff2c35
}

.group-input input,
.group-input select,
.group-input textarea {
  border-radius: 8px;
  border: 1px solid #ebecef;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  padding: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
  box-sizing: border-box
}

.group-input textarea {
  resize: none
}

.group-input input::placeholder,
.group-input select,
.group-input textarea::placeholder {
  color: #9fa1a7
}

.group-input input:focus,
.group-input select:focus,
.group-input textarea:focus {
  outline-color: #25cc9f
}

.group-input input {
  width: 100%;
  height: 50px
}

input:checked {
  background-color: #000
}

.group-input select {
  background-image: url("https://www.senaipr.org.br/acoesmoveis/layout/img/ic-arrow-down.svg");
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: 97%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
  line-height: 19px;
}

.group-input select::-ms-expand {
  display: none
}

.group-input[aria-label=Interesse] {
  display: none
}

.checkLGPD {
  text-align: center;
  position: relative;
  width: 420px;
  margin: 0 auto 10px auto
}

.checkLGPD .txt-termos {
  font-size: 16px;
  margin: 0;
  padding-left: 5px;
  font-weight: 300;
  line-height: 16px;
  text-align: left
}

.checkLGPD .txt-termos span.openTerm {
  text-decoration: underline;
  color: #f65e8d
}

.checkLGPD {
  display: flex;
  align-items: center;
  padding: 20px 10px 0;
  justify-content: center;
  overflow: hidden
}

.txt-termos span {
  cursor: pointer
}

.textLGPD {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all ease .4s;
  pointer-events: none
}

.textLGPD>p {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  font-size: 15px;
  color: #fff;
  background: rgba(60, 73, 90, .95);
  width: 100%;
  height: auto;
  padding: 50px 30px 30px;
  z-index: -1;
  transition: all ease .4s;
  box-sizing: border-box
}

.textLGPD.termoAberto {
  pointer-events: auto !important;
  width: 100%
}

.textLGPD.termoAberto p {
  opacity: 1;
  z-index: 2
}

.textLGPD>p a {
  color: #fff
}

.fechar-termo {
  display: block;
  position: absolute;
  color: #fff;
  right: 20px;
  top: 20px;
  cursor: pointer
}

#msgLgpd {
  max-width: 400px;
  margin: 0 auto
}

span.color-red {
  color: #ff2c35;
  text-decoration: none
}

.button-submit-form {
  width: 210px;
  font-size: 19px;
  font-weight: 800;
  cursor: pointer;
  margin: 15px auto
}

.inform-campos {
  margin: 0 auto;
  color: #000;
  text-align: center
}

.formulario__footer {
  margin-top: 50px
}

.formulario__footer-box {
  max-width: 480px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 0 auto;
  position: relative
}

.formulario__footer-box img {
  width: 12px;
  height: 100%;
  object-position: center left;
  object-fit: contain;
  position: absolute;
  right: -22px
}

.formulario__footer-box img.border-left {
  transform: rotate(-180deg);
  left: -22px
}

.formulario-footer-box__text {
  background-color: #f1f1f1;
  width: 100%;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

.formulario-footer-box__text p {
  margin: 0;
  color: #0a403e;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.1rem
}

.msg-success-form {
  display: none;
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
  background: rgba(241, 241, 241, .8)
}

.msg-success-form>div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.msg-success-form p {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.1rem;
  margin: 0;
  color: var(--corPrimaria);
  display: block;
  position: relative;
  padding: 30px
}

@media only screen and (max-width: 768px) {
  .section-formulario__content {
    padding: 0 25px
  }

  .section-formulario__content .section__title {
    font-size: 25px;
    line-height: 30px
  }

  .group-input {
    width: 100%
  }

  .checkLGPD {
    padding: 0;
    width: 100%
  }

  .formulario-footer-box__text {
    padding: 20px
  }

  .formulario-footer-box__text p {
    font-size: 22px;
    line-height: 26px
  }
}

.section-editais {
  overflow: initial;
  z-index: 99
}

.section-editais .section__lead {
  margin-bottom: 24px
}

.section-editais .section__lead * {
  color: #fff
}

.section-editais__content {
  padding: 50px;
  background-color: var(--corPrimaria);
  border-radius: 16px
}

.section-editais__content .section__title {
  color: #fff
}

.editais-filtros__inputs-content {
  display: grid;
  align-items: center;
  grid-gap: 16px
}

.editais-filtros__options {
  display: grid;
  grid: auto/1fr 1fr;
  grid-gap: 16px;
  align-items: center
}

.filtro-edital--search {
  position: relative
}

.filtro-edital__busca-options {
  position: absolute;
  max-height: 350px;
  max-width: 100%;
  width: 100%;
  overflow-y: auto;
  top: calc(100% + 5px);
  left: 0;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(255, 255, 255, .8);
  padding: 0px 15px 10px 10px;
  display: none;
  box-sizing: border-box;
  z-index: 99
}

.filtro-edital__busca-options::-webkit-scrollbar {
  width: 2px
}

.filtro-edital__busca-options::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0)
}

.filtro-edital__busca-options::-webkit-scrollbar-thumb {
  background: var(--corPrimaria30);
  border-radius: 25px
}

.filtro-edital__busca-options::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0)
}

.filtro-edital__busca-options li {
  padding: 10px;
  list-style: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer
}

.filtro-edital__busca-options li:hover {
  background-color: #ccc
}

.filtro-edital__busca-options li:last-child {
  border-bottom: 0
}

.filtro-edital__busca-options li p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300
}

.filtro-edital__busca-options.nenhum-retorno:after {
  content: "Nenhum item encontrado";
  text-align: center;
  font-size: 16px;
  color: #ccc;
  display: block;
  padding: 10px 0 0 0
}

.box-lista-edital__items {
  display: grid;
  grid: auto/1fr
}

.item-edital {
  width: 100%;
  border-radius: 8px;
  border: 2px solid #fff;
  padding: 24px 16px;
  list-style: none;
  box-sizing: border-box;
  display: none;
  margin-top: 30px
}

.item-edital:first-child {
  margin-top: 0px
}

.item-edital__title {
  margin: 0 0 16px 0;
  color: #fff;
  font-size: 22px;
  line-height: 21px;
  font-weight: 600
}

.item-edital__links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center
}

.item-edital__links a {
  color: var(--corSecundaria);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-bottom: 2px solid var(--corSecundaria);
  padding: 0 2px
}

.item-edital__links a p {
  margin: 0
}

.lista-editais__note p {
  margin: 0;
  font-style: italic;
  font-size: 16px;
  color: #fff;
  width: 100%;
  text-align: right;
  margin-top: 24px
}

.notify-returned-filter {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 15px
}

.notify-returned-filter b {
  font-weight: 900;
  font-size: 22px;
  font-style: italic
}

@media only screen and (max-width: 768px) {

  .section-editais select,
  .section-editais input {
    border: 1px solid var(--corSecundaria);
    background-color: #fff;
    padding: 0 25px 0 15px
  }

  .lista-editais__note p {
    font-size: 14px
  }
}

@media only screen and (max-width: 576px) {
  .section-editais__content {
    padding: 30px
  }

  .editais-filtros__options {
    grid: auto/1fr
  }

  .item-edital {
    padding: 16px 12px
  }

  .item-edital__title {
    font-size: 18px
  }

  .item-edital__links a {
    font-size: 16px
  }
}

:root {
  --layer1: 100;
  --layer2: 200;
  --layer3: 300;
  --layer4: 400;
  --layer5: 500;
  --layer6: 600;
  --layer7: 700;
  --layer8: 800;
  --layer9: 900;
  --layer10: 1000;
  --corPreto: #000;
  --corBranco: #FFF;
  --corCinza: var(--corCinza300);
  --corCinza100: #F1F1F2;
  --corCinza200: #F1F5F9;
  --corCinza300: #F3F3F3;
  --corCinza400: #D7DCE5;
  --corCinza500: #BCC4D2;
  --corCinza600: #666666;
  --corCinza700: #333333;
  --corPrimaria: #1C2140;
  --corPrimaria80: rgba(28, 33, 64, .8);
  --corPrimaria30: rgba(28, 33, 64, .3);
  --corSecundaria: #FCB24A;
  --corSecundaria80: rgba(252, 178, 74, .8);
  --corSecundaria30: rgba(252, 178, 74, .3);
  --corEscolasMoveis: #124E9C;
  --corSalaMovel: #0094D4;
  --corKitDidatico: #3E2684;
  --corTitulo: var(--corPrimaria)
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth
}

body {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  overflow-x: hidden
}

img,
svg {
  display: block
}

.hidden {
  display: none !important
}

.bg--escola-movel {
  background: var(--corEscolasMoveis)
}

.color--escola-movel {
  color: var(--corEscolasMoveis)
}

.bg--sala-de-aula {
  background: var(--corSalaMovel)
}

.color--sala-de-aula {
  color: var(--corSalaMovel)
}

.bg--kit-didatico {
  background: var(--corKitDidatico)
}

.color--kit-didatico {
  color: var(--corKitDidatico)
}

.svg {
  display: block
}

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

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

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

.wrapper {
  width: calc(100% - 80px);
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    padding: 0 20px;
    width: 100%
  }
}

@media only screen and (max-width: 992px) {
  .wrapper {
    padding: 0 15px
  }
}

.modal-body {
  scrollbar-gutter: stable;
  scrollbar-color: var(--corCinza400) rgba(0, 0, 0, 0);
  scrollbar-width: thin
}

.modal--tenho-interesse form {
  margin-top: 15px
}

.modal--tenho-interesse form #curso {
  pointer-events: none;
  padding-left: 0;
  border: 0;
  box-shadow: none;
  text-overflow: ellipsis;
  height: 30px;
  font-weight: 700
}

.modal--tenho-interesse form .group-input[aria-label=Data] {
  display: none
}

.modal--tenho-interesse form input#curso:autofill,
.modal--tenho-interesse form input#curso:-webkit-autofill {
  background: #fff !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

:root {
  --layer1: 100;
  --layer2: 200;
  --layer3: 300;
  --layer4: 400;
  --layer5: 500;
  --layer6: 600;
  --layer7: 700;
  --layer8: 800;
  --layer9: 900;
  --layer10: 1000;
  --corPreto: #000;
  --corBranco: #FFF;
  --corCinza: var(--corCinza300);
  --corCinza100: #F1F1F2;
  --corCinza200: #F1F5F9;
  --corCinza300: #F3F3F3;
  --corCinza400: #D7DCE5;
  --corCinza500: #BCC4D2;
  --corCinza600: #666666;
  --corCinza700: #333333;
  --corPrimaria: #1C2140;
  --corPrimaria80: rgba(28, 33, 64, .8);
  --corPrimaria30: rgba(28, 33, 64, .3);
  --corSecundaria: #FCB24A;
  --corSecundaria80: rgba(252, 178, 74, .8);
  --corSecundaria30: rgba(252, 178, 74, .3);
  --corEscolasMoveis: #124E9C;
  --corSalaMovel: #0094D4;
  --corKitDidatico: #3E2684;
  --corTitulo: var(--corPrimaria)
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth
}

body {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  overflow-x: hidden
}

img,
svg {
  display: block
}

.hidden {
  display: none !important
}

.bg--escola-movel {
  background: var(--corEscolasMoveis)
}

.color--escola-movel {
  color: var(--corEscolasMoveis)
}

.bg--sala-de-aula {
  background: var(--corSalaMovel)
}

.color--sala-de-aula {
  color: var(--corSalaMovel)
}

.bg--kit-didatico {
  background: var(--corKitDidatico)
}

.color--kit-didatico {
  color: var(--corKitDidatico)
}

.svg {
  display: block
}

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

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

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

.wrapper {
  width: calc(100% - 80px);
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    padding: 0 20px;
    width: 100%
  }
}

@media only screen and (max-width: 992px) {
  .wrapper {
    padding: 0 15px
  }
}

@media only screen and (max-width: 768px) {
  .section__content--sobre {
    grid: auto/1fr;
    grid-gap: 15px
  }

  .sobre-video {
    height: 250px
  }

  .sobre-banner {
    display: none;
  }
}

.sobre-banner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

@media only screen and (max-width: 768px) {
  .section-banner-principal .banner--desktop .sobre-banner {
    display: none
  }
}