/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0;
  box-sizing: border-box
}

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

.section__wrapper {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1048px;
  margin: 0 auto;
  box-sizing: border-box
}

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

.containter__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px
}

.containter__title h2 {
  margin: 0;
  color: #111d4a;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  line-height: 103%;
  text-transform: uppercase
}

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

  .section {
    position: relative;
    width: 100%
  }
}

.fr-section.fr-section--formulario {
  min-height: calc(100vh - 200px)
}

.fr-section.fr-section--formulario {
  overflow: hidden;
  margin: 0;
  padding: 100px 0;
  box-sizing: border-box;
  z-index: 1;
  display: block
}

.fr-section--formulario__content {
  z-index: 2;
  margin: 0 auto;
  display: grid;
  grid: auto/1fr 1fr;
  justify-content: space-between;
  grid-gap: 100px;
  max-width: 1000px;
  width: 100%;
  padding: 0 15px
}

.fr-section--formulario__content .formulario__content-text {
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px
}

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

.fr-section--formulario__content .fr-section__titles {
  align-items: flex-end;
  order: initial;
  position: relative
}

.fr-section--formulario__content .fr-hero__title {
  width: 100%;
  max-width: 310px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px
}

.fr-section--formulario__content .fr-section__text {
  width: 100%;
  max-width: 310px
}

.fr-section--formulario__content .fr-section__text * {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0
}

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

.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);
  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: #666;
  font-size: 15px;
  margin-bottom: 5px
}

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

.group-input input,
.group-input select,
.group-input textarea {
  border-radius: 8px;
  border: 1px solid #ebecef;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  box-shadow: 0 1px 4px rgba(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.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
}

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

.checkLGPD .txt-termos {
  color: #000;
  font-size: 16px;
  margin: 0;
  padding-left: 5px;
  line-height: 13px;
  text-align: left
}

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

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

.txt-termos span {
  cursor: pointer
}

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

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

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

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

.textLGPD>p a {
  color: #fff
}

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

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

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

.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;
  cursor: pointer;
  margin: 15px auto;
  border: 0
}

.button-submit-form:hover {
  opacity: .8
}

.inform-campos {
  margin: 0 auto;
  color: #000;
  text-align: center;
  line-height: 20px;
  font-style: italic;
  font-size: 14px
}

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

.checkbox-fixar-resposta {
  display: grid;
  grid: auto/15px 1fr;
  align-items: center;
  justify-content: start;
  grid-gap: 5px;
  padding: 5px
}

.checkbox-fixar-resposta input {
  box-shadow: none;
  width: 15px;
  height: 15px;
  display: block
}

.checkbox-fixar-resposta label {
  margin: 0
}

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

  .fr-section--formulario__content {
    padding: 0 25px;
    grid: auto/1fr;
    box-sizing: border-box;
    padding: 0;
    justify-content: center;
    position: relative;
    grid-gap: 50px
  }

  .fr-section--formulario__content .fr-section__titles {
    align-items: center
  }

  .fr-section--formulario__content .section__title {
    font-size: 23px;
    line-height: 28px
  }

  .fr-section--formulario__content .fr-hero__title,
  .fr-section--formulario__content .fr-section__text {
    max-width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 32px
  }

  .group-input {
    width: 100%
  }

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

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

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

@media only screen and (max-width: 575px) {
  .fr-section__titles-imagem img {
    height: 180px
  }
}

.background-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(60deg, #0A163C -4.54%, #03205A 6.36%, #013984 38.23%, #0171BF 77.87%, #008DD7 104.07%)
}

.background-page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("http://localhost:3000/resources/img/formulario/bullets.svg");
  background-repeat: repeat;
  opacity: .03
}

.fr-section__titles-imagem {
  margin-top: 38px;
  position: relative
}

.fr-section__titles-imagem img {
  max-width: 445px;
  width: 100%;
  height: 100%;
  object-position: right top;
  object-fit: contain
}

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

.section__titles-line {
  width: 100%;
  position: relative;
  height: 5px;
  margin-bottom: 10px
}

.section__titles-line img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  object-fit: cover;
  object-position: top right
}

@media only screen and (max-width: 768px) {
  .fr-section.fr-section--formulario .fr-section__titles {
    padding-bottom: 50px
  }

  .background-titles {
    position: absolute;
    left: -50vw;
    bottom: 0;
    width: 200vw;
    height: 200vh;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(60deg, #0A163C -4.54%, #03205A 6.36%, #013984 38.23%, #0171BF 77.87%, #008DD7 104.07%)
  }

  .background-titles:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("http://localhost:3000/resources/img/formulario/bullets.svg");
    background-repeat: repeat;
    opacity: .03
  }

  .background-page {
    display: none
  }

  .background-page img {
    width: 100%
  }

  .section__titles-imagem img {
    margin: 0 auto
  }

  .formulario__content {
    max-width: 560px;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    box-sizing: border-box
  }
}

