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

.decal-bars {
  display: flex;
  width: 310px;
  height: 105px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  right: 32px;
  bottom: 0
}

.decal-bars img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center
}

.pattern__mapa {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 578px;
  position: absolute;
  bottom: -180px
}

.pattern__mapa img {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  object-fit: contain;
  object-position: top center
}

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

  .pattern__mapa {
    display: none
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  /* width: 208px; */
  height: 48px;
  padding: 0px 16px 0px 20px;
  gap: 4px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: .3s ease all
}

.btn:focus {
  outline-offset: 4px;
  outline: 1px solid #1670c0
}

.btn-primary {
  background: #1670c0;
  color: #fff
}

.btn-primary:hover {
  background-color: #212d57
}

.btn-secondary {
  border: 1px solid #1670c0;
  color: #212d57
}

.btn-secondary:hover {
  background-color: #212d57;
  color: #fff
}

.btn-terciary {
  width: auto;
  padding: 0;
  display: flex;
  color: #1670c0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em
}

.btn-terciary:hover {
  color: #212d57;
  text-decoration: underline
}

.card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, .12)
}

.card-content {
  padding: 32px 24px
}

.card-title {
  margin-bottom: 8px
}

.card-title__text {
  margin: 0;
  color: #333f5b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em
}

.card-text {
  padding: 0
}

.card-text ul {
  padding-left: 30px
}

.card-text li {
  color: #333f5b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em
}

.card-two {
  display: flex;
  flex-direction: column
}

.card-two__header {
  position: relative;
  width: 100%;
  height: 230px;
  border-radius: 8px;
  box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, .12);
  overflow: hidden
}

.card-header__background,
.card-header__background img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  object-fit: cover;
  object-position: center
}

.card-header__persona {
  position: relative;
  width: 100%;
  height: 100%
}

.card-header__persona img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  z-index: 2
}

.card-header__title {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 42px 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: end
}

.card-header__title h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  width: 180px;
  font-family: "Branding SF", sans-serif
}

.card-header__title h3 b {
  font-family: "Branding SF bold", sans-serif
}

.card-header__title h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #263685;
  margin-top: 14px
}

.card-two__conector {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  position: relative
}

.card-two__conector svg {
  display: block;
  position: relative;
  width: 38px;
  height: 30px;
  margin-top: 10px;
  z-index: 2
}

.card-two__content {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, .12);
  padding: 20px 30px
}

.card-two__topics {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1
}

.card-two__topic {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 8px
}

.card-two__icon {
  position: relative
}

.card-two__icon img {
  display: block;
  width: 40px;
  height: 40px
}

.card-two__topic-title {
  color: #333f5b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 8px 0;
  display: block
}

.card-two__topic-text {
  display: block;
  color: #5d677d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  margin: 0
}

@media only screen and (max-width: 768px) {
  .card-two {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, .2);
    overflow: hidden
  }

  .card-two__conector {
    display: none
  }

  .card-two__header {
    height: 168px;
    box-shadow: none;
    border-radius: 0 0 8px 8px
  }

  .card-header__title {
    padding: 42px 20px
  }

  .card-header__title h3 {
    font-size: 20px;
    width: 130px
  }

  .card-header__title h3:after {
    width: 40px
  }

  .card-two__content {
    box-shadow: none;
    border-radius: 0;
    padding: 28px 20px 28px 8px
  }
}

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

.navbar__wrapper {
  display: grid;
  grid: auto/auto auto;
  justify-content: start;
  align-items: center;
  grid-gap: 48px;
  max-width: 1060px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box
}

.navbar__logo {
  display: block;
  width: 110px;
  height: 32px
}

.navbar__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain
}

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

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

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

.link-principal {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em
}

.link-principal:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #1670c0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: -4px;
  transition: .3s ease all
}

.link-principal:hover::after {
  width: 100%
}

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

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
  width: 100%
}

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

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

  .navbar__menu {
    gap: 20px
  }
}

