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

body {
  font-variant-ligatures: none
}

main {
  z-index: initial
}

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

.cr-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 160ms ease
}

.cr-btn .cr-btn__icon {
  position: relative
}

.cr-btn .cr-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%
}

.cr-btn.cr-btn--small .cr-btn__icon {
  width: 12px;
  height: 12px;
  margin-left: 6px
}

.cr-btn--one {
  padding: 10px 15px;
  border-radius: 25px;
  border: none;
  background-color: #d7a552;
  color: #fff;
  font-size: 20px
}

.cr-btn--one:focus,
.cr-btn--one:hover {
  background-color: #d09639
}

.cr-btn--one.cr-btn--small {
  font-size: 12px
}

.cr-btn--two {
  padding: 8px 16px;
  border-radius: 25px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 20px
}

.cr-btn--two .cr-btn__icon svg,
.cr-btn--two .cr-btn__icon svg {
  fill: #fff
}

.cr-btn--two.cr-btn--small {
  font-size: 12px
}

.cr-btn--three {
  padding: 10px 15px;
  border-radius: 25px;
  border: none;
  background-color: #a3cef1;
  color: #014d6e;
  font-size: 20px
}

.cr-btn--three:focus,
.cr-btn--three:hover {
  background-color: #86b5db
}

.cr-btn--three.cr-btn--small {
  font-size: 12px
}

.cr-wrapper {
  width: calc(100% - 40px);
  max-width: 872px;
  margin: 0 auto
}

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

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

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

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

.cr-hero__title {
  margin: 0;
  max-width: 220px;
  color: #d7a552;
  font-size: 28px;
  font-weight: 700
}

.cr-hero__subtitle {
  max-width: 250px;
  margin: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 300
}

.cr-hero__subtitle b {
  color: #fff;
  font-weight: 600
}

.cr-hero .cr-btn {
  display: inline-flex;
  margin-top: 25px
}

@media only screen and (min-width: 872px) {
  .cr-hero__background img {
    object-fit: cover;
    object-position: center center
  }

  .cr-hero__title {
    max-width: 450px;
    font-size: 36px
  }

  .cr-hero__subtitle {
    max-width: 425px
  }
}

.cr-row:not(:first-child) {
  margin-top: 60px
}

.cr-section {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: relative;
  padding: 70px 0;
  width: 100%
}

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

.cr-section__title {
  position: relative;
  margin: 0;
  color: #d7a552;
  font-size: 28px;
  font-weight: 700
}

.cr-section__subtitle {
  position: relative;
  margin: 0;
  margin-top: 10px;
  color: #707070;
  font-size: 16px
}

.cr-section__text {
  position: relative;
  width: 100%;
  margin-top: 15px;
  color: #707070
}

.cr-section__text h2,
.cr-section__text h3 {
  font-size: 18px;
  line-height: 28px
}

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

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

.cr-section__text p,
.cr-section__text div {
  font-size: 16px
}

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

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

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

.cr-section__picture {
  position: relative;
  flex-shrink: 0;
  width: 100%
}

.cr-section__picture img {
  display: block;
  width: 100%
}

@media only screen and (min-width: 872px) {
  .cr-section {
    flex-flow: row nowrap;
    padding: 70px 0;
    overflow: visible
  }

  .cr-section__titles {
    order: initial
  }

  .cr-section__title {
    font-size: 32px;
    line-height: 34px
  }

  .cr-section__subtitle {
    font-size: 20px
  }

  .cr-section__text {
    width: 100%;
    max-width: 425px
  }

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

  .cr-section__picture {
    width: 350px;
    margin-bottom: initial
  }
}

.cr-section--no-top-pad {
  padding-top: 0
}

.cr-section--no-bottom-pad {
  padding-bottom: 0
}

.cr-section--profissionais {
  row-gap: 15px
}

@media only screen and (min-width: 872px) {
  .cr-section--profissionais {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px
  }

  .cr-section--profissionais .cr-section__picture {
    width: auto;
    height: 455px;
    border-radius: 0 16px 0 16px;
    overflow: hidden
  }

  .cr-section--profissionais .cr-section__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
  }
}

.cr-section--conhecimento {
  padding: 0 0 70px 0
}

.cr-section--conhecimento .cr-section__background {
  display: none
}

.cr-section--conhecimento .cr-section__titles {
  display: none
}

.cr-section__mobile {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 0 20px 20px 20px;
  margin-bottom: 15px;
  width: calc(100% - 40px);
  height: 300px
}

.cr-section__mobile .cr-section__background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%)
}

.cr-section__mobile .cr-section__background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 16px 0 16px;
  overflow: hidden
}

.cr-section__mobile .cr-section__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center
}

.cr-section__mobile .cr-section__titles {
  display: block
}

.cr-section__mobile .cr-section__title {
  font-size: 21px
}

@media only screen and (min-width: 872px) {
  .cr-section--conhecimento {
    align-items: flex-end;
    padding: 0;
    margin-bottom: 100px;
    height: 415px
  }

  .cr-section--conhecimento .cr-section__mobile {
    display: none
  }

  .cr-section--conhecimento .cr-section__background::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%)
  }

  .cr-section--conhecimento .cr-section__background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 16px 0 16px;
    overflow: hidden
  }

  .cr-section--conhecimento .cr-section__background img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
  }

  .cr-section--conhecimento .cr-section__titles {
    display: block;
    flex-shrink: 0;
    margin: 0 0 75px 75px
  }

  .cr-section--conhecimento .cr-section__title {
    max-width: 320px;
    font-size: 24px
  }

  .cr-section--conhecimento .cr-card-two {
    margin-right: 75px;
    margin-bottom: -60px
  }
}