.hero {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  width: 100%;
  height: 456px
}

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

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



.hero__background--desktop {
  display: flex
}

.hero__background--mobile {
  display: none
}

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

.hero__titles {
  position: relative;
  z-index: 100
}

.hero__title {
  margin: 0;
  max-width: 360px;
  font-weight: 700;
  color: #64e47d;
  font-size: 50px;
  font-style: normal;
  line-height: 100%;
  text-transform: uppercase
}

.hero__title-white {
  color: #fff
}

.hero__subtitle {
  max-width: 320px;
  margin: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px
}

.hero__button {
  position: relative;
  z-index: 100;
  width: fit-content;
  display: flex;
  height: 40px;
  margin-top: 24px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #1670c0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%
}

.hero__button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #1670c0
}

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

  .hero__background--mobile {
    display: flex;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
    justify-content: center
  }

  .hero__title {
    margin-top: 90px;
    font-size: 38px;
  }
}

.setor__container {
  display: flex;
  justify-content: space-between;
  gap: 32px
}

.setor__picture img {
  border-radius: 12px;
  width: 488px;
  height: 331px
}

.setor__titles {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  position: relative;
  order: 1
}

.setor__title {
  position: relative;
  margin: 0;
  color: #26478b;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase
}

.setor__text {
  margin: 0;
  max-width: 500px;
  margin-top: 16px;
  color: #37373e;
  font-size: 16px;
  font-style: normal;
  align-self: stretch;
  font-weight: 400;
  line-height: 180%
}

@media screen and (max-width: 768px) {
  .setor__container {
    display: block;
    justify-content: space-between;
    gap: 32px
  }

  .setor__picture img {
    border-radius: 12px;
    width: 100%;
    height: auto
  }

  .setor__title {
    margin-top: 24px;
    font-size: 32px;
    width: 100%;
  }

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

.motivos__container {
  padding: 48px 40px;
  gap: 24px;
  border-radius: 12px;
  border-top: 4px solid #64e47d;
  background: #f3f5f6;
  display: flex;
  align-items: self-start;
  justify-content: center
}

.motivos__title h1 {
  width: 300px;
  margin: 0;
  color: #26478b;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%
}

.motivos__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.contato-container {
  color: #37373e;
  word-break: break-word;
  text-decoration: none;

  p {
    margin: 0;
    color:#37373e ;
    text-decoration: none;
  }
  span{
    /* color: #37373e; */
  
    text-decoration: none;
  }
  li{
    color: #37373e;
    font-size: 16px;
    
    text-decoration: none;
    a{
      color: #37373e;
      text-decoration: none;
    }
  }
}

.motivos__item p {
  margin: 0;
  color: #717b8e;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%
}

.motivos__item svg{
  min-width: 40px;
}

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

  .setor__title{
    font-size: 28px;
  }
  .motivos__container {
    flex-direction: column
  }

  .motivos__item p {
    font-size: 16px
  }

  .motivos__title h1{
    font-size: 28px;
  }
}

.futuro__container {
  display: flex;
  gap: 32px;
  align-items: self-start
}

.futuro__title {
  color: #26478b;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
}

.futuro__text {
  color: #37373e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%
}

.futuro__btn {
  display: flex;
  margin-top: 24px;
  height: 40px;
  width: fit-content;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  border-radius: 4px;
  background: #1670c0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%
}

.futuro__btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #1670c0;
  border: 1px solid #1670c0
}

@media screen and (max-width: 768px) {
  .futuro__container {
    flex-direction: column
  }

  .futuro__text {
    margin-top: 16px
  }

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

  .futuro__title {
    font-size: 28px
  }
}

.ideia-acao__container {
  display: flex;
  padding: 48px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
  border-top: 4px solid #64e47d;
  background: #f3f5f6
}

.ideia-acao-content {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.ideia-acao-content:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.ideia-acao-content__title {
  margin-bottom: 16px
}

.ideia-acao-content__title h2 {
  margin: 0;
  color: #26478b;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase
}

.ideia-acao-content__title:last-child {
  margin-bottom: 0;
  margin-top: 16px
}

.ideia-acao-content__text {
  color: #37373e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%
}

.ideia-acao__list {
  list-style: disc
}

.ideia-acao__list-item {
  color: #37373e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* margin-left: 24px */
}

.section-agenda {
  background-color: #f9fafb
}

.agenda__title {
  margin: 0;
  color: #26478b;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase
}

.agenda__subtitle {
  color: #26478b;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin:0;
  margin-bottom: 16px;
}

.agenda__text {
  color: #37373e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 620px;
  align-self: stretch
}

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

.fr-card-slider {
  position: relative;
  margin-top: 50px
}

.fr-card-slider__cards--agencia-fiep {
  min-height: 290px;
  height: 290px;
  max-height: 290px
}

.fr-card-slider .flickity-page-dots {
  bottom: -35px
}

.fr-card-slider .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background-color: #7f7f83;
  opacity: .3
}