@media only screen and (max-width: 768px) {
  .navbar__wrapper {
    justify-content: space-between;
    padding: 0
  }

  .navbar {
    padding: 15px
  }

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

  button#btn-menu-mobile {
    width: 30px;
    height: 30px;
    padding: 0
  }

  button#btn-menu-mobile .hamburger-box {
    width: 100%
  }

  .navbar--desktop {
    display: none
  }

  .navbar--mobile {
    position: fixed;
    width: calc(100% - 60px);
    height: 100%;
    z-index: 999;
    background: #212d57;
    padding: 15px 20px 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    top: 55px;
    left: -100%;
    transition: .1s ease-in all
  }

  .navbar__menu--mobile {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 15px 0;
    border-top: 1px solid #d9dee3;
    margin-top: 24px
  }

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

  .navbar__menu-li--mobile {
    padding: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
  }

  .link-principal {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em
  }
}

.hero {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 300
}

.hero__wrapper {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto
}

.hero__background {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

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

.hero--desktop {
  display: none
}

@media only screen and (min-width: 768px) {
  .hero {
    height: 475px
  }
}

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

  .hero--mobile {
    display: none
  }

  .hero--desktop {
    display: block
  }
}

.hero_sub {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 300
}

.hero__wrapper {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto
}

.hero__background_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

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

.hero--desktop_sub {
  display: none
}

@media only screen and (min-width: 768px) {
  .hero_sub {
    height: 475px
  }
}

@media only screen and (min-width: 1200px) {
  .hero_sub {
    height: 200px
  }

  .hero--mobile_sub {
    display: none
  }

  .hero--desktop_sub {
    display: block
  }
}

.hero__background_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

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

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

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

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

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

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

.section_bg-primary {
  background-color: #212d57
}

.section_bg-gray {
  background-color: #f3f5f6
}

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

.section__wrapper-min .section__content {
  max-width: 650px;
  margin: 0
}

.section-collumns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative;
  align-items: center;
  gap: 32px;
  width: 100%
}

.section-collumns__left {
  flex: 1;
  max-width: 600px
}

.section__titles {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  position: relative;
  padding: 0;
  width: 100%;
  margin-bottom: 16px
}

.section__title {
  position: relative;
  margin: 0;
  color: #212d57;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 0;
  font-family: "Branding SF bold", sans-serif
}

.section__title:after {
  content: "";
  width: 64px;
  height: 4px;
  background-color: #64afe7;
  display: block;
  margin-top: 16px
}

.section__title-white {
  color: #fff
}

.section__separator {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  background-color: #86b744
}

.section__description {
  position: relative;
  margin: 0;
  margin-top: 15px;
  color: #333f5b;
  font-size: 18px;
  line-height: 26px
}

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

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

.section__text h2,
.section__text h3 {
  color: #333f5b;
  font-size: 18px;
  line-height: 28px
}

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

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

.section__text p,
.section__text div {
  color: #333f5b;
  font-size: 16px;
  line-height: 1.8em
}

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

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

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

.section__text table {
  width: 100%;
  margin: 25px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.section__text table tr {
  background-color: rgba(0, 59, 48, .4)
}

.section__text table tr:first-child {
  background-color: rgba(0, 59, 48, .7)
}

.section__text table td {
  padding: 15px;
  color: #fff;
  text-align: left
}

.section__text table tr:nth-child(1) td {
  color: #86b744;
  font-weight: 700
}

.section__text table tr:nth-child(4) td {
  font-weight: 600
}

.section__text table thead td {
  padding: 10px;
  background-color: rgba(255, 255, 255, .1)
}

.section__text table tbody td {
  border-bottom: 2px solid #005e32
}

.section__table {
  position: relative;
  width: 100%;
  overflow-x: auto
}

.section__actions {
  display: block;
  margin-top: 16px
}

@media only screen and (min-width: 1200px) {
  .section {
    overflow: visible
  }

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

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

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

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

  .section__wrapper {
    width: 100%
  }

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

  .section__title {
    font-size: 28px
  }

  .section__separator {
    width: 1px;
    height: 70px;
    margin-top: 0;
    margin-left: 29px
  }

  .section__description {
    margin-top: 0;
    margin-left: 30px;
    font-size: 21px
  }

  .section__text {
    width: 100%
  }

  .section__text h2,
  .section__text h3 {
    font-size: 21px;
    line-height: 30px
  }

  .section__text ul,
  .section__text div,
  .section__text p {
    font-size: 18px;
    line-height: 30px
  }
}

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

  .section__title {
    font-size: 28px
  }

  .section-collumns {
    display: flex;
    flex-direction: column
  }

  .section__image {
    display: none
  }
}

