/*! 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;
  min-width: 200px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 15px;
  box-sizing: border-box;
  white-space: inherit;
  transition: .3s ease all;
  background-color: var(--corPrimaria);
  border: 1px solid var(--corPrimaria)
}

.btn--two {
  color: var(--corBranca);
  background-color: var(--corPrimaria);
  border: 1px solid var(--corPrimaria);
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px
}

.btn--orange {
  background-color: var(--corSecundaria);
  border: 1px solid var(--corSecundaria)
}

.btn svg {
  display: block;
  height: 12px
}

.btn--two svg {
  margin: 0;
  display: block;
  width: 24px;
  height: 24px
}

.btn:hover {
  color: var(--corBranco);
  background-color: var(--corPrimaria80);
  border: 1px solid var(--corPrimaria)
}

.btn--two:hover {
  color: var(--corBranco);
  background-color: var(--corPrimaria80);
  border: 1px solid var(--corPrimaria)
}

.btn--orange:hover {
  background-color: var(--corSecundaria80);
  border: 1px solid var(--corSecundaria);
  color: #fff
}

.btn:focus {
  outline: 0
}

@media only screen and (max-width: 768px) {
  .btn {
    font-size: 16px;
    padding: 10px 15px
  }
}

.navbar {
  position: relative;
  width: 100%;
  padding: 20px 15px;
  left: 0;
  box-sizing: border-box
}

.navbar .bg-navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 225px;
  background-color: var(--corPrimaria);
  z-index: 0
}

.navbar__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 46px 0;
  height: auto;
  position: relative;
  z-index: 2
}

.navbar__left {
  position: relative;
  padding-left: 75px
}

.navbar__logo {
  display: block;
  height: auto;
  width: auto
}

.navbar__left .navbar__logo img {
  width: 148.5px;
  height: 28px;
  display: block;
  object-fit: contain;
  object-position: center;
  fill: var(--corBranco)
}

.navbar__right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-right: 75px
}

.navbar__menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  margin: 0;
  padding: 0
}

.navbar__menu-li {
  list-style-type: none
}

.link-principal {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  white-space: nowrap;
  padding-bottom: 5px
}

.navbar__menu a:hover {
  color: var(--corSecundaria)
}

.navbar--mobile,
#btn-menu-mobile {
  display: none
}

@media only screen and (max-width: 768px) {
  .navbar {
    padding: 0
  }

  .navbar .navbar__wrapper {
    padding: 20px 15px;
    box-sizing: border-box
  }

  .navbar--desktop {
    display: none
  }

  #btn-menu-mobile {
    display: block
  }

  .navbar__wrapper {
    justify-content: start;
    gap: 20px
  }

  .navbar__left .navbar__logo img {
    width: 60px;
    height: auto
  }

  .navbar__right .navbar__logo img {
    width: 100px;
    height: auto
  }

  .navbar--mobile {
    position: absolute;
    display: block;
    width: calc(100% + 60px);
    height: auto;
    left: -30px;
    top: 100%;
    z-index: 999;
    background: var(--corPrimaria);
    box-sizing: border-box;
    height: 0;
    overflow: hidden
  }

  .navbar__menu--mobile {
    text-align: center;
    list-style: none;
    display: grid;
    grid: auto/1fr;
    grid-gap: 20px;
    padding: 40px 0;
    margin: 0;
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, .2)
  }
}

.section {
  position: relative;
  padding: 50px 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--verde .section__title,
.section--verde .section__lead {
  color: #fff
}

.section--cinza {
  background-color: #f5f5f5
}

.section--lilas {
  background-color: var(--corPrimaria);
  color: var(--corBranco)
}

.section--lilas .section__title {
  color: var(--corBranco)
}

.section--lilas .section__title .slash {
  color: var(--corSecundaria)
}

.section--rounded_8px {
  border-radius: 8px
}

.section--laranja {
  background-color: var(--corSecundaria)
}

.section--azul {
  background-color: #003253
}

.section--azul_claro {
  background-color: #becbe7
}

.section--verde {
  background-color: #005f78
}

@media only screen and (max-width: 1200px) {
  .section__titles:not(.section__titles--center) .section__title {
    display: flex;
    gap: 20px;
    align-items: center
  }
}

@media only screen and (max-width: 768px) {
  .section {
    padding: 50px 0
  }

  .section__titles:not(.section__titles--center) .section__title {
    gap: 10px
  }
}

h1,
h2,
h3,
h4 {
  color: var(--corTitulo)
}

h1,
h2 {
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght"500, "wdth"100
}

h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  margin: 0;
  display: block;
  position: relative
}

h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  margin-top: 0;
  margin-bottom: 10px
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0
}

h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0px
}

.section__title {
  margin-bottom: 20px
}

.section__lead,
.section__lead *,
.page__text,
.page__text * {
  margin: 0;
  margin-top: 0;
  color: var(--corTexto);
  font-size: 14px;
  line-height: 25.2px
}

.section__subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: var(--corTexto);
  margin-bottom: 30px
}

.section__subtitle p {
  margin: 0
}

.page__text h5,
.text h5 {
  font-size: 16px;
  line-height: 22px;
  color: var(--corTitulo);
  margin: 20px 0
}

.page__text ul {
  padding: 0 30px;
  margin: 0
}

.page__text li {
  margin: 0
}

.page__text p {
  font-weight: 400;
  margin-bottom: 15px
}

.page__text p:last-child {
  margin-bottom: 0
}

.section__title {
  color: var(--corPrimaria)
}

.section__title .slash {
  color: var(--corSecundaria)
}

.cor_Secundaria {
  color: var(--corSecundaria)
}

.cor_Realce {
  color: var(--corRealce)
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 30px
  }

  h4 {
    font-size: 18px;
    line-height: 20px
  }
}

.section-banner-principal {
  padding: 0;
  position: relative;
  z-index: 1
}

.section-banner-principal .wrapper {
  max-width: 1160px
}

.section-banner-principal .banner {
  display: block;
  height: 380px
}

.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: 290px
  }
}

@media only screen and (max-width: 768px) {
  .section-banner-principal .wrapper {
    padding: 0
  }

  .section-banner-principal .banner--desktop {
    display: none
  }

  .section-banner-principal .banner--mobile {
    display: block;
    overflow: hidden
  }

  .section-banner-principal .banner {
    height: 400px
  }
}

.section__content--grid {
  display: grid;
  grid: auto/2fr 1fr;
  grid-gap: 30px
}

.section-sobre {
  padding: 0;
  z-index: 3;
  margin-top: 50px
}

.page__image img {
  display: block
}

@media only screen and (max-width: 768px) {
  .section-sobre {
    margin: 30px auto
  }

  .section__content--grid {
    grid: auto/1fr;
    grid-gap: 30px
  }

  .section-sobre .page__image {
    display: none
  }
}

.modal {
  display: flex;
  justify-content: center;
  align-items: start;
  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: 960px;
  width: calc(100% - 60px);
  max-height: calc(100vh - 100px);
  position: relative;
  top: 60px
}

.modal__content-body {
  max-width: 960px;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 160px);
  top: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding: 32px;
  position: relative;
  box-sizing: border-box;
  overflow-y: auto
}

.modal__content-body::-webkit-scrollbar {
  width: 5px
}

.modal__content-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0)
}

.modal__content-body::-webkit-scrollbar-thumb {
  background: var(--corPrimaria30);
  border-radius: 25px
}

.modal__content-body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0)
}

.modal__close {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
  background: none;
  padding: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: .3s ease all
}

.modal__close:hover {
  transform: scale(1.1)
}

.modal__close img {
  width: 100%;
  height: 100%
}

.modal-body {
  overflow-y: auto;
  padding-right: 10px
}

.modal-title {
  margin-bottom: 10px
}

.modal-title h4,
h6 {
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--corPrimaria) !important
}

.modal-title__line {
  display: grid;
  grid: auto/auto 10px;
  align-items: center;
  width: 100%
}

.modal-title__line:before {
  content: "";
  height: 0;
  width: 100%;
  border-bottom: 1px solid var(--corPrimaria)
}

.modal-button {
  width: 100%;
  display: flex;
  padding: 12px auto;
  margin-top: 30px
}

.modal-collapses {
  display: grid;
  grid: auto/1fr;
  grid-gap: 10px;
  margin: 10px 0
}

.collapse {
  width: 100%;
  height: auto
}

.collapse__title {
  display: grid;
  grid: auto/auto 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  cursor: pointer
}

.collapse__title p {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  color: #333f5b
}

.collapse__title img {
  width: 12px;
  height: 8px;
  transition: .3s ease all
}

.is-open .collapse__title img {
  transform: rotateX(-180deg)
}

.collapse__content {
  position: relative;
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8
}

.collapse__content .page__text {
  padding: 0 15px 20px
}

.modal .page__text p {
  font-size: 14px;
  line-height: 16.8px;
  color: #333f5b
}

.modal .page__text h6 {
  font-size: 18px !important;
  margin: 50px 0 10px 0
}

.modal .page__text h6 span {
  font-size: 18px !important
}

.modal .page__text ul {
  padding: 0 10px
}

@media only screen and (max-width: 768px) {
  .modal__content {
    width: calc(100% - 30px)
  }

  .modal__content-body {
    border-radius: 8px;
    padding: 20px;
    width: 100%
  }

  .collapse__content .page__text {
    padding: 15px 10px
  }

  .collapse__content .page__text ul {
    padding: 0 15px
  }
}

.section.section-formulario {
  overflow: hidden;
  margin: 0
}

.section-formulario {
  background-image: url("../img/45ac78b9dce3c71b3d12.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top
}

.section-formulario-pf {
  background-image: none;
  background-image: url("../img/b32885ab65a95b726c23.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top
}

.section-formulario__grid {
  display: grid;
  grid: auto/1fr 1fr;
  align-items: center;
  grid-gap: 60px
}

.section-formulario__content {
  position: relative;
  z-index: 2;
  max-width: 1010px;
  margin: 0 auto
}

.section-formulario__content--grid {
  max-width: 100%
}

.section-formulario__image img {
  width: 100%
}

.section-formulario__content .section__title.section__title--center {
  text-align: center;
  margin: 0 auto
}

.section-formulario__content .section__title {
  margin-bottom: 0
}

.section-formulario__content .section__title b {
  display: block;
  text-align: center;
  color: var(--corPrimaria);
  font-weight: 700
}

.section-formulario__content .section__lead {
  text-align: left
}

.formulario__content {
  width: 100%;
  margin: 30px 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: #4f587e;
  font-size: 14px;
  margin-bottom: 5px
}

.group-input label span {
  color: #4f587e
}

.group-input input,
.group-input select,
.group-input textarea {
  border-radius: 4px;
  color: var(--corNeutra400);
  border: 1px solid #ebecef;
  background-color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 16px;
  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: var(--corPrimaria)
}

.group-input input {
  width: 100%;
  height: 50px
}

input:checked {
  background-color: #000
}

.group-input select {
  background-image: url("../img/ae7b7b20c37cb0b38af8.svg");
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: 97%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}

.group-input select::-ms-expand {
  display: none
}

.checkLGPD {
  position: relative;
  width: 420px;
  margin: 10px 0 30px
}

.checkLGPD .txt-termos {
  font-size: 14px;
  margin: 0;
  padding-left: 5px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: var(--luciocosta-gray700)
}

.checkLGPD .txt-termos span.openTerm {
  text-decoration: underline
}

.checkLGPD .txt-termos br {
  display: none
}

.checkLGPD {
  display: flex;
  align-items: center;
  justify-content: start;
  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: #005f78;
  text-decoration: none
}

.button-submit-form {
  width: 176px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer
}

.inform-campos {
  margin: 0 auto;
  color: var(--luciocosta-gray700);
  text-align: left;
  font-size: 14px;
  font-style: italic
}

.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: 1200px) {
  .section-formulario {
    background-image: none
  }
}

@media only screen and (max-width: 768px) {
  .section-formulario__grid {
    grid: auto/1fr
  }

  .section-formulario__image img {
    height: 180px;
    margin: 0 auto
  }

  .group-input {
    width: 100%
  }

  #checkLGPD {
    margin-top: 2px
  }

  .checkLGPD {
    padding: 0 5px;
    align-items: start;
    width: 100%;
    box-sizing: border-box
  }

  .checkLGPD .txt-termos {
    padding: 0 5px
  }

  .checkLGPD .txt-termos br {
    display: block
  }

  .formulario-footer-box__text {
    padding: 20px
  }

  .formulario-footer-box__text p {
    font-size: 22px;
    line-height: 26px
  }

  .button-submit-form__content {
    display: flex;
    justify-content: center
  }
}

.section-material-gratuito {
  padding: 40px 52px
}

.section-material-gratuito .section-formulario__content .formulario__content {
  margin-top: 0
}

.section-material-gratuito .section-formulario__content .formulario__content p {
  margin: 0
}

.section-material-gratuito .section-formulario__content .formulario__content .formulario-campos {
  margin: 15px auto
}

.section-material-gratuito .section-formulario__content .formulario__content .formulario-campos .form-inputs {
  margin: 0;
  gap: 7px
}

.section-material-gratuito .section-formulario__content .formulario__content .formulario-campos .inform-campos {
  padding-top: 8px;
  color: var(--corBranco)
}

.section-material-gratuito .section-formulario__content .formulario__content .formulario-campos .content-term .checkLGPD .txt-termos {
  color: var(--corBranco)
}

.section-material-gratuito .section-formulario__content .formulario__content .formulario-campos .content-term .checkLGPD .txt-termos span.openTerm {
  text-decoration: underline
}

.section-projetos {
  background-image: url("../img/3e6a3e2ea0273fb66e92.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top
}

.section-projetos .section__title {
  margin-bottom: 0
}

.section-projetos .section__titles p {
  color: #fff
}

.section__content--projetos {
  display: grid;
  grid: auto/1fr 1fr;
  grid-gap: 32px;
  position: relative;
  margin-top: 20px
}

.section-projetos .section__titles .section__title {
  color: var(--corSecundaria)
}

.section-projetos .section__titles .section__title .slash {
  color: var(--corRealce)
}

.card-projeto {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center
}

.card-projeto__content {
  padding: 16px
}

.card-projeto__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.card-projeto__image-desktop {
  display: block
}

.card-projeto__image-mobile {
  display: none
}

.card-projeto__title h4 {
  color: var(--corPrimaria);
  margin: 16px auto 8px;
  font-weight: 700
}

.card-projeto__button {
  display: flex;
  margin: 30px auto 0 auto
}

@media only screen and (max-width: 1200px) {
  .section-projetos {
    background-image: none
  }
}

@media only screen and (max-width: 768px) {
  .section__content--projetos {
    grid: auto/1fr;
    grid-gap: 10px
  }

  .card-projeto__content {
    padding: 16px
  }

  .card-projeto__image-desktop {
    display: none
  }

  .card-projeto__image-mobile {
    display: block
  }

  .card-projeto__button {
    display: flex;
    justify-content: center;
    margin: 16px auto 0
  }
}

.section-cursos {
  background-image: url("../img/133a5e0c5226ee2dbd30.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top
}

.section-cursos .section__title {
  margin-bottom: 0
}

.lista-cursos__actions {
  margin-top: 20px
}

.grid-filtro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%
}

.grid-filtro__cta {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%
}

.grid-filtro__cta svg {
  display: block;
  min-width: 21px;
  min-height: 14px;
  max-width: 21px;
  max-height: 14px
}

.grid-filtro__inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative
}

.grid-filtro__inputs select {
  cursor: pointer;
  width: 320px;
  height: 40px;
  padding: 0 15px
}

.grid-filtro__inputs input {
  cursor: pointer;
  width: 320px;
  height: 40px;
  padding: 0 15px
}

.grid-filtro__inputs .group-input {
  width: 100%
}

.group-input {
  position: relative
}

.group-input #btn-pesquise-curso {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  border-radius: 0 8px 8px 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.group-input #btn-pesquise-curso img {
  display: block;
  width: 24px;
  height: 24px
}

.filtro-informacoes__qtde {
  color: #fff;
  font-size: 16px
}

.grid-filtro__informacoes-qtde {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0
}

.grid-filtro__aplicados {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0 0;
  gap: 16px
}

.inform-filtro {
  max-width: 280px;
  padding: 0px 40px 0px 15px;
  border: 1px solid #fff;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  height: 30px;
  align-items: center;
  display: none
}

.inform-filtro.show {
  display: flex
}

.inform-filtro .txt {
  max-width: 150px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: center;
  overflow: hidden;
  text-overflow: ellipsis
}

.inform-filtro .limpaItem {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: .3s ease all
}

.inform-filtro .limpaItem:hover {
  transform: scale(1.1)
}

.inform-filtro .limpaItem img {
  width: 30px;
  height: 30px;
  display: block
}

.lista-cursos {
  display: grid;
  grid: auto/1fr 1fr 1fr;
  align-items: start;
  grid-gap: 32px;
  margin-top: 16px
}

.card-curso {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px 22px 27px;
  height: 100%;
  box-sizing: border-box
}

.card-curso__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  justify-content: space-between
}

.card-curso__flag {
  display: inline-block;
  border: 1px solid #d9dee3;
  padding: 4px 12px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 250px;
  font-size: 10px;
  font-weight: 400;
  color: #4f587e;
  box-sizing: border-box
}

.card-curso__title h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  color: var(--corPrimaria);
  margin: 0 0 10px 0
}

.card-curso__text {
  margin: 0 0 24px 0
}

.card-curso__text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  color: #4f587e;
  margin-top: 0
}

.btn--inscreva-se {
  margin: 0 auto
}

.info-complementar {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 24px
}

.info-complementar__icon {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  display: flex;
  align-items: center
}

.info-complementar__icon p {
  margin: 0 2px 0 0;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  font-weight: 700
}

.info-complementar__icon img {
  width: 30px;
  height: 20px;
  cursor: pointer;
  object-fit: contain;
  object-position: center
}

.info-complementar__icon img.abrirPublicoAlvo {
  width: 20px
}

img.fecharPublicoAlvo {
  display: none;
  transform: translateX(-5px)
}

.info-complementar__hidden {
  box-sizing: border-box;
  bottom: 25px;
  right: 5px;
  position: absolute;
  transition: .5s ease all;
  opacity: 0;
  z-index: -1
}

.info-complementar__hidden p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
  border-radius: 8px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--corPrimaria)
}

.info-complementar__hidden.show {
  opacity: 1;
  z-index: 1
}

@media only screen and (max-width: 1200px) {
  .section-cursos {
    background-image: none
  }
}

@media only screen and (max-width: 992px) {
  .lista-cursos {
    grid: auto/1fr 1fr
  }

  .grid-filtro__inputs select,
  .grid-filtro__inputs input {
    width: 250px
  }
}

@media only screen and (max-width: 768px) {
  .section-cursos {
    padding: 20px 0
  }

  .grid-filtro__inputs {
    flex-direction: column;
    gap: 8px
  }

  .grid-filtro {
    display: grid;
    grid: auto/40px 1fr;
    align-items: start;
    grid-gap: 24px
  }

  .grid-filtro__inputs select,
  .grid-filtro__inputs input {
    width: 100%
  }
}

@media only screen and (max-width: 640px) {
  .grid-filtro__aplicados {
    flex-direction: column;
    gap: 8px
  }

  .group-input #btn-pesquise-curso {
    width: 30px
  }

  .lista-cursos {
    grid: auto/1fr
  }
}

.section-rodape {
  padding: 50px 0
}

.section-rodape .section__content--grid {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.rodape-images {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around
}

.rodape-logo {
  width: 165px;
  height: 30px
}

.rodape-logo img {
  display: block;
  width: 100%;
  height: 100%
}

.rodape-images a {
  display: block
}

.rodape-midias {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: end;
  width: 100%
}

.rodape-midias .midia-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #4f587e;
  border-radius: 16px
}

.rodape-midias .midia-link img {
  display: block;
  width: 16px;
  height: 16px
}

@media only screen and (max-width: 768px) {
  .rodape-logo {
    display: none
  }

  .rodape-midias {
    justify-content: center
  }

  .section-rodape .section__content--grid {
    flex-direction: column;
    justify-content: center
  }
}

: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;
  --corNeutra400: #9BA2B0;
  --corPrimaria: #7D37E2;
  --corPrimaria80: rgba(125, 55, 226, .8);
  --corPrimaria30: rgba(125, 55, 226, .3);
  --corSecundaria: #FCBC78;
  --corSecundaria80: rgba(255, 188, 120, .8);
  --corSecundaria30: rgba(255, 188, 120, .3);
  --corRealce: #FF50FF;
  --corTitulo: #3977A1;
  --corTexto: #4F587E;
  --luciocosta-gray700: #5D677D
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth
}

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%
}

.wrapper {
  width: calc(100% - 40px);
  max-width: 1010px;
  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 30px
  }
}