.fr-card-slider .flickity-page-dots .dot.is-selected {
  opacity: .9
}

.fr-card-slider__control {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  column-gap: 10px;
  position: absolute;
  top: -60px;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px
}

.fr-card-slider__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
  background-color: #1670c0;
  z-index: 300;
  transition: all 160ms ease
}

.fr-card-slider__arrow svg {
  display: block;
  height: 14px;
  fill: #fff;
  z-index: 300;
}

.fr-card-slider__arrow:focus,
.fr-card-slider__arrow:hover {
  background-color: #fff
}

.fr-card-slider__arrow:focus svg,
.fr-card-slider__arrow:hover svg {
  fill: #1670c0
}

.fr-card-one {
  display: flex;
  flex-flow: column nowrap;
  /* position: relative; */
  width: 250px;
  height: 380px;
  margin-bottom: 2px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, .17)
}

.fr-card-one--noticia {
  height: auto;
  overflow: hidden
}

.fr-card-one {
  margin-right: 30px
}

.fr-card-one__header {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 12px;
  width: 100%
}

.fr-card-one__category {
  display: inline-flex;
  padding: 2px 12px;
  border-radius: 15px;
  border: 1px solid #d9dee3;
  color: #37373e;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  text-transform: uppercase
}

.fr-card-one__picture {
  display: block;
  width: 100%;
  height: 155px
}

.fr-card-one__info {
  display: flex;
  flex-flow: column nowrap;
  padding: 12px;
  width: 100%
}

.fr-card-one__title {
  margin: 0;
  color: #37373e;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis
}

.fr-card-one__list {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  list-style-type: none
}

.fr-card-one__list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 5px 0;
  color: #37373e;
  font-size: 16px
}

.fr-card-one__list span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 6px;
  color: #7f7f83;
  font-size: 12px
}

.fr-card-one__list img {
  display: block;
  height: 24px;
  margin-right: 2px
}

.fr-card-one__link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0;
  margin-top: 10px;
  color: #1670c0;
  font-size: 14px
}

.fr-card-one__link img {
  display: block;
  height: 24px;
  margin-left: 5px
}

.fr-slider__footer {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 8px;
  margin-top: 25px
}

.fr-slider__footer a {
  display: flex;
  align-items: center
}

.fr-slider-footer__label {
  margin: 0;
  color: #37373e;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}

@media screen and (max-width: 768px) {
  .fr-slider__footer {
    flex-direction: column;
    margin-top: 70px;
    align-items: flex-end
  }
}

.section-agencia {
  background-color: #f3f5f6
}

.agencia-fiep__title {
  color: #26478b;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 490px;
}

.agencia-card-title {
  margin: 0;
  overflow: hidden;
  max-width: 220px;
  color: #333f5b;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  text-overflow: ellipsis
}

@media screen and (max-width: 768px) {
  .agencia-fiep__title {
    font-size: 28px
  }
}

.cta-container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 112px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background: #64e47d
}

@media(max-width: 768px) {
  .cta-container {
    flex-direction: column;
    gap: 20px
  }
}

.cta-content {
  display: flex;
  align-items: center;
  gap: 20px
}

@media(max-width: 768px) {
  .cta-content {
    flex-direction: row;
    justify-content: center
  }
}

.cta-text {
  color: #26478b;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%
}

.cta-button {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0px 16px;
  justify-content: center;
  gap: 4px;
  border-radius: 4px;
  background: #1670c0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.cta-button:hover {
  text-decoration: none;
  background: #fff;
  color: #1670c0
}

.cta-button:hover svg path {
  stroke: #1670c0
}

@media screen and (max-width: 768px) {
  .cta-text {
    font-size: 16px
  }

  .cta-container {
    padding: 20px 16px
  }

  .cta-actions {
    width: 100%
  }
}

.realizacao_subtitle {
  position: relative;
  color: #4f4f55;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin: 0
}

.realizacao-container-fiep {
  margin-top: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, .5)
}

.apoio-container {
  margin-top: 40px
}

.fr-logos {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  margin-top: 35px
}

.fr-logos__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px
}

.fr-logos__logo img {
  display: block;
  max-width: 160px;
  max-height: 110px
}

.fr-section--four .fr-section__subtitle {
  text-align: center
}

@media only screen and (min-width: 1173px) {
  .fr-logos {
    grid-template-columns: repeat(4, 200px)
  }
}

@media screen and (max-width: 768px) {
  .fr-logos {
    grid-template-columns: repeat(2, 1fr)
  }
}

.fr-logos--single {
  grid-template-columns: 100%
}

.fr-logos--single .fr-logos__logo img {
  max-width: none
}