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

.hidden {
  display: none !important;
}

html,
body {
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

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

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

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

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

.container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.section--hero__content {
  max-width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/banner--1920x600.png");
  background-position: top;
}

.section {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 0;
  width: 100%;
}

.section__titles {
  margin-bottom: 20px;
}

.section-titles__logo {
  /* padding: 0 0 16px 0; */
  margin-bottom: 28px;
  /* border-bottom: 1px solid #fff; */
  position: relative;
  box-sizing: border-box;
}
.section-titles__logo img {
}
.section__title {
  position: relative;
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #7314ff;
  margin-bottom: 26px;
}

.section__subtitle,
.section__subtitle p {
  position: relative;
  margin: 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.section__subtitle img {
  height: auto;
  max-width: 100%;
  margin-top: 16px;
}
.section__subtitle p {
  /* margin-bottom: 10px; */
}

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

.section__text h2,
.section__text h3 {
  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 {
  font-size: 16px;
  line-height: 28px;
}

.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: #666;
  font-size: 16px;
  line-height: 28px;
}

.section__picture {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 20px;
}

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

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

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

.section--formulario__content {
  z-index: 2;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  padding: 0 30px 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

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

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

.section--formulario__content .section__titles {
  order: initial;
  position: relative;
}

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

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

.section--formulario__content .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;
}

.form-inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.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-50 {
  width: calc(50% - 10px);
}

.group-input--w-75 {
  width: calc(75% - 10px);
}

.group-input[aria-label="Data"] {
  display: none;
}
.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, 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: #7314ff;
}

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

input:checked {
  background-color: #000;
}

.group-input select {
  background-image: url("../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;
}

.group-input input[type="radio"],
.group-input input[type="checkbox"] {
  box-shadow: unset;
  display: inline-block;
  accent-color: #7314ff;
  height: 20px;
  width: auto;
}

.container_radio {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.container_radio .form-check-label {
  margin-bottom: unset;
}

.msg-success-form {
  display: none;
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
  background: rgb(115 20 255 / 95%);
  border-radius: 8px;
}

.msg-success-form > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

.msg-success-form p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.1rem;
  margin: 0;
  color: #fff;
  display: block;
  position: relative;
  padding: 30px;
  text-align: center;
}
.cta-voltar__home {
  padding: 0 15px;
}
.cta-voltar__home p {
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 12px;
}
.cta-voltar__home a {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: 160px 40px;
  background-image: url("../img/9-premio-jornalismo-fiep.svg");
  background-position: center;
  transition: 0.3s ease all;
}
.cta-voltar__home a:hover {
  background-color: rgb(115 20 255);
}
span.campoErro {
  font-size: 12px;
  font-style: italic;
  color: #ff2c35;
  margin: 5px 0 0 0;
}
.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: 4px solid #7314ff;
}

.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 0.4s;
  pointer-events: none;
}

.textLGPD > p {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  font-size: 15px;
  color: #fff;
  background: rgba(60, 73, 90, 0.95);
  width: 100%;
  height: auto;
  padding: 50px 30px 30px;
  z-index: -1;
  transition: all ease 0.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: #7314ff;
  border-radius: 5px;
  width: 100%;
  max-width: 330px;
  height: 40px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 15px auto;
  border: 0;
}

.button-submit-form:hover {
  opacity: 0.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) {
  .section.section--formulario {
    padding: 0;
  }

  .section--formulario__content {
    padding: 0 25px;
    justify-content: center;
    position: relative;
  }

  .section--formulario__content .section__titles {
    max-width: 330px;
    /* padding: 40px 0; */
    width: 100%;
  }

  /* TODO: checar par remoção depois que concluir edição */
  .section--formulario__content .section__titles:before {
    content: "";
    /* background: linear-gradient(90deg, #0A163C 0%, #03205A 9.95%, #013984 39.03%, #0171BF 75.19%, #00A7E9 100%); */
    /* background-image: url("../img/background-VPJbpUfb.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 1200px;
    left: -600px;
    top: 0;
    display: block;
    height: 100%;
  }

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

  .group-input {
    max-width: 100%;
    width: 100%;
  }

  .group-input[aria-label="data"] {
    display: none;
  }

  .checkLGPD {
    padding: 0;
    width: 100%;
    margin-top: 18px;
  }

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

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

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

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

.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, 0.9);
  top: -15px;
  left: 0;
  border-radius: 5px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  transition: 0.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, 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;
}

.background-titles {
  display: none;
}

@media only screen and (max-width: 768px) {
  .section__titles {
    padding-bottom: 50px;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    padding-bottom: 50px;
    padding: 0 15px 40px 15px;
  }

  .background-titles {
    display: block;
    position: absolute;
    left: -50vw;
    bottom: 0;
    width: 200vw;
    height: 200vh;
    z-index: -1;
    pointer-events: none;
    background: #f4f4f4;
  }

  .background-titles img {
    position: absolute;
    height: 200px;
    width: 250px;
    left: calc(50vw - 125px);
    bottom: 0;
    object-fit: contain;
    object-position: bottom center;
    opacity: 0.2;
  }

  .section__titles-imagem img {
    margin: 0 auto;
  }

  .formulario__content {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    box-sizing: border-box;
    /* padding: 0 15px; */
  }
}

.barra-inscricao-completa {
  box-shadow: 0 2px 6px rgba(87, 85, 85, 0.2);
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: #fff;
  height: 0;
  overflow: hidden;
}

.barra-inscricao-completa .container {
  display: flex;
  align-items: center;
}

.barra-inscricao__content {
  padding: 20px 80px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
  position: relative;
}

.barra-inscricao__texto {
  max-width: 500px;
}

.barra-inscricao__title {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #27a7df;
  margin-bottom: 10px;
}

.barra-inscricao__lead {
  position: relative;
  margin: 0;
  color: #4f4f55;
  font-size: 14px;
  font-weight: 400;
}

.button-card--orange {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s ease-in all;
  cursor: pointer;
  margin: 0 auto;
  background-color: #f7921e;
  border: 1px solid #f7921e;
  color: #fff;
  text-decoration: none;
}

.button-card--orange:hover {
  background-color: #cb873a;
  /* color: #fff; */
}

.btn--close__barra {
  position: absolute;
  right: 15px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: none;
  padding: 0;
}
.btn--close__barra svg {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .section--hero__content {
    height: 400px;
    background-image: url("../img/banner_mobile--768x400.png");
    background-position: center;
  }

  .barra-inscricao-completa .container {
    align-items: start;
    padding: 0;
  }

  .barra-inscricao__content {
    flex-direction: column;
    padding: 20px 20px 20px 20px;
    align-items: center;
  }

  .btn--close__barra {
    top: 15px;
    right: 5px;
  }
}