.section-image_sobre {
  max-width: 450px;
  width: 100%
}

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

.section_selo {
  background-color: #e4e9ec
}

.selo__content {
  display: flex;
  gap: 20px
}

.body__text p {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%
}

.selo__imgs {
  display: flex;
  gap: 12px
}

.selo__imgs img {
  width: 170px
}

.body__actions {
  display: flex;
  gap: 12px
}

@media screen and (max-width: 768px) {
  .body__text {
    max-width: auto
  }

  .selo__content {
    flex-direction: column;
    gap: 52px
  }

  .selo__imgs img {
    width: 108px
  }
}

.section__content-conheca {
  width: 100%;
  height: 455px;
  display: block
}

.section__content-conheca iframe {
  width: 100%;
  height: 100%
}

.section_como-funciona {
  overflow: hidden;
  background-color: #f9fafb
}

.decal-como-funciona {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end
}

.decal-como-funciona img {
  position: absolute;
  bottom: -130px;
  left: 50%
}

.como-funciona__cards {
  display: grid;
  grid: auto/1fr 1fr;
  grid-gap: 12px
}

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

  .decal-como-funciona {
    display: none
  }
}

.section-beneficios__cards {
  display: grid;
  grid: auto/1fr 1fr;
  grid-gap: 8px;
  align-items: start
}

@media only screen and (max-width: 768px) {
  .section-beneficios__cards {
    grid: auto/1fr;
    grid-gap: 26px
  }
}

.section__cards-historias {
  display: grid;
  grid: auto/1fr 1fr;
  grid-gap: 8px;
  margin-top: 32px
}

.card-historia {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, .12);
  position: relative;
  display: flex;
  flex-direction: column
}

.card-historia__quote {
  width: 100%;
  display: flex;
  justify-content: center
}

.card-historia__quote svg {
  display: block;
  width: 58px;
  height: 40px;
  margin-top: -20px
}

.card-historia__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  box-sizing: border-box
}

.card-historia__name p {
  margin: 0;
  color: #02428f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em
}

.card-historia__role p {
  margin: 0;
  color: #02428f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em
}

.card-historia__text {
  margin-top: 8px;
  flex: 1
}

.card-historia__text p {
  overflow: hidden;
  color: #5d677d;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  align-self: stretch
}

.card-historia__text-full {
  display: none
}

.card-historia__text-full,
.card-historia__text-full * {
  color: #5d677d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em
}

.cards-historias__actions {
  display: none
}

@media only screen and (max-width: 768px) {
  .section__cards-historias {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
    box-sizing: border-box
  }

  .card-historia {
    width: calc(100% - 40px);
    margin: 30px 10px 20px 10px;
    position: absolute;
  }

  .cards-historias__actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px
  }

  .cards-historias__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    all: unset
  }

  .cards-historias__arrow svg {
    display: block;
    width: 100%;
    height: 100%
  }
}

.modal__content--historia .card-historia__quote,
.modal__content--historia .card-historia__more {
  display: none
}

.modal__content--historia .card-historia__content {
  flex-direction: column-reverse
}

.modal__content--historia .card-historia__text {
  margin: 0;
  display: none
}

.modal__content--historia .card-historia__text-full {
  display: block
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(12, 39, 64, .7);
  z-index: -1;
  opacity: 0
}

.modal__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 15px
}

.modal__group {
  position: relative;
  max-height: 100vh
}

.modal__content {
  max-height: calc(100vh - 80px);
  background: #fff;
  position: relative;
  display: flex;
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  scale: 0;
  box-sizing: border-box
}

.modal__action {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  top: 0px;
  max-width: 100%;
  right: 0;
  padding: 0 35px;
  margin: 0;
  z-index: 2;
  box-sizing: border-box
}

.modal-close {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: .3s ease all
}

.modal-close:hover {
  transform: scale(1.1)
}

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

  .modal__content {
    align-items: start;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .modal__content::-webkit-scrollbar {
    display: none
  }
}

.section_contato .section__text {
  color: #48536c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0
}

.section__form {
  margin-top: 24px
}

