/*! 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: min-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  padding: 12px 20px;
  white-space: nowrap;
  transition: 0.3s ease all;
  color: #cbcbcb;
}

.btn svg {
  display: block;
  height: 12px;
}

.btn.btn--open-modal {
  background-color: #fff;
}

.btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-link--verde {
  border-color: #25cc9f;
  color: #25cc9f;
}

.btn-link--bgWhite {
  background-color: #fff;
}

.btn-link--bgVerde {
  background-color: #25cc9f;
  color: #fff;
}

.btn-link--bgVerde:hover {
  background-color: #25cc9f;
  filter: brightness(0.9);
}

.skeleton-line {
  background: #e2e6e9;
  border-radius: 4px;
  animation: pulse 1.2s infinite ease-in-out;
  height: 14px;
  margin: 4px 0;
}

.skeleton-bold {
  width: 80%;
  height: 16px;
}

.skeleton-small {
  width: 50%;
  height: 12px;
}

.skeleton-medium {
  width: 90%;
  height: 14px;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.skeleton-button {
  width: 100%;
  height: 18px;
  background: #e2e6e9;
  border-radius: 4px;
  animation: pulse 1.2s infinite ease-in-out;
}


@media only screen and (max-width: 768px) {
  .btn {
    white-space: normal;
    width: auto;
  }
}

.navbar {
  position: relative;
  background-color: #fff;
  padding: 0 15px;
}

.navbar__wrapper {
  display: grid;
  grid: auto/auto auto;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

.navbar__logo {
  display: block;
  width: 230px;
  height: 50px;
}

.navbar__logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.navbar__right {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.navbar__menu {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.navbar__menu-li {
  list-style-type: none;
  padding: 25px 0;
}

.link-principal {
  text-decoration: none;
  color: #29324e;
  font-size: 20px;
  line-height: 24px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -0.1rem;
  text-align: center;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
}

.navbar a:hover {
  color: var(--corSecundaria);
}

.navbar__menu--mobile {
  list-style-type: none;
  padding: 10px 0;
}

.link-principal--portal {
  gap: 10px;
  border-radius: 25px;
  font-size: 15px;
  line-height: 18px;
  background-color: #c9f3ed;
  padding-right: 20px;
  padding-left: 5px;
  font-weight: 700;
}

.link-principal--portal:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(https://www.cartaosesivivamais.com.br/layout/img/ic_portal-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


.navbar--mobile,
button#btn-menu-mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .navbar__logo {
    width: 120px;
  }

  .navbar__menu {
    gap: 20px;
  }
}

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

  .navbar--mobile,
  .navbar--mobile,
  button#btn-menu-mobile {
    display: block;
  }

  .navbar--desktop {
    display: none;
  }

  .navbar--mobile {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 100%;
    z-index: 999;
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
  }

  .navbar__menu--mobile {
    margin: 0;
  }

  .navbar__menu--mobile-subitems {
    margin: 0;
  }
}

.section {
  position: relative;
  padding: 50px 0;
  width: 100%;
}

.section.section--padtopmin {
  padding-top: 30px;
  margin-top: 0px;
}

.section-gradiente-cinza {
  background: linear-gradient(180deg, #eff1f3 0%, #fbfbfc 23%, #ffffff 100%);
}

.section-cinza {
  background-color: #f8f8f8;
}

.section__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

.section__content-grid {
  display: grid;
  grid: auto/270px auto;
  grid-gap: 85px;
  justify-content: center;
}

.section__content-grid:not(:first-of-type) {
  margin-top: 100px;
}

.section__title--grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  grid-gap: 30px;
  align-items: center;
}

.title--center {
  text-align: center;
}

.section__title h2 p {
  color: #666;
  margin: 0;
}

.section__title--grid h1 p {
  margin: 0;
}

.section__title h1.title {
  text-align: right;
  width: 250px;
}

.section__title--grid .section__description {
  width: 768px;
}

.section__description--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.section__description--two {
  margin-top: 70px;
  justify-content: center;
}

.section__description--inline .section__subtitle {
  max-width: 320px;
}

.section__description--two .section__subtitle {
  max-width: 280px;
}

.section__description--inline .section__subtitle--right {
  text-align: right;
  color: #565fb2;
}

.section__description--inline .section__lead {
  max-width: 690px;
  margin: 0;
  margin-top: 0;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.section__lead,
.section__lead * {
  margin: 0;
  margin-top: 0;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.section__description--inline .section__lead p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .section__title--grid {
    align-items: start;
  }
}

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

  .section__content-grid {
    grid: auto/1fr;
    grid-gap: 30px;
  }

  .section__description--two {
    margin-top: 20px;
    justify-content: start;
    gap: 20px;
  }

  .section__description--two .section__subtitle {
    max-width: 100%;
    text-align: left;
  }

  .section__title--grid {
    flex-direction: column;
  }

  .section__title h1.title {
    width: 100%;
    text-align: center;
  }

  .section__title--grid .section__description {
    width: 100%;
  }

  .section__lead,
  .section__lead * {
    line-height: 24px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -0.1rem;
}

h1.title {
  font-size: 70px;
  font-weight: 900;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 0px;
  color: var(--corPrimaria);
  display: block;
  position: relative;
}

h1.title p {
  font-size: 34px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}

h1.page__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  color: var(--corPrimaria);
  display: block;
  position: relative;
}

h1.title--white {
  color: var(--corBranco);
}

h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--corPrimaria);
}

h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--corPrimaria);
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0px;
  color: var(--corPrimaria);
}

.section__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  color: var(--corPrimaria);
  display: block;
  position: relative;
}

.wrapper .text,
.wrapper .text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #666;
}

.wrapper .text.text--white {
  color: var(--corBranco);
}

.page__text h4,
.text h4 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  margin: 20px 0;
  font-family: "Open Sans", sans-serif;
}

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

.page__text li {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  position: relative;
}

.page__text li:before {
  content: "";
  position: relative;
  background-color: #add982;
  border-radius: 50%;
  min-width: 6px;
  width: 6px;
  min-height: 6px;
  height: 6px;
  top: 10px;
}

.page__text li p {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  h1.title {
    font-size: 46px;
    line-height: 40px;
  }

  .wrapper .text,
  .wrapper .text p {
    font-size: 15px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  h1.title {
    font-size: 40px;
    line-height: 42px;
  }

  h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 0;
  }

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

  .section__title {
    font-size: 31px;
    line-height: 31px;
  }
}

.section-banner--header {
  height: 330px;
  width: 100%;
  margin: 0;
  position: relative;
}

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

.banner-header--desktop {
  display: block;
}

.banner-header--mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .section-banner--header {
    height: 300px;
  }

  .banner-header--desktop {
    display: none;
  }

  .banner-header--mobile {
    display: block;
  }
}

.section.section-formulario {
  margin: 0;
  padding: 70px 0;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #e9e9e9 0%, #ffffff 100%);
  overflow: hidden;
  position: relative;
}

.section.section-formulario--contato {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #e9e9e9 100%);
}

.section-formulario__background img {
  position: absolute;
  object-fit: contain;
  object-position: center;
  opacity: 0.8;
}

.section-formulario__background-img {
  width: 235px;
  height: 590px;
}

.section-formulario__background-img--left {
  left: 30px;
  bottom: 250px;
}

.section-formulario__background-img--right {
  right: 30px;
  top: 70px;
}

.section-formulario__background-logo-cartao-sesi {
  width: 320px;
  height: 110px;
  left: 150px;
  bottom: 100px;
}

.section-formulario__content--grid
  .section-formulario__background-logo-cartao-sesi {
  left: 0;
  bottom: 0;
}

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

.section-formulario__content .section__title {
  color: #1f396a;
  text-align: center;
}

.section-formulario__content .section__lead {
  text-align: center;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.section-formulario__content--grid .section__title,
.section-formulario__content--grid .section__lead {
  text-align: left;
}

.section-formulario__content--grid .section__title {
  margin-bottom: 30px;
}

.section-formulario__content--grid .section__lead p {
  margin-bottom: 20px;
}

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

.section-formulario__content--grid .formulario__content {
  display: grid;
  grid: auto/450px auto;
  grid-gap: 70px;
  justify-content: center;
  max-width: 100%;
}

.formulario__escolha-cartao .page__text {
  text-align: center;
}

.escolha-cartao__opcoes {
  display: flex;
  justify-content: center;
  gap: 50px;
  text-align: center;
  margin: 30px 0 80px 0;
}

.escolha-cartao__opcao {
  padding: 20px 70px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
}

.escolha-cartao__opcao label {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.escolha-cartao__opcao p {
  margin: 10px 0;
  color: var(--corPrimaria);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.escolha-cartao__opcao img {
  width: 110px;
  height: 70px;
  margin: 0 auto;
  cursor: pointer;
}

.escolha-cartao__opcao input[type="radio"] {
  width: 26px;
  height: 26px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}

.escolha-cartao__opcao input[type="radio"]:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #d1d1d1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.escolha-cartao__opcao input[type="radio"]:checked::after {
  background-color: #487ba2;
}

.escolha-cartao__opcao input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: -250px;
  top: -250px;
  background-color: #fff;
}

.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 label {
  display: block;
  color: #666;
  font-family: "Open Sans", sans-serif;
  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-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.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.cartaosesivivamais.com.br/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;
}

.group-input select::-ms-expand {
  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: 10px;
  height: 100%;
  z-index: 2;
  transition: all ease 0.4s;
  pointer-events: none;
}

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

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

.textLGPD.termoAberto p {
  opacity: 1;
  right: 0;
}

.textLGPD > p a {
  color: var(--corSecundaria);
}

.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25cc9f;
  border-radius: 5px;
  width: 210px;
  height: 40px;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  border: 0;
  margin: 15px auto;
}

.button-submit-form:hover {
  opacity: 0.8;
}

.inform-campos {
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 12px;
}
.msg-success-form {
  width: 100%;
  background: #1fa3c4db;
  padding: 10px 5px;
  box-sizing: border-box;
  margin-top: 15px;
  position: absolute;
  top: -30px;
  height: calc(100% + 30px);
  border-radius: 10px;
  display: none;
}
.msg-success-form div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.msg-success-form p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .section-formulario__content--grid .formulario__content {
    grid: auto/1fr;
    grid-gap: 0;
    margin-top: 15px;
  }
}

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

  .section-formulario__background {
    display: none;
  }

  .group-input {
    width: 100%;
  }

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

  .formulario__escolha-cartao .page__text {
    margin-bottom: 0;
  }

  .formulario__escolha-cartao .page__text p {
    margin-top: 0;
  }

  .escolha-cartao__opcoes {
    margin: 30px 0 40px 0;
    display: grid;
    grid: auto/1fr 1fr;
    grid-gap: 30px;
  }

  .escolha-cartao__opcao {
    padding: 20px 0;
  }
}

.logos-rodape {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

.barra-integradora {
  position: relative;
  display: block;
  z-index: 2;
  background: #fff;
  background: #fff
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 85%,
      rgba(0, 0, 0, 0.0588235294) 100%
    );
}

.barra-integradora__items {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.barra-integradora__item {
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.barra-integradora__item svg {
  display: block;
  height: 12px;
  width: auto;
  padding: 0 5px;
}

.barra-integradora__item svg path {
  fill: #b1b3be;
}

.barra-integradora__item:hover {
  background: #b2c0d2;
}

.barra-integradora__item:hover path {
  fill: #fff;
}

.barra-integradora__item.active {
  background: #b2c0d2;
}

.barra-integradora__item.active path {
  fill: #fff;
}

@media only screen and (min-width: 768px) {
  .barra-integradora__items {
    max-width: 100%;
  }

  .barra-integradora__item {
    height: 35px;
    padding: 0 10px;
  }
}

footer.footer {
  position: relative;
  display: block;
  z-index: 2;
  background: #fff;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1607843137);
}

.footer__casas-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #bcc9ff;
}

.footer-casas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.footer-casas__item {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.footer-casas__item:hover {
  background: #b2c0d2;
}

.footer-casas__item:hover path {
  fill: #fff;
}

.footer-links {
  height: 25px;
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #bcc9ff;
}

.footer-links__item {
  padding: 0 10px;
  color: #828697;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  border-right: 1px solid #828697;
}

.footer-links__item:hover {
  text-decoration: underline;
}

.footer-links__item:last-child {
  border-right: none;
}

.footer-endereco {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.footer-endereco__link {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 15px 20px;
  color: #828697;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .footer-casas {
    margin: 10px;
    width: 100%;
    max-width: 360px;
  }

  .footer-casas__items {
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
  }

  .footer-casas__item {
    height: 30px;
    padding: 0;
  }

  .footer-links {
    padding-left: 0;
    border: 0;
    margin: 5px 15px;
    width: 100%;
    justify-content: center;
  }
}

.section-banner.banner--full {
  padding-top: 0;
}
.banner--wrapper .banner {
  height: 350px;
  width: 100%;
}

.banner--full .banner {
  height: 500px;
  width: 100%;
}
.banner--desktop {
  display: block;
}

.banner--mobile {
  display: none;
}

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

@media only screen and (max-width: 768px) {
  .banner--full .banner {
    height: 450px;
  }
  .banner--wrapper .banner {
    height: 400px;
  }
  .banner--desktop {
    display: none;
  }

  .banner--mobile {
    display: block;
  }
}

.section-breadcrumb {
  background-color: #f5f5f5;
}

.section-breadcrumb__grid {
  display: grid;
  grid: 40px/70px auto;
  grid-gap: 20px;
  align-items: center;
  justify-content: start;
  max-width: 100%;
  overflow: hidden;
}

.section-breadcrumb a {
  text-decoration: none;
}

.content-back-page {
  height: 100%;
}

.content-back-page__link {
  width: 70px;
  height: 100%;
  display: grid;
  grid: 100%/8px auto;
  grid-gap: 8px;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  background-color: #dfe2e6;
  transition: 0.3s ease-in;
}

.content-back-page__link svg {
  width: 7px;
  height: 14px;
}

.content-back-page__link:hover {
  background-color: #b0b4bb;
}

.nav-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 10px;
  flex-direction: row;
  align-content: space-around;
  overflow: auto;
  padding-right: 15px;
  height: 40px;
}

.breadcrumb-item {
  color: #666;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
}

a.breadcrumb-item:hover {
  text-decoration: underline;
}

.breadcrumb-item:last-child {
  pointer-events: none;
}
.breadcrumb__separator-items:last-child {
  display: none;
}
.section-banner--full {
  padding: 0;
}

.banner-slider {
  display: block;
}

.banner-slider__content {
  width: 100%;
}

.banner-slider {
  width: 100%;
  height: 500px;
}

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

.banner-slider--desktop {
  display: block;
}

.banner-slider--mobile {
  display: none;
}

.flickity-button {
  width: 40px;
  height: 60px;
}

.flickity-button:focus {
  box-shadow: none;
}

.flickity-button svg {
  color: #fff;
}

.flickity-button.previous {
  left: 0;
  background: none;
  top: calc(50% - 30px);
}

.flickity-button.next {
  right: 0;
  background: none;
  top: calc(50% - 30px);
}

.flickity-page-dots {
  bottom: -30px;
  gap: 15px;
  align-items: center;
  bottom: 20px;
}

.flickity-page-dot {
  width: 10px;
  height: 10px;
  background-color: #efeeee;
  margin: 0;
  transition: 0.3s ease;
}

.flickity-page-dot.is-selected {
  background-color: #fff;
  width: 14px;
  height: 14px;
}

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

  .banner--full {
    height: 350px;
  }
}

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

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

  .banner--full {
    height: 450px;
  }

  .banner-slider {
    height: 250px;
  }

  .section.section-banner-slider {
    padding: 0;
  }
}

.section-usuarios {
  position: relative;
}

.section-usuarios__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section-usuarios__background img {
  position: absolute;
  object-fit: contain;
  object-position: center;
}

.section-usuarios__background-img--left {
  left: 40px;
  bottom: 25px;
  width: 485px;
  height: 400px;
}

.section-usuarios__background-img--right {
  top: 45px;
  right: 25px;
  width: 550px;
  height: 300px;
}

.tipos-usuarios__grid {
  position: relative;
  z-index: 2;
}

.tipo-usuario {
  display: grid;
  grid: auto/auto auto;
  grid-gap: 15px;
  width: 720px;
}

.tipo-usuario--trabalhador {
  margin: auto 0 auto auto;
}

.tipo-usuario--empregador .tipo-usuario__texto {
  padding-bottom: 50px;
}

.tipo-usuario--trabalhador .tipo-usuario__texto {
  padding-top: 50px;
}

.tipo-usuario__img {
  position: relative;
  width: 280px;
  height: 100%;
}

.tipo-usuario__img img {
  position: absolute;
  object-fit: cover;
  object-position: center 25px;
  width: 100%;
  height: calc(100% + 120px);
}

.tipo-usuario--empregador img {
  border-radius: 80px 80px 80px 0;
  background-color: #c1f4f3;
  top: 0;
}

.tipo-usuario--trabalhador img {
  border-radius: 80px 0 80px 80px;
  background-color: #ebf7bf;
  bottom: 0;
}

.tipo-usuario__buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 1200px) {
  .tipo-usuario--trabalhador {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 992px) {
  .section-usuarios__background {
    display: none;
  }

  .tipo-usuario {
    margin-top: 0;
    grid: auto/1fr;
    grid-gap: 10px;
    width: 100%;
  }

  .tipo-usuario__img {
    width: 100%;
    height: 200px;
  }

  .tipo-usuario__img img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 80px 80px 80px 0;
  }

  .tipo-usuario--trabalhador {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .tipo-usuario--trabalhador .tipo-usuario__texto {
    padding-top: 0;
  }

  .tipo-usuario__buttons {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.section-featured-one {
  background-color: #f8f8f8;
  margin: 50px 0;
  padding: 15px 0;
}

.featured-one__slider {
  position: relative;
}

.featured-one__slides {
  padding: 0 20px;
}

.featured-one-carrousel__buttons-navigate {
  height: 0;
  width: 0;
}

.featured-one-carrousel__arrow {
  position: absolute;
  height: 100%;
  width: 50px;
  cursor: pointer;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 0;
}

.featured-one-carrousel__arrow svg {
  display: block;
  width: 10px;
  height: 20px;
}

.featured-one-carrousel__arrow--left {
  left: -20px;
}

.featured-one-carrousel__arrow--right {
  right: -20px;
}

.featured-one__content {
  display: block;
  width: 33%;
  height: 65px;
}

.featured-one {
  display: grid;
  grid: auto/50px auto;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  height: 100%;
}

.featured-one__image {
  width: 50px;
  height: 50px;
}

.featured-one__image img {
  width: 100%;
  height: 100%;
}

.featured-one__texto p {
  margin: 0;
}

.featured-one__title {
  font-family: "Josefin Sans", sans-serif;
  color: var(--corSecundaria);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01rem;
  line-height: 22px;
}

.featured-one__lead {
  font-size: 15px;
  line-height: 20px;
  color: #666;
  font-family: "Open Sans", sans-serif;
}

.section-featureds-one--sobre {
  position: relative;
  padding: 0;
}

.section-featureds-one--sobre:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -170px;
  height: calc(100% + 340px);
  background: #f8f8f8;
}

.featured-one__content-grid {
  align-items: center;
}

.featured-one__introducao {
  width: 320px;
  text-align: right;
}

.featured-one__grid {
  display: grid;
  grid: auto/1fr 1fr;
  grid-gap: 30px;
  width: 610px;
}

.featured-one__grid .featured-one__content {
  width: 100%;
}

.featured-one__grid .featured-one {
  justify-content: start;
}

@media only screen and (max-width: 992px) {
  .featured-one__content-grid {
    grid: auto/1fr;
    grid-gap: 40px;
  }

  .featured-one__introducao {
    width: 100%;
    text-align: center;
  }

  .featured-one__grid {
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
  }

  .featured-one__content {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .featured-one__content {
    width: 100%;
  }

  .featured-one__grid .featured-one {
    max-width: 330px;
    width: 100%;
    justify-content: start;
  }

  .featured-one__grid .featured-one__content {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

@media only screen and (max-width: 575px) {
  .featured-one__grid {
    grid: auto/1fr;
    max-width: 330px;
  }
}

.vantagens__content {
  position: relative;
  border-radius: 20px;
  padding: 100px;
  background: linear-gradient(to right, #ebf7bf 0, #c1f4f3 100%);
}

.vantagens__introducao {
  display: grid;
  grid: auto/auto auto;
  grid-gap: 25px;
}

.vantagens__introducao--text {
  width: 490px;
}

.vantagens__introducao--imagem {
  width: 400px;
  height: 100%;
  position: relative;
}

.vantagens__introducao--imagem img {
  position: absolute;
  width: 520px;
  height: 420px;
  left: -30px;
  bottom: -30px;
  object-fit: contain;
}

.vantagens__itens {
  padding: 40px 0;
  border-top: 1px solid #92a2cf;
  border-bottom: 1px solid #92a2cf;
  margin: 40px 0;
  display: grid;
  grid: auto/1fr 1fr;
  justify-content: space-between;
  align-items: start;
  grid-gap: 30px 25px;
}

.vantagem-cartao {
  display: flex;
  align-items: start;
  gap: 15px;
}

.vantagem-cartao__icon {
  width: 110px;
  height: 100%;
}

.vantagem-cartao__icon img {
  width: 110px;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.vantagem-cartao__texto {
  width: auto;
}

.vantagem-cartao__texto p,
.vantagens__rodape--text p {
  margin: 0;
}

.vantagens__rodape--text-label {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .vantagens__content {
    padding: 40px 30px;
  }

  .vantagens__introducao {
    grid: auto/1fr;
  }

  .vantagens__introducao--text {
    width: 100%;
  }

  .vantagens__introducao--text .section__lead {
    padding-left: 15px;
    margin-top: 15px;
  }

  .vantagens__introducao--imagem {
    display: none;
  }

  .vantagens__introducao--imagem img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    left: 0;
    bottom: 0;
  }

  .vantagens__itens {
    grid: auto/1fr;
    padding: 30px 0;
    margin: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .vantagem-cartao__icon {
    width: 70px;
  }

  .vantagem-cartao__icon img {
    width: 70px;
  }

  .vantagens__rodape--text p.vantagens__rodape--text-label {
    margin-bottom: 30px;
  }
}

.como-adquirir-cartao__content {
  position: relative;
  padding: 100px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 20px;
}

.como-adquirir-cartao__title {
  width: 328px;
  text-align: right;
}

.como-adquirir-cartao__title img {
  margin: auto 0 auto auto;
}

.icon-btn-link--verde {
  stroke: #25cc9f;
}

.icon-btn-link--cinza {
  stroke: #cbcbcb;
}

.icon-btn-link--bgVerde {
  stroke: #fff;
}

.como-adquirir__opcao {
  padding-bottom: 40px;
}

.como-adquirir__opcao:last-child {
  padding: 0;
}

.como-adquirir__opcao-text {
  border-left: 8px solid #add982;
  padding-left: 15px;
  margin-bottom: 15px;
}

.como-adquirir__opcao-text p {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .como-adquirir-cartao__content {
    padding: 40px 30px;
    grid: auto/1fr;
    grid-gap: 20px;
  }

  .como-adquirir-cartao__title {
    width: 100%;
    text-align: left;
  }

  .como-adquirir-cartao__title img {
    display: none;
  }
}

.section-onde-usar {
  position: relative;
}

.section-onde-usar:before {
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  background-color: #f8f8f8;
  position: absolute;
  height: 150px;
}

.onde-usar__content {
  position: relative;
  padding: 70px 100px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 20px;
}

.onde-usar__title {
  text-align: center;
}

.onde-usar__imagem img {
  width: 365px;
  height: 320px;
  right: 0;
  top: -118px;
  position: absolute;
}

.onde-usar__opcoes {
  margin-top: 30px;
}

.featured-one__grid--onde-usar {
  position: relative;
  z-index: 1;
  grid: auto/1fr 1fr 1fr;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .onde-usar__content {
    padding: 40px 30px;
  }

  .onde-usar__imagem {
    display: none;
  }

  .featured-one__grid--onde-usar {
    grid: auto/1fr 1fr;
  }
}

@media only screen and (max-width: 575px) {
  .featured-one__grid--onde-usar {
    grid: auto/1fr;
  }
}

.cuidados-com-cartao__content {
  position: relative;
  padding: 70px;
  border-radius: 20px;
}

.cuidado-com-cartao__titles {
  margin: 50px 0 30px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.cuidado-com-cartao__titles img {
  width: 85px;
  height: 56px;
  object-fit: contain;
  object-position: center;
}

.cuidado-com-cartao__lista.page__text {
  max-width: 100%;
  width: 100%;
  column-count: 2;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .cuidado-com-cartao__titles {
    flex-direction: column;
    margin: 30px auto 20px auto;
  }

  .cuidado-com-cartao__title {
    margin-bottom: 0;
  }

  .cuidados-com-cartao__content {
    padding: 40px 30px;
  }

  .cuidado-com-cartao__lista.page__text {
    column-count: 1;
    margin-bottom: 0;
  }
}

.section-introducao-tipo-usuario {
  padding-bottom: 0;
  margin-bottom: 0;
}

.introducao-tipo-usuario__body-grid {
  display: grid;
  grid: auto/auto 300px;
  position: relative;
  border-radius: 0 80px 80px 80px;
  max-width: 960px;
  margin: 20px auto 0 auto;
}

.introducao-tipo-usuario__body-grid--empregador {
  background-color: #c1f4f3;
}

.introducao-tipo-usuario__body-grid--trabalhador {
  background-color: #ebf7bf;
}

.introducao-tipo-usuario__body-text {
  padding: 70px;
}

.introducao-tipo-usuario__body-text p {
  margin: 0;
}

.introducao-tipo-usuario__body-imagem {
  width: 300px;
  margin-right: 30px;
  position: relative;
  height: 100%;
}

.introducao-tipo-usuario__body-imagem img {
  width: 100%;
  height: calc(100% + 80px);
  position: absolute;
  object-fit: contain;
  object-position: center bottom;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 80px;
}

@media only screen and (max-width: 768px) {
  .introducao-tipo-usuario__body-grid {
    grid: auto/1fr;
  }

  .introducao-tipo-usuario__body-text {
    padding: 30px 40px;
  }

  .introducao-tipo-usuario__body-imagem {
    width: 100%;
  }

  .introducao-tipo-usuario__body-imagem img {
    position: relative;
    height: 150px;
    margin: 0 auto;
  }
}

.texto-lista-grid__title {
  text-align: right;
}

.texto-lista-grid__text {
  width: 572px;
}

@media only screen and (max-width: 992px) {
  .texto-lista-grid__text.page__text {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .texto-lista-grid__title {
    text-align: center;
  }

  .texto-lista-grid__text.page__text {
    max-width: 575px;
    width: 100%;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .texto-lista-grid__text.page__text ul {
    width: 100%;
  }

  .section-texto-lista-grid {
    margin-bottom: 0;
  }
}

.cartao-premio__content {
  position: relative;
  border-radius: 20px;
  padding: 70px;
  padding-top: 0;
  background: #e8e8e8;
}

.cartao-premio__introducao {
  display: grid;
  grid: auto/auto auto;
  grid-gap: 25px;
}

.cartao-premio__introducao--text {
  padding-top: 70px;
  width: 550px;
}

h2.title--cartao-premio span {
  color: gray;
}

.cartao-premio__introducao--text p {
  margin-bottom: 15px;
}

.cartao-premio__introducao--text p:last-child {
  margin-bottom: 0;
}

.cartao-premio__introducao--imagem {
  width: 400px;
  height: 100%;
  position: relative;
}

.cartao-premio__introducao--imagem img {
  position: absolute;
  width: 496px;
  height: calc(100% + 100px);
  left: -30px;
  bottom: 0;
  object-fit: contain;
  object-position: bottom center;
}

.cartao-premio__vantagens {
  padding: 70px 0;
}

.cartao-premio__vantagens h3 {
  text-align: center;
  max-width: 345px;
  margin: 0 auto 30px auto;
}

.cartao-premio__boxs {
  display: grid;
  grid: auto/1fr 1fr;
  grid-gap: 70px;
  align-items: start;
  justify-content: space-between;
}

.cartao-premio__box {
  padding: 40px;
  border-radius: 10px;
  background-color: #dedede;
}

.cartao-premio-box__title {
  margin-bottom: 10px;
}

.cartao-premio-box__bodyField li:last-child {
  margin: 0;
}

.cartao-premio__como-adquirir .como-adquirir-cartao__content {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 70px;
}

@media only screen and (max-width: 992px) {
  .cartao-premio__introducao {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .cartao-premio__introducao--text {
    width: 100%;
    padding-top: 0px;
  }

  .cartao-premio__introducao--imagem {
    padding-top: 70px;
    width: 100%;
    height: 100px;
  }

  .cartao-premio__introducao--imagem img {
    width: 100%;
    height: 100%;
    left: 0;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .cartao-premio__content {
    padding: 40px 15px;
  }

  .cartao-premio__introducao {
    padding: 0 15px;
  }

  .cartao-premio__introducao--imagem {
    padding-top: 0px;
  }

  .cartao-premio__introducao--text {
    padding: 0;
  }

  .cartao-premio__vantagens {
    padding: 30px 0;
  }

  .cartao-premio__vantagens h3 {
    padding: 0 15px;
  }

  .cartao-premio__boxs {
    grid: auto/1fr;
    grid-gap: 30px;
  }

  .cartao-premio__box {
    padding: 30px 15px;
  }

  .cartao-premio-box__bodyField.page__text {
    margin: 0;
  }

  .cartao-premio__como-adquirir .como-adquirir-cartao__content {
    padding: 40px 30px;
  }
}

.sistema-gestao__content {
  background-color: #c1f4f3;
  border-radius: 20px;
  padding: 70px 100px;
  grid: auto/auto auto;
}

.sistema-gestao__title {
  max-width: 425px;
  text-align: right;
}

.sistema-gestao__opcoes {
  width: 475px;
}

.sistema-gestao__opcao-text {
  margin-bottom: 20px;
}

.sistema-gestao__opcao-text p {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .sistema-gestao__title {
    width: 300px;
  }

  .sistema-gestao__opcoes {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .sistema-gestao__content {
    grid: auto/1fr;
    grid-gap: 20px;
    padding: 40px 30px;
  }

  .sistema-gestao__title {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .sistema-gestao__title h2 {
    margin-bottom: 0;
  }
}

.section-sobre {
  padding-top: 0;
  z-index: 2;
}

.sobre__content {
  position: relative;
  border-radius: 0 0 70px 20px;
  padding: 70px 0 70px 100px;
  background: linear-gradient(to right, #ebf7bf 0, #c1f4f3 100%);
}

.sobre__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 590px;
  background: linear-gradient(to bottom, #fff 0, transparent 100%);
  z-index: 0;
}

.sobre__introducao {
  position: relative;
  z-index: 1;
  display: grid;
  grid: auto/560px auto;
  grid-gap: 80px;
}

.sobre__introducao--imagem img {
  position: absolute;
  width: 565px;
  height: 520px;
  bottom: -70px;
  right: -230px;
  object-fit: contain;
  object-position: center;
}

.sobre__introducao--imagem-mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .sobre__content {
    padding: 70px 40px;
  }

  .sobre__content:before {
    height: 100%;
  }

  .sobre__introducao {
    display: block;
    grid: auto/1fr;
    grid-gap: 0;
  }

  .sobre__introducao--text {
    padding-bottom: 0px;
  }

  .sobre__introducao--imagem {
    display: none;
  }

  .sobre__introducao--imagem-mobile {
    display: block;
    width: 220px;
    height: 200px;
    margin: 10px auto;
    float: right;
    padding: 0 0 15px 15px;
  }

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

@media only screen and (max-width: 768px) {
  .sobre__introducao--imagem-mobile {
    float: inherit;
    max-width: 100%;
    padding: 0;
  }
}

.page {
  min-height: 100vh;
}

.page__content {
  width: 100%;
}

.page__content--bgCinza {
  background-color: var(--corCinza);
}

.page__content--padding {
  padding: 70px 0;
}

.page__subtitle {
  font-size: 30px;
  font-weight: 700;
  color: var(--corPrimaria);
  margin: 0 0 20px 0;
}

.page__text {
  max-width: 768px;
  margin: 0 auto;
}

.page__text img {
  width: 100%;
}

.page__text--ml-0 {
  margin-left: 0;
}

.page__text--full {
  max-width: 100%;
  margin: 0;
}

.page__text--medium {
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.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: #707070;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.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__text .font-white {
  color: var(--corBranco);
}

.page__text .btn--four {
  border-color: var(--corMint);
  color: var(--corMint);
}

.page__text .grid-colunas {
  display: grid;
  grid: auto/auto;
  align-items: start;
  grid-gap: 30px;
}

.page__text > .grid-colunas {
  margin-top: 60px;
}

.page__text .grid-colunas h2 {
  margin-top: 0;
}

.page__text .grid-2-colunas {
  grid: auto/auto auto;
}

.page__text .grid-3-colunas {
  grid: auto/auto auto auto;
}

.page__text .grid-4-colunas {
  grid: auto/auto auto auto auto;
}

.page__text .grid-5-colunas {
  grid: auto/auto auto auto auto auto;
}

.page__text .grid-imagem-texto__imagem {
  width: auto;
  height: auto;
}

.page__text .grid-links-download {
  width: auto;
  height: auto;
}

.page__text .grid-imagem-texto__imagem img {
  width: 100%;
}

.page__text .grid-imagem-texto__texto {
  width: 536px;
}

.page__text .grid-3-colunas .imagem-legenda img {
  width: 100%;
}

.page__text .grid-3-colunas .imagem-legenda p {
  margin: 10px 0 0 0;
}

.page__text .grid-2-colunas__icones-texto {
  grid-gap: 10px;
  width: 275px;
}

.page__text .grid-2-colunas__icones-texto b {
  color: var(--corPrimaria);
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.page__text .grid-2-colunas__icones-texto p {
  font-size: 15px;
  line-height: 22px;
}

.page__text .grid-5-colunas__icones-texto {
  grid-gap: 10px;
  width: 150px;
}

.grid-2-colunas__icones-texto--w150 {
  max-width: 150px;
}

.page__text img.icon-w150 {
  max-width: 150px;
  margin: 0 auto;
}

.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;
    margin-bottom: 70px;
  }

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

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

  .page__text .grid-2-colunas {
    grid: auto/100%;
    grid-gap: 10px;
  }

  .page__text .grid-imagem-texto__imagem {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .page__text .grid-imagem-texto__imagem > img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    object-position: center;
  }

  .page__text .grid-imagem-texto__texto {
    width: 100%;
  }

  .page__text .grid-3-colunas {
    grid: auto/auto;
    grid-gap: 15px;
    margin-top: 0;
  }

  .page__text .grid-3-colunas .imagem-legenda p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
  }

  .page__text .grid-2-colunas--icones,
  .page__text .grid-5-colunas--icones {
    max-width: 300px;
    margin: 0 auto;
    grid: auto/auto auto;
    grid-gap: 15px;
  }

  .page__text .grid-2-colunas__icones-texto,
  .page__text .grid-5-colunas__icones-texto {
    grid: auto/80px auto;
    width: auto;
    max-width: unset;
  }

  .page__text .grid-2-colunas__icones-texto p,
  .page__text .grid-5-colunas__icones-texto p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    text-align: center;
  }

  .page__text img.icon-w150 {
    max-width: 70px;
  }

  .page__text .grid-2-colunas__icones-texto b {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
  }

  .page__text .grid-2-colunas__icones-texto--left p,
  .page__text .grid-2-colunas__icones-texto--left b {
    text-align: left;
  }

  .grid-links-download {
    padding: 30px 0;
  }

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

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

: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: #0b2b57;
  --corPrimaria70: rgba(60, 32, 136, 0.7);
  --corSecundaria: #32bb8b;
}

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;
}

.dev {
  display: flex;
  flex-flow: column nowrap;
  padding: 50px 50px;
}

.dev__row {
  margin-top: 10px;
  padding: 25px;
}

.dev__row--grey {
  background-color: var(--corCinza100);
}

.svg {
  display: block;
}

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

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

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

.wrapper {
  position: relative;
  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%;
  }
}

.capa.cartaosesivivamais .section-breadcrumb {
  display: none !important;
}