.cr-section--parceiro {
  background-color: #017788
}

.cr-section--parceiro .cr-section__subtitle {
  max-width: 250px;
  color: #fff
}

.cr-section--parceiro .cr-links {
  margin-top: 20px
}

@media only screen and (min-width: 872px) {
  .cr-section--parceiro .cr-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
  }

  .cr-section--parceiro .cr-links {
    margin-top: 0
  }
}

.cr-section--editais {
  background-color: #01606e
}

.cr-section--editais .cr-cards {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  margin-top: 20px
}

@media only screen and (min-width: 872px) {
  .cr-section--editais .cr-cards {
    margin-top: 35px
  }
}

.cr-card-one {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 32px 24px;
  width: auto;
  height: 390px;
  border-radius: 0 16px 0 16px;
  border: 1px solid #d9d9d9;
  background-color: #fff
}

.cr-card-one__title {
  margin: 0;
  color: #d7a552;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px
}

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

.cr-card-one__list li {
  display: flex;
  flex-flow: row nowrap;
  margin: 10px 0;
  color: #707070;
  font-size: 16px
}

.cr-card-one__list span {
  margin-right: 6px;
  font-size: 12px
}

.cr-card-one__list .dot {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 5px;
  border-radius: 6px;
  background-color: #017788
}

.cr-card-two {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 32px 24px 16px 24px;
  width: calc(100% - 48px);
  height: auto;
  border: 1px solid #d9d9d9;
  border-radius: 0 16px 0 16px;
  background-color: #fff
}

.cr-card-two__title {
  margin: 0;
  color: #d7a552;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px
}

.cr-card-two__list {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  list-style-type: none
}

.cr-card-two__list li {
  display: flex;
  flex-flow: row nowrap;
  margin: 16px 0;
  color: #707070;
  font-size: 16px
}

.cr-card-two__list img {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 6px
}

@media screen and (min-width: 872px) {
  .cr-card-two {
    width: 307px;
    border: none
  }
}

.cr-card-three {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: relative;
  padding: 24px 16px;
  width: calc(100% - 32px);
  border-radius: 8px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff
}

.cr-card-three__title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700
}

.cr-card-three__description {
  margin: 0;
  margin-top: 15px;
  color: #fff;
  font-size: 15px
}

.cr-card-three .cr-btn {
  align-self: flex-start;
  margin-top: 15px
}

@media only screen and (min-width: 872px) {
  .cr-card-three {
    width: 240px
  }
}

.cr-links {
  flex-shrink: 0;
  display: flex;
  flex-flow: column nowrap;
  width: 100%
}

@media only screen and (min-width: 872px) {
  .cr-links {
    width: 500px
  }
}

.cr-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.cr-link__title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400
}

.cr-header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 40px 0;
  height: auto;
  background-color: #017788
}

.cr-header__hat {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  margin: 0;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase
}

.cr-header__title {
  position: relative;
  margin: 0;
  color: #d7a552;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase
}

.cr-header__description {
  position: relative;
  margin: 0;
  margin-top: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 300
}

.cr-header__triangle {
  width: 12px
}

.cr-header__triangle:first-child {
  margin-right: 5px
}

.cr-header__triangle:last-child {
  margin-left: 5px
}

@media only screen and (min-width: 872px) {
  .cr-header {
    padding: 0;
    height: 150px
  }
}

.alertbar {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #017788;
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
  z-index: 700
}

.alertbar__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 872px;
  margin: 0 auto
}

.alertbar p {
  padding: 14px 0;
  margin: 0;
  color: #fff;
  font-size: 16px
}

.cr-form {
  padding: 40px 0 50px 0
}

.input__label {
  display: block;
  margin-bottom: 15px;
  color: #017788;
  font-size: 21px
}

.input__checkbox {
  margin: 6px 0
}

.input__checkbox:last-child {
  margin-bottom: 25px
}

.input__checkbox input {
  margin-right: 10px
}

.input__checkbox span {
  color: #707070;
  font-size: 18px
}

.input {
  margin: 12px 0;
  width: 100%
}

.input__container {
  width: 100%
}

.input__container input {
  padding: 8px;
  width: 100%;
  box-sizing: border-box
}

.form__footer {
  margin-top: 25px
}

.form__terms {
  color: #707070
}

.form__terms a {
  color: #017788
}

.form__footer .cr-btn {
  margin-top: 25px
}

.box-duvidas {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 20px 20px;
  width: calc(100% - 40px);
  margin-bottom: 50px;
  border-radius: 8px;
  background-color: #014d6e
}

.box-duvidas__title {
  position: relative;
  margin: 0;
  color: #a3cef1;
  font-size: 24px;
  font-weight: 700
}

.box-duvidas__info {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style-type: none;
  color: #fff;
  font-size: 18px
}

.box-duvidas__info li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 4px 0
}

.box-duvidas__info a {
  color: #fff;
  text-decoration: none
}

.box-duvidas__icon {
  flex-shrink: 0;
  width: 15px;
  margin-right: 8px
}

.box-duvidas__icon svg {
  display: block;
  width: 100%
}

@media only screen and (min-width: 872px) {
  .box-duvidas {
    flex-flow: row nowrap;
    align-items: center;
    padding: 20px 40px;
    width: calc(100% - 80px)
  }

  .box-duvidas__info {
    margin-top: 0;
    margin-left: 75px
  }
}