.pattern__contato {
  display: flex;
  justify-content: end;
  width: 100%;
  height: 440px;
  position: absolute;
  bottom: 105px;
  right: 30px
}

.pattern__contato img {
  width: 863px;
  height: 100%;
  object-fit: contain;
  object-position: top center
}

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

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

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

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

.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: #48536c;
  font-size: 14px;
  margin-bottom: 4px
}

.group-input label span:not(.note) {
  color: #ff2c35
}

.group-input label .note {
  color: #717b8e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em
}

.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: 20px;
  padding: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  margin-top: 8px
}

.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: #77b9ea
}

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

input:checked {
  background-color: #000
}

.group-input select {
  background-image: url("https://www.colegiosesi.com.br/agende-sua-visita/layout/img/ic-arrow-down.svg");
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: 98%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  width: 100%
}

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

.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: #27a7df;
  display: block;
  position: relative;
  padding: 30px;
  text-align: center
}

span.campoErro {
  font-size: 12px;
  font-style: italic;
  color: #ff2c35;
  margin: 5px 0 0 0
}

.checkLGPD {
  position: relative;
  max-width: 100%;
  margin: 16px 0;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden
}

.checkLGPD .txt-termos {
  margin: 0;
  padding-left: 5px;
  text-align: left;
  color: #5d677d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em
}

.checkLGPD .txt-termos span.openTerm {
  display: inline-block;
  border-bottom: 2px solid #1670c0
}

.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: 100%
}

#msgLgpd p {
  font-size: 12px;
  text-align: center;
  font-style: italic;
  color: #ff2c35;
  margin: 10px 0 30px 0
}

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

.inform-campos {
  color: #5d677d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0
}

#btnEnviar {
  width: 250px
}

@media only screen and (max-width: 768px) {
  .group-input {
    width: 100%
  }

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

#return-submit__content {
  position: absolute;
  width: 100%;
  height: calc(100% + 30px);
  background: rgba(37, 204, 159, .9);
  top: -15px;
  left: 0;
  border-radius: 5px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, .3);
  transition: .5s ease all;
  opacity: 0;
  z-index: -1
}

#return-submit__content.show-element {
  z-index: 9;
  opacity: 1
}

.return-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box
}

.return-submit p {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(0, 0, 0, .4);
  margin: 0;
  text-align: center
}

.collapse {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden
}

.collapse:not(:last-child) {
  margin-bottom: 15px
}

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

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

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

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

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

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

.collapse__title {
  margin-right: 30px;
  color: #1670c0;
  font-size: 18px;
  font-weight: 700;
  z-index: 1
}

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

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

.collapse__content div,
.collapse__content p {
  margin: 12px 0;
  color: #1670c0;
  font-size: 16px;
  line-height: 26px
}

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

.collapse__content ul {
  padding-left: 20px
}

.collapse__content li {
  color: #1670c0;
  font-size: 16px;
  line-height: 26px
}

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

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

@media only screen and (min-width: 1200px) {
  .collapse {
    width: 900px;
    height: 72px
  }

  .collapse:not(:last-child) {
    margin-bottom: 30px
  }

  .collapse__header {
    height: 65px
  }
}

.section_rodape {
  background-color: #212d57;
  padding: 50px 0
}

.section__content-rodape {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.rodape-logos {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 62px
}

.rodape-logos__title {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0 0 12px 0
}

.rodape-logos__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px
}

.rodape-logos__list img {
  display: block;
  max-height: 40px;
  width: auto;
  object-fit: contain
}

.rodape-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.rede-social__link {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  transition: .3s ease all
}

.rede-social__link:hover {
  background-color: #f9fafb
}

.rede-social__link img {
  display: block;
  width: 16px;
  height: 16px
}

@media only screen and (max-width: 768px) {
  .section__content-rodape {
    flex-direction: column;
    gap: 54px;
    justify-content: center
  }

  .rodape-logos {
    width: 100%;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap
  }

  .rodape-logos__list img {
    height: 24px
  }
}

html {
  scroll-behavior: smooth
}

body {
  position: relative;
  height: 100%;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  box-sizing: border-box
}

.hidden {
  display: none !important
}

.svg {
  display: block;
  position: relative
}

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

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

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

.text--300 {
  font-weight: 300
}

.text--600 {
  font-weight: 600
}