@import url(https://fonts.googleapis.com/css?family=Exo+2:100,300,400,500,600,700&display=swap);
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
::-moz-selection {
  background: #b6dec7;
  color: #1a345d;
}
::selection {
  background: #b6dec7;
  color: #1a345d;
}
::-moz-selection {
  background: #b6dec7;
  color: #1a345d;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
p {
  line-height: 1.5;
}
body {
/* Código principal */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
/* Código principal */
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-justify-content: center;
  justify-content: center;
}
.center {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.center:before,
.center:after {
  content: " ";
  display: table;
}
.center:after {
  clear: both;
}
@media only screen and (max-width: 1279px) {
  .center {
    width: 90%;
  }
}
.not-responsive {
  min-width: 1280px;
}
.not-responsive .center {
  width: 1200px !important;
}
.interna {
  padding: 50px 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .interna {
    padding: 35px 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .interna {
    padding: 25px 0 35px;
  }
}
.interna.interna-pendencias {
  padding-top: 0 !important;
  margin-top: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .interna.interna-pendencias {
    margin-top: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .interna.interna-pendencias {
    margin-top: -10px;
  }
}
.main-box {
  background: #f5efe9;
  padding: 45px 75px;
  max-width: 900px;
  margin: 0 auto;
}
.main-box + .main-box {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .main-box {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .main-box {
    padding: 30px;
  }
  .main-box + .main-box {
    margin-top: 20px;
  }
}
.main-box .form-divider {
  width: 450px;
  height: 1px;
  margin: 50px auto;
  background: $marineLightColorClaro;
}
@media only screen and (max-width: 1279px) {
  .main-box .form-divider {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .main-box .form-divider {
    margin: 30px auto;
  }
}
.main-box h2 {
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #696;
  display: block;
  margin: 0 0 35px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .main-box h2 {
    font-size: 16px;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
.main-box h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 450px;
  left: 50%;
  margin-left: -225px;
  background: #696;
}
@media only screen and (max-width: 1279px) {
  .main-box h2:after {
    width: 80%;
    margin-left: -40%;
  }
}
.main-box h2:not(:first-child) {
  margin-top: 85px;
}
@media only screen and (max-width: 767px) {
  .main-box h2:not(:first-child) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .main-box.half-width {
    width: calc(50% - 18px);
    float: left;
  }
  .main-box.half-width + .main-box {
    float: right;
    margin-top: 0;
  }
}
.main-box.half-width.half-width-center {
  margin: 0 auto;
  float: none;
}
form .row:before,
form .row:after {
  content: " ";
  display: table;
}
form .row:after {
  clear: both;
}
form .row.row-margin + .row {
  margin-top: 25px;
}
form .form-group {
  position: relative;
}
form .form-group .olho {
  position: absolute;
  height: 24px;
  width: 24px;
  background-image: url("../img/layout/icone-visualizarsenha.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 12px;
  right: 10px;
  cursor: pointer;
}
form .erro {
  background: rgba(26,52,93,0.1);
  padding: 10px;
  text-align: center;
  font-size: 13px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-transform: uppercase;
  color: #cd2637;
  margin-bottom: 8px;
  line-height: 1.5;
}
form label {
  width: 100%;
  display: block;
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin-bottom: 5px;
}
form label + .btn-adicionar-comprovante {
  margin-left: 0;
}
form input,
form select {
  outline: 0;
  border: 0;
  border-radius: 4px;
}
form input:disabled,
form select:disabled {
  cursor: not-allowed;
  background: #ddd !important;
  color: #666 !important;
}
form input[type=text],
form input[type=email],
form input[type=password],
form select {
  background: #fff;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  height: 40px;
  padding: 0 10px;
  display: block;
  margin-bottom: 5px;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, form select::-moz-placeholder {
  color: #1a345d;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form select::placeholder {
  color: #1a345d;
}
@media only screen and (max-width: 767px) {
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form select {
    font-size: 15px;
  }
}
form input[type=submit] {
  display: block;
  cursor: pointer;
  background: #fc9;
  color: #1a345d;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  padding: 14px;
  transition: background 0.3s, color 0.3s;
}
@media only screen and (max-width: 767px) {
  form input[type=submit] {
    font-size: 15px;
  }
}
form input[type=submit]:hover {
  background: #1a345d;
  color: #fff;
}
form input[type=submit]:disabled {
  cursor: not-allowed !important;
}
form .btn-add-row {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  padding: 10px 10px 10px 40px;
  border: 1px solid $marineLightColorClaro;
  margin-bottom: 10px;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  float: left;
}
form .btn-add-row:hover {
  background: #fff;
}
form .btn-add-row span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #1a345d;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  border-radius: 100%;
  transition: background 0.3s;
}
form .btn-add-row span:before,
form .btn-add-row span:after {
  content: '';
  position: absolute;
  background: #1a345d;
  transition: background 0.3s;
}
form .btn-add-row span:before {
  width: 10px;
  height: 2px;
  top: 8px;
  left: 4px;
}
form .btn-add-row span:after {
  height: 10px;
  width: 2px;
  left: 8px;
  top: 4px;
}
form .btn-add-row:hover span {
  background: #1a345d;
}
form .btn-add-row:hover span:before,
form .btn-add-row:hover span:after {
  background: #fff;
}
form .btn-adicionar-comprovante {
  display: inline-block;
  border: 1px solid #1a345d;
  width: 208px;
  height: 39px;
  line-height: 38px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 4px;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  padding-left: 35px;
  padding-right: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  float: left;
}
form .btn-adicionar-comprovante:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  form .btn-adicionar-comprovante {
    width: 100%;
    display: block;
    margin-left: 0 !important;
    margin-bottom: 5px !important;
  }
}
form .btn-adicionar-comprovante span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #1a345d;
  top: 9px;
  left: 9px;
  border-radius: 100%;
  transition: background 0.3s, opacity 0.3s;
}
form .btn-adicionar-comprovante span:before,
form .btn-adicionar-comprovante span:after {
  content: '';
  position: absolute;
  background: #1a345d;
}
form .btn-adicionar-comprovante span:before {
  width: 10px;
  height: 2px;
  top: 8px;
  left: 4px;
}
form .btn-adicionar-comprovante span:after {
  height: 10px;
  width: 2px;
  left: 8px;
  top: 4px;
}
form .btn-adicionar-comprovante:hover {
  background: #1a345d;
  color: #fff;
}
form .btn-adicionar-comprovante:hover span {
  background: #fff;
}
form .btn-adicionar-comprovante.loading {
  background: #fc9;
  font-size: 0;
  cursor: wait;
}
form .btn-adicionar-comprovante.loading:before {
  content: 'Enviando. Aguarde...';
  font-size: 15px;
}
form .btn-adicionar-comprovante.loading:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #1a345d;
  border-right-color: transparent;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  animation: rotation 1s infinite linear;
}
form .btn-adicionar-comprovante.loading span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
form .btn-adicionar-comprovante.loading:hover {
  background-color: #fc9;
  color: #1a345d;
}
form .btn-adicionar-comprovante.loading input {
  display: none;
}
form .btn-adicionar-comprovante input {
  position: absolute;
  float: none !important;
  width: auto !important;
  z-index: 2;
  top: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 200px;
  cursor: pointer;
}
form .files-wrapper {
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
form .files-wrapper span {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  flex: 1;
  border-radius: 4px;
  position: relative;
  padding: 14px 40px;
  padding-right: 10px;
  font-size: 12px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  background: url("../img/layout/download.png") no-repeat 10px center #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
form .files-wrapper span:last-child {
  margin-bottom: 15px;
}
form .files-wrapper span + span {
  margin-top: 3px;
}
form .files-wrapper span a:first-child {
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  form .files-wrapper span a:first-child {
    flex: none;
    position: relative;
    white-space: nowrap;
    width: 50vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
form .files-wrapper span a.ver {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  right: 35px;
  background: url("../img/layout/icone-visualizarsenha.svg") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  form .files-wrapper span a.ver {
    width: 23px;
    height: 20px;
    top: 13px;
  }
}
form .files-wrapper span a.excluir {
  -webkit-mask-image: url("../img/layout/x-removercomprovante.svg");
          mask-image: url("../img/layout/x-removercomprovante.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f00;
  height: 20px;
  width: 20px;
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  form .files-wrapper span a.excluir {
    position: absolute;
    top: 12px;
    right: 12px;
  }
}
form .files-wrapper span a.excluir:hover {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.status p {
  text-align: center;
  color: #1a345d;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
}
.status p:last-child {
  margin-bottom: 0;
}
.status p span.data {
  display: block;
  font-size: 24px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
}
@media only screen and (max-width: 767px) {
  .status p {
    font-size: 15px;
  }
  .status p span.data {
    font-size: 18px;
  }
}
.status h4 {
  text-align: center;
  color: #1a345d;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-transform: uppercase;
}
.status .botao-verificar {
  display: block;
  color: #1a345d;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  margin-top: 12px;
}
.status .botao-verificar:hover {
  text-decoration: underline;
}
.status .botao-comprovante-pagamento {
  display: inline-block;
  background: #1a345d;
  color: #fc9;
  border-radius: 5px;
  font-size: 24px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  padding: 35px 80px;
  border: 2px solid #1a345d;
  transition: background 0.3s, color 0.3s;
}
.status .botao-comprovante-pagamento:hover {
  background: transparent;
  color: #1a345d;
}
@media only screen and (max-width: 767px) {
  .status .botao-comprovante-pagamento {
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 18px;
  }
}
.status .descritivo-pontuacao p {
  font-size: 14px;
  text-align: left;
  margin: 0.5em 0;
}
.status .status-box {
  background: #fc9;
  margin: 0 -75px 0;
  text-align: center;
  padding: 40px;
}
.status .status-box:last-child {
  margin-bottom: -45px;
}
@media only screen and (max-width: 767px) {
  .status .status-box {
    padding: 30px;
  }
}
.status .status-box .botao-instrucoes {
  display: inline-block;
  margin-top: 18px;
  background: #1a345d;
  color: #fff;
  border-radius: 5px;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  padding: 15px 30px;
  border: 2px solid #1a345d;
  transition: background 0.3s, color 0.3s;
}
.status .status-box .botao-instrucoes:hover {
  background: transparent;
  color: #1a345d;
}
@media only screen and (max-width: 767px) {
  .status .status-box .botao-instrucoes {
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 18px;
  }
}
.status .status-box p {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}
.status .status-box h3 {
  font-size: 22px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin: 0;
}
.status .status-box h3 + p {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .status .status-box {
    margin: 0 -45px 0;
  }
  .status .status-box:last-child {
    margin-bottom: -45px;
  }
}
@media only screen and (max-width: 767px) {
  .status .status-box {
    margin: 0 -30px 0;
  }
  .status .status-box:last-child {
    margin-bottom: -30px;
  }
  .status .status-box h3 {
    font-size: 18px;
  }
}
.revisao-pontuacao {
  background: #f5efe9;
  width: 100%;
  text-align: center;
}
.revisao-pontuacao h2 {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
  padding-bottom: 0;
}
.revisao-pontuacao h2:after {
  display: none;
}
.revisao-pontuacao p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.revisao-pontuacao form {
  margin-top: 1.5em;
}
.revisao-pontuacao textarea {
  width: 100%;
  height: 250px;
  border-radius: 4px;
  border: 0;
  outline: 0;
  background: #fff;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  resize: none;
  padding: 10px;
}
.revisao-pontuacao input[type=submit] {
  display: block;
  width: 400px;
  margin: 25px auto 0;
  font-size: 20px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .revisao-pontuacao input[type=submit] {
    width: 100%;
    margin-top: 15px;
  }
}
.erros-documentacao {
  text-align: center;
  line-height: 1.5;
}
.erros-documentacao h2 {
  font-size: 18px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  margin-top: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .erros-documentacao h2 {
    font-size: 16px;
  }
}
.erros-documentacao p {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #ba0000 !important;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .erros-documentacao p {
    font-size: 16px;
  }
}
.erros-documentacao p + p {
  margin-top: 1em;
}
.voucher {
  text-align: center;
}
.voucher h2 {
  padding-bottom: 10px;
}
.voucher .main-box {
  text-align: left;
  background: #fff;
  border: 1px solid #696;
}
@media only screen and (min-width: 1280px) {
  .voucher .main-box {
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 70px;
  }
}
.voucher .main-box:before,
.voucher .main-box:after {
  content: " ";
  display: table;
}
.voucher .main-box:after {
  clear: both;
}
.voucher .main-box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.voucher .main-box .inscricao {
  display: block;
  width: 100%;
  border: 1px solid $marineLightColorClaro;
  padding: 20px;
  margin: 35px 0;
  font-size: 22px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
  text-align: center;
  line-height: 22px;
}
.voucher .main-box .inscricao span {
  font-size: 1.4em;
}
@media only screen and (max-width: 767px) {
  .voucher .main-box .inscricao {
    margin: 25px 0;
    font-size: 18px;
    line-height: 18px;
  }
}
.voucher .main-box p {
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #154172;
  margin: 0;
}
.voucher .main-box p + p {
  margin-top: 1em;
}
.voucher .main-box .col {
  width: 72%;
  float: left;
}
.voucher .main-box .col p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin: 0;
}
.voucher .main-box .col p + p {
  margin-top: 0.6em;
}
.voucher .main-box .col:last-child {
  width: 24%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .voucher .main-box .col {
    width: 100% !important;
    float: left !important;
  }
  .voucher .main-box .col:last-child {
    margin-top: 10px;
  }
}
.voucher > p {
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin: 25px 0 15px;
}
.voucher > p.observacao {
  font-size: 16px;
  margin: 25px 0;
}
.voucher > a {
  display: inline-block;
  background: #1a345d;
  color: #fc9;
  border-radius: 5px;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  padding: 15px 35px;
  border: 2px solid #1a345d;
  transition: background 0.3s, color 0.3s;
}
.voucher > a:hover {
  background: transparent;
  color: #1a345d;
}
@media only screen and (max-width: 767px) {
  .voucher > a {
    width: 100%;
    display: block;
    padding: 12px;
    font-size: 18px;
  }
}
.box-pendencias .main-box {
  background: rgba(255,204,153,0.302);
  margin-top: 40px;
  padding: 2rem !important;
  border-radius: 5px;
}
@media print {
  header,
  footer,
  .logout,
  .main-nav,
  .btn-carta-confirmacao,
  .btn-imprimir {
    display: none !important;
  }
  .voucher > p,
  .voucher > a {
    display: none !important;
  }
  .voucher > p.observacao,
  .voucher > a.observacao {
    display: block !important;
    width: 100%;
    text-align: left;
  }
  .main-box {
    width: 100% !important;
    height: 100vh !important;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
  }
}
.btn-carta-confirmacao {
  display: block;
  background: #fc9;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 25px;
  text-align: center;
  font-size: 24px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
  transition: background 0.3s, color 0.3s;
}
.btn-carta-confirmacao:hover {
  color: #fc9;
  background: #1a345d;
}
@media only screen and (max-width: 767px) {
  .btn-carta-confirmacao {
    font-size: 18px;
    padding: 20px;
  }
}
.carta-de-confirmacao {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 50px 0;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  .carta-de-confirmacao {
    padding: 40px 20px;
  }
}
.carta-de-confirmacao > img {
  display: block;
  width: 80px;
  margin: 0 auto 50px;
}
.carta-de-confirmacao p {
  margin: 1.5em 0;
}
.carta-de-confirmacao *:first-child {
  margin-top: 0;
}
.carta-de-confirmacao *:last-child {
  margin-bottom: 0;
}
.carta-de-confirmacao .bold {
  font-weight: bold;
}
.carta-de-confirmacao .italic {
  font-style: italic;
}
.carta-de-confirmacao .underline {
  text-decoration: underline;
}
.carta-de-confirmacao .vermelho {
  color: #f00;
}
.carta-de-confirmacao .text-center {
  text-align: center;
}
.carta-de-confirmacao .carta-de-confirmacao-box {
  border: 1px solid #000;
  padding: 1.2em;
}
.carta-de-confirmacao .carta-de-confirmacao-box + .carta-de-confirmacao-box {
  margin-top: 1.5em;
}
.carta-de-confirmacao p a {
  color: #00f;
  text-decoration: underline;
}
.carta-de-confirmacao .mapa {
  margin: -0.5em 0 2.5em;
}
.carta-de-confirmacao .mapa iframe {
  width: 100%;
  height: 400px;
}
.carta-de-confirmacao .mapa img {
  display: none;
}
.carta-de-confirmacao .btn-imprimir {
  margin-top: 4em;
}
.carta-de-confirmacao .btn-imprimir a {
  display: inline-block;
  border-radius: 4px;
  font-size: 18px;
  padding: 20px 40px;
  background: #1a345d;
  color: #fc9;
  font-size: 24px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  transition: background 0.3s, color 0.3s;
}
.carta-de-confirmacao .btn-imprimir a:hover {
  color: #1a345d;
  background: #fc9;
}
@media print {
  .carta-de-confirmacao .mapa iframe {
    display: none;
  }
  .carta-de-confirmacao .mapa img {
    display: block;
    width: 100%;
    margin: 0;
  }
}
@keyframes rotation {
  to {
    transform: rotate(359deg);
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal .modal.show .modal-dialog {
  transform: none;
}
.modal .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal .modal-title {
  line-height: 1;
  margin: 0;
  font-size: 1.25rem;
}
.modal .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xmlbase64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzAwMCc+PHBhdGggZD0nTS4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMEw4IDYuNTg2IDE0LjI5My4yOTNhMSAxIDAgMTExLjQxNCAxLjQxNEw5LjQxNCA4bDYuMjkzIDYuMjkzYTEgMSAwIDAxLTEuNDE0IDEuNDE0TDggOS40MTRsLTYuMjkzIDYuMjkzYTEgMSAwIDAxLTEuNDE0LTEuNDE0TDYuNTg2IDggLjI5MyAxLjcwN2ExIDEgMCAwMTAtMS40MTR6Jy8+PC9zdmc+") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal .btn-close:hover {
  color: #000;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal .modal-dialog {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal .modal-header {
  display: flex;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal .modal-footer>* {
  margin: 0.25rem;
}
.modal .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #1a345d;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fc9;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modal .btn:hover {
  background: #1a345d;
  color: #fff;
}
@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal .modal-dialog {
    min-height: calc(100% - 3.5rem);
  }
}
.modal-backdrop.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
@keyframes hamburger__pulse {
  0% {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(1.4);
  }
}
.main {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .main {
    flex-direction: column;
  }
}
.main .sidebar {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.main .container {
  display: flex;
  flex-direction: column;
  flex: 3;
}
footer {
  padding: 10px 0;
  background: #e6e6e6;
  border-top: 2px solid #1a345d;
}
footer .footer-container {
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
footer .footer-container p {
  text-align: center;
  margin: 0;
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin-bottom: 2rem;
}
footer .footer-container img {
  height: 60px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
header {
  background: #1a345d;
  height: 150px;
  font-size: 0;
  overflow: hidden;
}
header .center {
  height: 100%;
  position: relative;
}
header .detalhe {
  height: 100%;
  width: 278px;
  position: absolute;
  top: 0;
  right: 0;
}
header .detalhe:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/layout/bg-header.png") no-repeat center;
  z-index: 2;
}
header .detalhe:after {
  content: '';
  position: absolute;
  width: 2000px;
  height: 100%;
  z-index: 1;
  left: 100px;
  background: #696;
}
header.header-admin {
  background: #1a345d;
}
header.header-admin h1,
header.header-admin h2 {
  color: #fff !important;
}
header.header-admin .detalhe:after {
  background: #696;
}
header h1 {
  color: #fc9;
  font-size: 30px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  display: inline-block;
  margin: 40px 0 0;
  position: relative;
}
header h1 small {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin-top: 7px;
}
header h2 {
  display: inline-block;
  font-size: 70px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 100 !important;
  color: #fc9;
  margin: 0;
  margin-left: 15px;
  transform: translateY(0px);
}
@media only screen and (max-width: 767px) {
  header h2 {
    transform: none;
    margin-top: 10px;
  }
}
header .sbc {
  position: absolute;
  height: 100%;
  width: 170px;
  top: 40px;
  right: 285px;
  -webkit-mask-image: url("../img/layout/marcaSBC-horizontal.svg");
  mask-image: url("../img/layout/marcaSBC-horizontal.svg");
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fff;
}
@media only screen and (min-width: 1280px) {
  header.header-home {
    height: 500px;
  }
  header.header-home .detalhe {
    width: 926px;
    right: -230px;
  }
  header.header-home .detalhe:before {
    background-image: url("../img/layout/bg-header-home.png");
  }
  header.header-home .detalhe:after {
    left: 400px;
  }
  header.header-home h1 {
    margin: 55px 0 25px;
    font-size: 50px;
  }
  header.header-home h1 small {
    display: none;
  }
  header.header-home h2 {
    display: block;
    font-size: 80px !important;
    font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
    font-weight: 400;
    font-style: normal !important;
    font-weight: 100 !important;
    margin-left: 0;
    transform: none;
  }
  header.header-home .sbc {
    width: 230px;
    height: 95px;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1279px) {
  header:not(.header-admin) {
    height: auto;
    padding: 40px 0;
  }
  header:not(.header-admin) .detalhe {
    display: none;
  }
  header:not(.header-admin) h1 {
    margin: 0;
  }
  header:not(.header-admin) .sbc {
    display: block;
    position: relative;
    height: 70px;
    width: 100%;
    background-position: left center;
    background-size: auto 100%;
    right: auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  header:not(.header-admin) {
    padding: 25px 0;
  }
  header:not(.header-admin) h1 {
    font-size: 20px;
  }
  header:not(.header-admin) h2 {
    display: block;
    margin-left: 0;
    font-size: 40px;
  }
  header:not(.header-admin) .sbc {
    height: 50px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  header:not(.header-admin) .sbc {
    height: 60px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
header .logout-admin {
  position: absolute;
  top: 10px;
  right: 215px;
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #fff;
  z-index: 3;
}
header .logout-admin a:hover {
  color: #1a345d;
}
.logout {
  margin: 20px auto;
  color: #1a345d;
  text-align: right;
  position: relative;
}
.logout #toggle {
  height: 28px;
  width: 28px;
  display: none;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #1a345d;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .logout #toggle {
    display: flex;
  }
}
.logout #toggle:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  animation: hamburger__pulse 1.5s ease infinite;
  border: 1px solid #1a345d;
  border-radius: 50%;
}
.logout #toggle .icon {
  background-color: #1a345d;
  height: 1px;
  position: relative;
  width: 15px;
  z-index: -1;
}
.logout #toggle .icon:before {
  content: "";
  background-color: #1a345d;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 4px;
  position: absolute;
  transition: 0.3s ease;
  transition-property: top, bottom;
}
.logout #toggle .icon:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #1a345d;
  top: 4px;
  left: 0;
  position: absolute;
  transition: 0.3s ease;
  transition-property: top, bottom;
}
.logout p {
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  margin: 0;
  display: flex;
  -ms-justify-content: end;
  justify-content: end;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .logout p {
    font-size: 9px;
  }
}
.logout a {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  border: 1px solid #1a345d;
  border-radius: 5px;
  padding: 2px 8px;
  text-transform: uppercase;
}
.logout a:hover {
  color: #1a345d;
}
.logout span {
  height: 20px;
  width: 20px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.logout span .icon-remove {
  background-color: #f00;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../img/layout/x-removercomprovante.svg");
  mask-image: url("../img/layout/x-removercomprovante.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.main-nav {
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
  transition-property: opacity;
  transition-duration: 1s;
}
@media only screen and (max-width: 767px) {
  .main-nav {
    position: fixed;
    height: 100vh;
    width: 250px;
    top: 0;
    background: #517851;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: collapse;
  }
}
.main-nav .header {
  display: none;
  -ms-align-items: center;
  align-items: center;
  padding: 1px;
  background: rgba(71,122,71,0.8);
}
@media only screen and (max-width: 767px) {
  .main-nav .header {
    display: flex;
  }
}
.main-nav .header .header--text {
  flex: 1;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #fff;
  padding-left: 7px;
}
.main-nav .header .header--button {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  width: auto;
  background: transparent;
}
.main-nav a {
  display: block;
  text-align: left;
  padding: 20px 0;
  padding-left: 20px;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #fff;
  background: #696;
  transition: background 0.3s;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .main-nav a {
    width: 100%;
    font-size: 12px;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .main-nav a {
    font-size: 12px;
    padding: 12px;
  }
}
.main-nav a:hover {
  background: #b2ccb2;
  color: #1a345d;
}
.main-nav a.active {
  background: #b2ccb2;
  color: #1a345d;
}
.main-nav a.active {
  background: #b2ccb2;
  color: #1a345d;
}
.main-nav .nav-dropdown {
  background: #477a47;
}
.main-nav .nav-dropdown-content a {
  background: #477a47;
  color: #fff;
  font-size: 14px;
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-nav .nav-dropdown-content a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .main-nav .nav-dropdown-content a {
    font-size: 12px;
    padding-left: 30px;
  }
}
.main-nav .nav-dropdown-content a:hover {
  background: #b2ccb2;
  color: #1a345d;
}
.main-nav .nav-dropdown-content a:active {
  background: #b2ccb2;
  color: #1a345d;
}
.main-nav .nav-dropdown-content a.active {
  background: #b2ccb2;
  color: #1a345d;
}
.active {
  visibility: visible;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.not-found {
  width: 100%;
  text-align: center;
  padding: 280px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .not-found {
    padding: 160px 5%;
  }
}
@media only screen and (max-width: 767px) {
  .not-found {
    padding: 100px 5%;
  }
}
.not-found h1 {
  display: inline-block;
  padding: 15px 18px;
  border: 2px solid #b6dec7;
  font-size: 11px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  letter-spacing: 1px;
  color: #1a345d;
  text-transform: uppercase;
}
.main-admin {
  padding: 25px 0 100px;
}
.main-admin .btn-solicitacao-recurso {
  display: inline-block;
  background: #1a345d;
  border-radius: 4px;
  padding: 15px 35px;
  font-size: 14.5px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
.main-admin .btn-solicitacao-recurso.active {
  color: #fc9;
}
.main-admin h2 {
  font-size: 18px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
  margin-top: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #fc9;
  padding-bottom: 5px;
}
.main-admin .total-inscricoes-enviadas {
  background: rgba(26,52,93,0.1);
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 20px;
  text-align: right;
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.main-admin .total-inscricoes-enviadas strong {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
}
.main-admin .form-filtro,
.main-admin .form-excecao {
  background: #f5efe9;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 15px;
}
.main-admin .form-filtro input,
.main-admin .form-excecao input {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
  height: 40px !important;
}
.main-admin .form-filtro input[type=text],
.main-admin .form-excecao input[type=text] {
  width: 180px;
  font-size: 14px;
}
.main-admin .form-filtro input[type=submit],
.main-admin .form-excecao input[type=submit] {
  padding: 0 14px;
  font-size: 15px;
}
.main-admin .form-excecao {
  max-width: 450px;
}
.main-admin .form-excecao p {
  margin-top: 0;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.main-admin nav {
  display: block;
  border-bottom: 2px solid #f5efe9;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-size: 0;
}
.main-admin nav a {
  position: relative;
  display: inline-block;
  font-size: 14.5px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
  margin-right: 24px;
}
.main-admin nav a.active {
  color: #1a345d;
}
.main-admin nav a:after {
  content: '';
  position: absolute;
  top: 2px;
  height: 14px;
  width: 1px;
  background: rgba(26,52,93,0.5);
  right: -11px;
  color: #1a345d;
}
.main-admin nav a:last-child:after,
.main-admin nav a:nth-child(6):after {
  display: none;
}
.main-admin .table-listagem {
  width: 100%;
  border-spacing: 1px;
}
.main-admin .table-listagem th {
  text-align: center;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: italic !important;
  padding: 8px 0;
  color: #1a345d;
}
.main-admin .table-listagem tr.table-link {
  cursor: pointer;
}
.main-admin .table-listagem tr.table-link:hover td {
  background: rgba(26,52,93,0.1);
}
.main-admin .table-listagem tr td {
  border: 1px solid #1a345d;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  transition: background 0.3s;
  text-align: center;
}
.main-admin .table-listagem tr td:first-child {
  text-align: left;
}
.main-admin .table-listagem tr td.data {
  width: 200px;
}
.main-admin .table-listagem tr td.inscricao {
  width: 100px;
}
.main-admin .table-listagem tr td.dados {
  width: 150px;
}
.main-admin .table-listagem tr td.table-btn {
  width: 200px;
  border: 0;
  background: #fc9 !important;
  text-align: center;
}
.main-admin .table-listagem tr td.table-btn.table-btn-excluir {
  background: #fec1c2 !important;
  color: #700006 !important;
}
.main-admin .table-listagem tr td.input {
  padding: 0;
  width: 560px;
  background: #ddd;
}
.main-admin .table-listagem tr td.input input {
  min-height: 44px;
  height: 100%;
  width: 100%;
  font-size: 13px;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.main-admin .table-listagem .table-btn-recurso {
  width: 230px !important;
  cursor: pointer;
}
.main-admin .table-listagem .table-btn-recurso:last-child {
  background: #1a345d !important;
  color: #fff;
}
.main-admin .pagination {
  padding: 0;
  display: block;
  margin-top: 45px;
  list-style: none;
}
.main-admin .pagination li {
  display: inline-block;
  padding: 5px;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin-right: 8px;
}
.main-admin .pagination li.disabled {
  display: none;
}
.main-admin .pagination li.active {
  border: 2px solid #fc9;
  font-weight: 700;
  padding: 5px 10px;
}
.main-admin .barra-status {
  display: block;
  background: rgba(26,52,93,0.2);
  padding: 15px 20px;
  margin: -32px 0 32px;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
}
.main-admin .barra-status.valido {
  background: #fc9;
}
.main-admin .barra-status.invalido {
  background: #dba127;
}
.main-admin .barra-nome-pontos {
  display: table;
  background: rgba(26,52,93,0.1);
  width: 100%;
  margin-bottom: 32px;
}
.main-admin .barra-nome-pontos > div {
  display: table-cell;
  padding: 15px 20px;
}
.main-admin .barra-nome-pontos .nome {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.main-admin .barra-nome-pontos .nome strong {
  text-transform: uppercase;
  font-weight: 700;
}
.main-admin .barra-nome-pontos .nome span {
  margin: 0 10px;
}
.main-admin .barra-nome-pontos .pontos {
  width: 300px;
  background: #1a345d;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #fff;
}
.main-admin .barra-nome-pontos .pontos span {
  font-size: 26px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 16px;
}
.main-admin .tabs {
  font-size: 0;
}
.main-admin .tabs a {
  position: relative;
  display: inline-block;
  border: 1px solid #fc9;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  padding: 12px 20px;
  transition: background 0.3s;
}
.main-admin .tabs a + a {
  margin-left: -1px;
}
.main-admin .tabs a.active {
  border-color: rgba(26,52,93,0.1);
  background: rgba(26,52,93,0.1) !important;
  z-index: -1;
}
.main-admin .tabs a:hover {
  background: rgba(255,204,153,0.2);
}
.main-admin .secao {
  background: rgba(26,52,93,0.1);
  padding: 50px;
}
.main-admin .table-campos {
  width: 100%;
}
.main-admin .table-campos.title-small td {
  padding: 5px !important;
}
.main-admin .table-campos.title-small td:first-child {
  width: 33.333%;
}
.main-admin .table-campos td {
  padding: 10px 0;
  vertical-align: top;
  line-height: 1.3;
}
.main-admin .table-campos td:first-child {
  width: 50%;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  text-align: right;
  padding-right: 20px;
  color: #1a345d;
  line-height: 16px;
}
.main-admin .table-campos td:last-child {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.main-admin .table-campos td .divider {
  width: 450px;
  height: 1px;
  margin: 10px auto;
  background: #1a345d;
}
.main-admin .comprovante-row + .comprovante-row {
  margin-top: 5px;
}
.main-admin .btn-admin-comprovante {
  display: inline-block;
  border: 1px solid #1a345d;
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
  background: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 5px;
  transition: background 0.3s;
}
.main-admin .btn-admin-comprovante.--valido {
  background: transparent;
}
.main-admin .btn-admin-comprovante.--invalido {
  background: #dba127;
  color: #fff;
}
.main-admin .btn-admin-comprovante.--solicitado {
  background: #1a345d;
  color: #fff;
}
.main-admin .btn-admin-comprovante.--substituido {
  background: #fc9;
}
.main-admin .btn-admin-comprovante.--nao-avaliado {
  background: #1a345d;
}
.main-admin .admin-comprovantes .comprovante-substituicao {
  margin-bottom: 50px;
}
.main-admin .admin-comprovantes .comprovante-substituicao p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin: 0;
  border: 1px solid #1a345d;
  padding: 12px;
}
.main-admin .admin-comprovantes .comprovante-substituicao p + p {
  margin-top: 5px;
}
.main-admin .admin-comprovantes .comprovante-substituicao p.solicitacao {
  background: rgba(26,52,93,0.1);
}
.main-admin .admin-comprovantes h1 {
  font-size: 24px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin: 10px 0 30px;
  text-align: center;
}
.main-admin .admin-comprovantes .admin-comprovantes-arquivos {
  width: 90%;
  margin: 0 auto;
}
.main-admin .admin-comprovantes .admin-comprovantes-arquivos * {
  margin-top: 10px;
}
.main-admin .admin-comprovantes .admin-comprovantes-arquivos object {
  width: 100%;
  height: 90vh;
}
.main-admin .admin-comprovantes .admin-comprovantes-arquivos a {
  display: block;
}
.main-admin .admin-comprovantes .admin-comprovantes-arquivos a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main-admin .admin-comprovantes .admin-comprovantes-botoes {
  text-align: center;
  font-size: 0;
  margin-top: 40px;
}
.main-admin .admin-comprovantes .admin-comprovantes-botoes a {
  width: 300px;
  display: inline-block;
  border: 1px solid #1a345d;
  border-radius: 4px;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  text-align: center;
  padding: 10px 0;
  margin: 0 5px;
  transition: background 0.3s;
}
.main-admin .admin-comprovantes .admin-comprovantes-botoes a:hover,
.main-admin .admin-comprovantes .admin-comprovantes-botoes a.active {
  background: #fc9;
}
.main-admin .admin-comprovantes .admin-comprovantes-botoes a.--invalido:hover {
  background: #ffce6a;
}
.main-admin .admin-comprovantes .form-substituicao {
  width: 700px;
  margin: 40px auto 0;
  text-align: center;
  color: #1a345d;
}
.main-admin .admin-comprovantes .form-substituicao h3 {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  margin: 0 0 1em;
}
.main-admin .admin-comprovantes .form-substituicao p {
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: italic !important;
}
.main-admin .admin-comprovantes .form-substituicao p span {
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
}
.main-admin .admin-comprovantes .form-substituicao textarea {
  width: 100%;
  height: 200px;
  display: block;
  border: 1px solid #1a345d;
  padding: 10px;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  resize: none;
  border-radius: 4px;
  outline: 0;
}
.main-admin .admin-comprovantes .form-substituicao input[type=submit] {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #1a345d;
  border-radius: 4px;
  width: 300px;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  cursor: pointer;
  transition: background 0.3s;
  background: #fff;
  padding: 10px 0;
  height: auto;
}
.main-admin .admin-comprovantes .form-substituicao input[type=submit]:hover {
  background: #fc9;
}
.main-admin .btn-reavaliar {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.main-admin .btn-reavaliar a {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  text-align: center;
  display: inline-block;
  padding: 15px 35px;
  border: 1px solid #1a345d;
  border-radius: 4px;
  transition: background 0.3s;
}
.main-admin .btn-reavaliar a:hover,
.main-admin .btn-reavaliar a.active {
  background: #366cc1;
}
.main-admin .btn-reavaliar + .admin-inscricao-botoes {
  margin-top: 20px;
}
.main-admin .admin-inscricao-botoes {
  text-align: center;
  font-size: 0;
  margin-top: 40px;
}
.main-admin .admin-inscricao-botoes a,
.main-admin .admin-inscricao-botoes div,
.main-admin .admin-inscricao-botoes input {
  width: 350px;
  display: inline-block;
  border: 1px solid #1a345d;
  border-radius: 4px;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d !important;
  text-align: center;
  padding: 20px 0;
  margin: 0 5px;
  transition: background 0.3s;
}
.main-admin .admin-inscricao-botoes a.validar:hover,
.main-admin .admin-inscricao-botoes div.validar:hover,
.main-admin .admin-inscricao-botoes input.validar:hover {
  background: #fc9;
}
.main-admin .admin-inscricao-botoes a.invalidar:hover,
.main-admin .admin-inscricao-botoes div.invalidar:hover,
.main-admin .admin-inscricao-botoes input.invalidar:hover {
  background: #ffce6a;
}
.main-admin .admin-inscricao-botoes a.solicitar-substituicoes:hover,
.main-admin .admin-inscricao-botoes div.solicitar-substituicoes:hover,
.main-admin .admin-inscricao-botoes input.solicitar-substituicoes:hover,
.main-admin .admin-inscricao-botoes a.secundario:hover,
.main-admin .admin-inscricao-botoes div.secundario:hover,
.main-admin .admin-inscricao-botoes input.secundario:hover {
  background: #366cc1;
}
.main-admin .admin-inscricao-botoes a.disabled,
.main-admin .admin-inscricao-botoes div.disabled,
.main-admin .admin-inscricao-botoes input.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  opacity: 0.35;
  background: #ddd !important;
  border-color: #aaa;
  cursor: not-allowed;
}
.main-admin .admin-inscricao-botoes a.principal,
.main-admin .admin-inscricao-botoes div.principal,
.main-admin .admin-inscricao-botoes input.principal {
  background: #fc9;
  border: 1px solid #fc9;
}
.main-admin .box-solicitacao-revisao {
  width: 100%;
  background: rgba(26,52,93,0.1);
  padding: 20px;
  display: flex;
  margin-bottom: 32px;
}
.main-admin .box-solicitacao-revisao h3 {
  display: table-cell;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
  margin: 0;
  white-space: nowrap;
  width: 190px;
}
.main-admin .box-solicitacao-revisao h3 span {
  font-weight: 400;
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-top: 5px;
}
.main-admin .box-solicitacao-revisao h3 p {
  margin: 0;
}
.main-admin .box-solicitacao-revisao h3 p button {
  display: inline-block;
  margin-top: 20px;
  background: #1a345d;
  color: #fff;
  border-radius: 4px;
  padding: 12px 16px;
  transition: color 0.3s;
}
.main-admin .box-solicitacao-revisao h3 p button:hover {
  color: #fc9;
}
.main-admin .box-solicitacao-revisao .box-solicitacao-revisao-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main-admin .box-solicitacao-revisao .box-solicitacao-revisao-text p {
  display: table-cell;
  margin: 0;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  padding-left: 35px;
  margin-bottom: 10px;
  flex: 1;
}
.main-admin .box-solicitacao-revisao .box-solicitacao-revisao-text textarea {
  background: #fff;
  border: 1px solid #1a345d;
  color: #1a345d;
  margin-left: 35px;
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  outline: 0;
  padding: 10px;
  resize: none;
  flex: 2 1 125px;
}
.warning {
  background: #fff3cd;
  border: 1px solid #ffe79a;
  color: #856404;
  border-radius: 4px;
  padding: 15px;
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-transform: uppercase;
}
.warning-expirado {
  background: #fec1c2;
  border: 1px solid #fd8f91;
  color: #700006;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  text-align: center;
}
.success {
  background: #fff2e5;
  border: 1px solid #ffb366;
  color: #36a982;
  border-radius: 4px;
  padding: 20px;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.main-admin .recursos-show {
  text-align: center;
  color: #1a345d;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
}
.main-admin .recursos-show h3 {
  font-weight: normal;
  margin-bottom: 2.5em;
}
.main-admin .recursos-show p strong {
  font-size: 16px;
}
.main-admin .recursos-show form {
  background: $orangeAverageColorBg;
  padding: 30px;
  margin: 40px auto 0;
  border-radius: 4px;
  max-width: 450px;
  text-align: left;
}
.main-admin .recursos-show form.form-resposta-geral {
  max-width: 800px;
  background: 0;
  padding: 0;
}
.main-admin .recursos-show form input[type=submit] {
  margin-top: 20px;
  font-size: 20px;
  padding: 20px 30px;
}
.main-admin .recursos-show form textarea {
  width: 100%;
  height: 240px;
  display: block;
  border: 1px solid #1a345d;
  padding: 10px;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  resize: none;
  border-radius: 4px;
  outline: 0;
}
.main-admin .recursos-show .recurso-alteracao:before,
.main-admin .recursos-show .recurso-alteracao:after {
  content: " ";
  display: table;
}
.main-admin .recursos-show .recurso-alteracao:after {
  clear: both;
}
.main-admin .recursos-show .recurso-alteracao + .recurso-alteracao {
  margin-top: 15px;
}
.main-admin .recursos-show .recurso-alteracao label {
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
.main-admin .recursos-show .recurso-alteracao > a {
  display: inline-block;
  float: left;
  margin: 6px 0;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  border: 1px solid #1a345d;
  border-radius: 3px;
  background: #fc9;
  padding: 12px 20px;
}
.main-admin .recursos-show .recurso-alteracao .btn-adicionar-comprovante {
  clear: left;
  margin-left: 0;
}
.main-admin .divider {
  border: 1px solid #fc9;
  margin: 50px 0;
}
.main-admin .admin-liberacoes-inscricao {
  text-align: center;
}
.main-admin .admin-liberacoes-inscricao > p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin: 0;
}
.main-admin .admin-liberacoes-inscricao form {
  text-align: center;
  width: 650px;
  margin: 30px auto;
}
.main-admin .admin-liberacoes-inscricao form p {
  color: #1a345d;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  margin: 0 0 10px;
}
.main-admin .admin-liberacoes-inscricao form textarea {
  width: 100%;
  border: 1px solid #1a345d;
  padding: 10px;
  background: #fff;
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  outline: 0;
  resize: none;
  height: 120px;
}
.main-admin .admin-liberacoes-inscricao form input[type=submit] {
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #1a345d;
  padding: 10px 40px;
  background: #fff;
  transition: background 0.3s, color 0.3s;
}
.main-admin .admin-liberacoes-inscricao form input[type=submit]:hover {
  color: #fff;
  background: #1a345d;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes {
  border: 1px solid #1a345d;
  background: #fc9;
  width: 900px;
  margin: 0 auto;
  padding: 25px;
  color: #1a345d;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes h3 {
  font-size: 18px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  margin: 0 0 1.5em;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes .row {
  display: flex;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes .row p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-align: left;
  margin: 0;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes .row p small {
  font-size: 12px;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes .row p:first-child {
  flex: 0 0 300px;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes .row + .row {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #1a345d;
}
.main-admin-liberacoes {
  background: $orangeAverageColorBg;
  padding: 50px;
  color: #1a345d;
}
.main-admin-liberacoes h2 {
  display: block;
  text-align: center;
  font-size: 22px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  margin: 0 0 1.5em;
  border: 0;
}
.main-admin-liberacoes .row {
  display: flex;
}
.main-admin-liberacoes .row .left {
  flex: 0 0 320px;
  margin-right: 30px;
}
.main-admin-liberacoes .row .right {
  flex: 1;
}
.main-admin-liberacoes .row p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-align: left;
  margin: 0;
  width: 100%;
}
.main-admin-liberacoes .row p + p {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(26,52,93,0.08);
}
.main-admin-liberacoes .row p small {
  font-size: 12px;
}
.main-admin-liberacoes .row p:first-child {
  flex: 0 0 300px;
}
.main-admin-liberacoes .row + .row {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #1a345d;
}
.main-admin-liberacoes .row:first-child {
  padding-top: 35px;
  border-top: 1px solid #1a345d;
}
.main-admin .admin-liberacoes-inscricao {
  text-align: center;
}
.main-admin .admin-liberacoes-inscricao > p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin: 0;
}
.main-admin .admin-liberacoes-inscricao form {
  text-align: center;
  width: 650px;
  margin: 30px auto;
}
.main-admin .admin-liberacoes-inscricao form p {
  color: #1a345d;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  margin: 0 0 10px;
}
.main-admin .admin-liberacoes-inscricao form textarea {
  width: 100%;
  border: 1px solid #1a345d;
  padding: 10px;
  background: #fff;
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  outline: 0;
  resize: none;
  height: 120px;
}
.main-admin .admin-liberacoes-inscricao form input[type=submit] {
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #1a345d;
  padding: 10px 40px;
  background: #fff;
  transition: background 0.3s, color 0.3s;
}
.main-admin .admin-liberacoes-inscricao form input[type=submit]:hover {
  color: #fff;
  background: #1a345d;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes {
  border: 1px solid #1a345d;
  background: #fc9;
  width: 900px;
  margin: 0 auto;
  padding: 25px;
  color: #1a345d;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes h3 {
  font-size: 18px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  margin: 0 0 1.5em;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes .row {
  display: flex;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes .row p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-align: left;
  margin: 0;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes .row p small {
  font-size: 12px;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes .row p:first-child {
  flex: 0 0 300px;
}
.main-admin .admin-liberacoes-inscricao .box-liberacoes .row + .row {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #1a345d;
}
.main-admin-resumo {
  background: $orangeAverageColorBg;
  padding: 50px;
  color: #1a345d;
  width: 600px;
  margin: 0 auto;
}
.main-admin-resumo h2 {
  display: block;
  text-align: center;
  font-size: 22px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  margin: 0 0 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #1a345d;
}
.main-admin-resumo .row {
  display: flex;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.main-admin-resumo .row .titulo {
  flex: 0 0 50%;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
}
.main-admin-resumo .row .valor {
  flex: 0 0 50%;
  margin-left: 30px;
}
.main-admin-resumo .row + .row {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(26,52,93,0.08);
}
.dados-pessoais .row:nth-child(2n) p:first-child {
  margin-top: 0;
}
.dados-pessoais .row p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
@media only screen and (max-width: 767px) {
  .dados-pessoais .row p {
    font-size: 15px;
  }
}
.dados-pessoais .row .legenda {
  display: block;
  width: 100%;
  float: left;
}
.dados-pessoais .row .legenda p {
  font-size: 13px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: italic !important;
  margin: 0;
  line-height: 1.3;
  color: #1a345d;
}
.dados-pessoais .row .legenda p + p {
  margin-top: 3px;
}
.dados-pessoais .row input,
.dados-pessoais .row select {
  width: 100%;
  float: left;
}
.dados-pessoais .row input[name=CPF],
.dados-pessoais .row input[name=CEP],
.dados-pessoais .row input[name=telefone_residencial],
.dados-pessoais .row input[name=telefone_comercial],
.dados-pessoais .row input[name=telefone_celular],
.dados-pessoais .row input[name=nascimento],
.dados-pessoais .row select[name=sexo],
.dados-pessoais .row select[name=lateralidade] {
  width: calc(50% - 2.5px);
}
@media only screen and (max-width: 767px) {
  .dados-pessoais .row input[name=CPF],
  .dados-pessoais .row input[name=CEP],
  .dados-pessoais .row input[name=telefone_residencial],
  .dados-pessoais .row input[name=telefone_comercial],
  .dados-pessoais .row input[name=telefone_celular],
  .dados-pessoais .row input[name=nascimento],
  .dados-pessoais .row select[name=sexo],
  .dados-pessoais .row select[name=lateralidade] {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .dados-pessoais .row input[name=telefone_comercial],
  .dados-pessoais .row input[name=nascimento],
  .dados-pessoais .row select[name=lateralidade] {
    margin-left: 5px;
  }
  .dados-pessoais .row input[name=numero],
  .dados-pessoais .row input[name=uf] {
    width: 100px;
  }
  .dados-pessoais .row input[name=complemento],
  .dados-pessoais .row input[name=bairro] {
    width: calc(50% - 55px);
    margin-left: 5px;
  }
  .dados-pessoais .row input[name=cidade] {
    width: calc(100% - 105px);
    margin-right: 5px;
  }
  .dados-pessoais .row select[name=socio_amb_select],
  .dados-pessoais .row input[name^=crm] {
    width: 165px;
  }
}
@media only screen and (min-width: 768px) {
  .dados-pessoais input[type=submit] {
    display: block;
    width: 400px;
    margin: 25px auto 0;
    font-size: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dados-pessoais input[type=submit] {
    width: 100%;
    margin-top: 15px;
  }
}
.dados-pessoais .box-view-group {
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.dados-pessoais .box-view-group-row-2 {
  gap: 5px;
}
.dados-pessoais .box-view-group-row-2 .box-view-input {
  flex: 1;
}
.dados-pessoais .box-view-input {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 400;
  font-style: normal;
  color: #1a345d;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 5px;
  border-radius: 4px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  pointer-events: none;
  cursor: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dados-pessoais .box-view-input .label {
  padding-right: 5px;
  font-weight: 600;
}
.dados-pessoais .paragraph {
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.dados-pessoais .observacoes {
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
  line-height: 1.3;
  font-style: italic;
  text-align: center;
  margin-top: 25px;
  position: relative;
}
.dados-pessoais .observacoes:before {
  content: '';
  position: absolute;
  border-top: 1px solid #fff;
}
.dados-pessoais .erro-validacao {
  border: 2px solid #cd2637;
}
.declaracao-aprovacao p {
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #154172;
}
.documentacao-nav {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .documentacao-nav {
    flex-direction: column;
  }
}
.documentacao-nav .nav-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .documentacao-nav .nav-item {
    margin-bottom: 2rem;
    padding: 0 1.5rem;
  }
}
.documentacao-nav .nav-item:last-child {
  margin-bottom: 0;
}
.documentacao-nav .nav-item a {
  background: #fff;
  color: #c63;
  border: 1px solid #fc9;
  flex: 1;
  position: relative;
  text-transform: uppercase;
  padding: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .documentacao-nav .nav-item a {
    display: flex;
    flex-direction: column;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 120px;
  }
}
.documentacao-nav .nav-item a span {
  position: absolute;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  background: #fc9;
  border-radius: 100%;
  text-align: center;
  font-size: 18px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
}
.documentacao-nav .nav-item a h4 {
  color: #c63;
  font-size: 10px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .documentacao-nav .nav-item a h4 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .documentacao-nav .nav-item a h4 {
    font-size: 8px;
  }
}
.documentacao-nav .nav-item a h3 {
  color: #c63;
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  margin-block: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .documentacao-nav .nav-item a h3 {
    font-size: 11px;
  }
}
.documentacao-nav .nav-item a.active {
  background: transparent;
}
.documentacao-nav .nav-item p {
  color: #477a47;
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  margin-block: 1px;
}
@media only screen and (max-width: 767px) {
  .documentacao-nav .nav-item p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .documentacao-nav .nav-item p {
    font-size: 10px;
  }
}
.documentacao .descricao {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-align: center;
  color: #1a345d;
}
@media only screen and (max-width: 767px) {
  .documentacao .descricao {
    font-size: 12px;
  }
}
.documentacao h4 {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  .documentacao h4 {
    font-size: 14px;
  }
}
.documentacao h4.divider {
  border-top: 1px solid #1a345d;
  border-bottom: 1px solid #1a345d;
  margin-top: 2em;
  padding: 1em 0;
}
.documentacao h4.divider + h4 {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .documentacao h4 {
    font-size: 15px;
  }
}
.documentacao p + h4 {
  border-top: 2px solid #1a345d;
  padding-top: 2em;
  margin-top: 2em;
}
.documentacao .atencao {
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  text-align: center;
  color: #1a345d;
}
.documentacao p + .row {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .documentacao p + .row {
    margin-top: 30px;
  }
}
.documentacao select[name=graduacao] {
  width: 100%;
}
.documentacao select[name^=ano_] {
  width: 185px;
  float: left;
}
.documentacao input[name=uf] {
  width: 100px;
  float: left;
  margin-left: 5px;
}
.documentacao .limpar-comprovante-especializacao-wrapper a {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #1a345d;
  width: 208px;
  height: 39px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1a345d;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  gap: 6px;
  padding: 0 10px;
}
.documentacao .limpar-comprovante-especializacao-wrapper a:hover {
  background: #1a345d;
  color: #fff;
}
.documentacao .limpar-comprovante-especializacao-wrapper a:hover span {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .documentacao .limpar-comprovante-especializacao-wrapper a {
    width: 100%;
    margin-bottom: 5px;
  }
}
.documentacao .limpar-comprovante-especializacao-wrapper a span {
  -webkit-mask-image: url("../img/layout/x-removercomprovante.svg");
          mask-image: url("../img/layout/x-removercomprovante.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f00;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
}
.documentacao .submit-group {
  margin-top: 30px;
}
.documentacao .submit-group:before,
.documentacao .submit-group:after {
  content: " ";
  display: table;
}
.documentacao .submit-group:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .documentacao .submit-group {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .documentacao .submit-group input {
    display: block;
    width: calc(50% - 2.5px);
    float: left;
    font-size: 20px !important;
    font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
    font-weight: 400;
    font-style: normal !important;
    padding: 20px;
  }
  .documentacao .submit-group input + input {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .documentacao .submit-group input {
    width: 100%;
  }
  .documentacao .submit-group input + input {
    margin-top: 5px;
  }
}
.documentacao .hr-line {
  display: block;
  background: #fc9;
  height: 4px;
  width: 100%;
  margin-top: 3rem;
}
.documentacao .ou-selecao {
  color: #1a345d;
  font-weight: bold;
}
.documentacao .ou-selecao .hr-line:first-child {
  height: 2px;
  background: #1a345d;
  margin-bottom: 1rem;
}
.documentacao .ou-selecao .hr-line:last-child {
  height: 2px;
  background: #1a345d;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.box-envio-documentacao {
  background: #f5efe9;
  text-align: center;
}
.box-envio-documentacao .date-view {
  margin-bottom: 2rem;
  text-align: center;
}
.box-envio-documentacao .date-view span {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  margin-bottom: 0;
  color: #1a345d;
}
.box-envio-documentacao .date-view .data {
  margin: 0;
  font-size: 26px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.box-envio-documentacao .headline {
  font-size: 24px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  margin-bottom: 2rem;
  color: #1a345d;
}
.box-envio-documentacao .footer {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-transform: uppercase;
}
.box-envio-documentacao .footer a {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: bold;
}
.box-envio-documentacao .footer a:hover {
  color: #fc9;
}
.box-envio-documentacao h2 {
  color: #696;
}
.box-envio-documentacao h2:after {
  background: #696;
}
.box-envio-documentacao p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.box-envio-documentacao .btn-enviar-documentacao {
  display: inline-block;
  background: #fc9;
  color: #1a345d;
  border: none;
  border-radius: 5px;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  padding: 35px 80px;
  margin-top: 20px;
  transition: background 0.3s, color 0.3s;
}
.box-envio-documentacao .btn-enviar-documentacao:hover {
  background: #1a345d;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .box-envio-documentacao p {
    font-size: 14px;
  }
  .box-envio-documentacao .btn-enviar-documentacao {
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 16px;
  }
}
.documentacao .bloco-pendencias .pendencias-solicitacao {
  margin-bottom: 10px;
}
.documentacao .bloco-pendencias .pendencias-solicitacao .solicitacao {
  border: 1px solid #fc9;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .documentacao .bloco-pendencias .pendencias-solicitacao .solicitacao {
    font-size: 14px;
  }
}
.documentacao .bloco-pendencias .pendencias-solicitacao textarea {
  margin-top: 5px;
  border: 1px solid #fc9;
  padding: 12px;
  background: #fff;
  outline: 0;
  resize: none;
  height: 80px;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .documentacao .bloco-pendencias .pendencias-solicitacao textarea {
    font-size: 14px;
  }
}
.documentacao .bloco-pendencias .pendencias-solicitacao p {
  text-align: left;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
  margin-top: 12px;
  margin-bottom: 0;
}
.documentacao .bloco-pendencias .btn-adicionar-comprovante {
  float: none;
  margin-bottom: 0;
}
.documentacao .bloco-pendencias .pendencias-arquivos-anteriores {
  display: inline-block;
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  border-radius: 4px;
}
.documentacao .bloco-pendencias .pendencias-arquivos-anteriores span {
  display: block;
  color: #1a345d;
  font-size: 12px;
  margin-bottom: 8px;
}
.documentacao .bloco-pendencias .pendencias-arquivos-anteriores a {
  display: inline-block;
  position: relative;
  padding: 14px 40px;
  border-radius: 4px;
  font-size: 12px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  background: url("../img/layout/download.png") no-repeat 10px center #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.documentacao .bloco-pendencias .pendencias-arquivos-anteriores a + a {
  margin-top: 3px;
}
.documentacao .bloco-pendencias + .bloco-pendencias {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #fc9;
}
@media only screen and (max-width: 767px) {
  .documentacao .bloco-pendencias + .bloco-pendencias {
    margin-top: 25px;
    padding-top: 35px;
  }
}
.documentacao .submit-group {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .documentacao .submit-group {
    flex-direction: column;
  }
}
.documentacao .submit-group input[type=submit] {
  float: none;
}
.row-outra {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.row-outra span {
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin-right: 10px;
}
.row-outra input {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .row-outra {
    display: block;
  }
  .row-outra input {
    width: 100%;
  }
}
.flex-uf-instituicao {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.flex-uf-instituicao select:first-child {
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 65px;
}
.flex-uf-instituicao select:last-child {
  flex: 1;
  max-width: calc(100% - 70px);
  margin-left: 5px;
}
.row-divider {
  height: 1px;
  width: 100%;
  background: #1a345d;
  box-sizing: content-box;
  margin: 2rem 0;
}
.row-download h5 {
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  font-weight: bold;
  margin: 0;
}
.row-download label {
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.row-download .btn-adicionar-comprovante {
  margin: 0.2rem 0;
}
.row-download .download-button {
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  padding: 0.8rem;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  background: #fff;
  border: 1px solid #1a345d;
  border-radius: 5px;
}
.row-download .download-button:hover {
  background: #1a345d;
}
.row-download .download-button:hover span {
  color: #fff;
}
.row-download .download-button:hover .icon-download {
  height: 27px;
  width: 27px;
  background: #fff;
  -webkit-mask-image: url("../img/layout/download.png");
          mask-image: url("../img/layout/download.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.row-download .download-button span {
  flex: 1;
  text-transform: uppercase;
  color: #1a345d;
}
.row-download .download-button .icon-download {
  display: inline-block;
  height: 27px;
  width: 27px;
  justify-self: flex-end;
  background: url("../img/layout/download.png") no-repeat;
  background-size: contain;
}
.box-view-row p {
  font-size: 18px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin-block-end: 5px;
}
.box-view-row-empty p {
  font-size: 18px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin-block-end: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.box-view-row-empty .box-view-empty {
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 500 !important;
  color: #1a345d;
  text-transform: uppercase;
}
.box-view {
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #696;
  border-radius: 5px;
  padding: 0.5rem;
  gap: 15px;
}
.box-view .box-view--eye {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0.8rem;
  border: 1px solid #696;
  border-radius: 5px;
  background: #b2ccb2;
  position: relative;
}
.box-view .box-view--eye:hover .box-view-dropdown--eye {
  display: flex;
}
.box-view .box-view--eye .icon-eye {
  background: url("../img/layout/icone-visualizarsenha.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  width: 30px;
}
.box-view .box-view-dropdown--eye {
  display: none;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  width: 160px;
  padding: 0.5rem;
  background: #fff;
  border-radius: 5px;
  left: 0;
  bottom: -1px;
  transform: translateY(100%);
  z-index: 1;
}
.box-view .box-view-dropdown--eye a {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  padding: 0.2rem;
  color: #1a345d;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.box-view .box-view-dropdown--eye a:hover {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.box-view .box-view--content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  padding: 0.1rem 0;
}
.box-view .box-view--content span:last-child {
  font-size: 14px;
  text-transform: uppercase;
}
.box-view .box-view--content span b.valido {
  color: #477a47;
}
.box-view .box-view--content span b.invalido {
  color: #ba0000;
}
.box-view .box-view--content .box-view--mutiple-status {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.documentos-facultativos .paragraph {
  color: #1a345d;
  text-align: center;
  font-weight: 500;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
}
.documentos-facultativos .btn-group {
  margin: 0 auto;
  text-align: center;
}
.documentos-facultativos .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
  width: 270px;
  margin: -3px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .documentos-facultativos .btn-group > .btn {
    margin: -1px;
  }
}
.documentos-facultativos .btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 500;
  line-height: 1.5;
  color: #1a345d;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 3px solid #fc9;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
}
.documentos-facultativos .btn:hover {
  border: 3px solid #1a345d;
  background: #1a345d;
  color: #fff;
}
.documentos-facultativos .btn.active {
  border: 3px solid #1a345d;
  background: #1a345d;
  color: #fff;
  pointer-events: none;
}
.documentos-facultativos .btn.active:last-child {
  margin-left: -1px;
}
.documentos-facultativos .tab-group {
  margin: 1rem 0;
}
.documentos-facultativos .tab-group .tab-pane {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 1rem;
}
.documentos-facultativos .tab-group .active {
  display: block;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}
@keyframes fadeInOpacity {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    -ms-filter: none;
    filter: none;
    opacity: 1;
  }
}
.home {
  padding: 75px 0 125px;
  color: #1a345d;
  text-align: center;
}
.home p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  margin: 2em 0 3em;
}
.home h4 {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-transform: uppercase;
  margin: 0;
}
.home .box {
  display: flex;
  flex-direction: row;
  background: #f5efe9;
  flex-wrap: wrap;
  padding: 50px 125px;
  gap: 5px;
}
.home .box .box-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 5px;
}
.home .box .box-column a {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  background: #fc9;
  color: #1a345d;
  height: 90px;
  padding: 20px 50px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 5px;
}
.home .box .box-column a:hover {
  background: #1a345d;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home {
    padding: 45px 0 85px;
  }
  .home .box {
    padding: 50px;
  }
  .home .box .box-column a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .home {
    padding: 25px 0 35px;
  }
  .home p {
    font-size: 14px;
    margin: 1em 0 2em;
  }
  .home h4 {
    font-size: 16px;
  }
  .home .box {
    padding: 30px;
  }
  .home .box .box-column a {
    font-size: 12px;
  }
}
.informacoes-regulamento {
  height: 100%;
}
.informacoes-regulamento .main-box {
  height: 100%;
}
.informacoes-regulamento .main-box h1 {
  font-size: 18px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: bold;
  color: #1a345d;
  text-align: center;
}
.informacoes-regulamento .main-box p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  padding: 0;
}
.informacoes-regulamento .main-box p span {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  margin: 0;
  line-height: 0 !important;
  padding: 0;
}
.informacoes-regulamento .main-box p span:first-child {
  font-weight: bold;
}
.informacoes-regulamento .main-box .paragraph-edital {
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  margin-bottom: 10px;
}
.informacoes-regulamento .main-box .box {
  margin-bottom: 3rem;
}
.informacoes-regulamento .main-box .box-contact {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.informacoes-regulamento .main-box .box-contact .contact-whatsapp {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  cursor: pointer;
  text-align: center;
  color: #1a345d;
}
.informacoes-regulamento .main-box .box-contact .whatsapp {
  padding-left: 20px;
  background: url("../img/layout/icone-whatsapp.png") no-repeat left center;
}
.informacoes-regulamento .main-box .box-contact .contact-email {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #477a47;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
}
.informacoes-regulamento .main-box .downloads {
  margin-bottom: 4rem;
}
.informacoes-regulamento .main-box .downloads a {
  display: block;
  width: 100%;
  padding: 16px 45px 16px 20px;
  border: 1px solid rgba(26,52,93,0.5);
  background: #fff;
  border-radius: 4px;
  margin-bottom: 6px;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  position: relative;
  transition: border 0.3s, box-shadow 0.3s;
}
.informacoes-regulamento .main-box .downloads a span {
  display: inline-block;
  margin: 0 4px;
}
.informacoes-regulamento .main-box .downloads a:hover {
  border: 1px solid #1a345d;
  box-shadow: 0 1px 2px rgba(26,52,93,0.3);
}
.informacoes-regulamento .main-box .downloads a:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 100%;
  background: url("../img/layout/download.png") no-repeat center;
  right: 10px;
  top: 0;
}
.informacoes-regulamento .main-box .downloads a:first-child {
  margin-bottom: 30px;
}
.informacoes-regulamento .main-box .downloads a:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .informacoes-regulamento .main-box .downloads a {
    padding: 12px 45px 12px 16px;
    font-size: 14px;
  }
  .informacoes-regulamento .main-box .downloads a:first-child {
    margin-bottom: 20px;
  }
}
.informacoes-regulamento .main-box .info a {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #477a47;
}
.texto-gabarito {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  padding: 25px 40px;
  margin: 40px auto;
  background-color: #e7eaee;
}
.texto-gabarito p {
  display: block;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .texto-gabarito {
    font-size: 14px;
    padding: 20px 30px;
    margin: 30px auto;
  }
}
.pag-informacoes {
  text-align: center;
}
.pag-informacoes p {
  display: block;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.pag-informacoes p:first-child {
  margin-top: 0;
}
.pag-informacoes p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .pag-informacoes p {
    font-size: 15px;
  }
}
.pag-informacoes .resultado-box {
  background: #b6dec7;
  margin: 30px -75px -45px;
  text-align: center;
  padding: 25px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pag-informacoes .resultado-box {
    margin: 30px -45px -45px;
  }
}
@media only screen and (max-width: 767px) {
  .pag-informacoes .resultado-box {
    margin: 20px -30px -30px;
    padding: 25px;
  }
}
.pag-informacoes .btn-download {
  display: inline-block;
  padding: 16px 65px 16px 20px;
  border: 1px solid rgba(26,52,93,0.5);
  background: #fff;
  border-radius: 4px;
  margin-bottom: 6px;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  position: relative;
  transition: border 0.3s, box-shadow 0.3s;
}
.pag-informacoes .btn-download span {
  display: inline-block;
  margin: 0 4px;
}
.pag-informacoes .btn-download:hover {
  border: 1px solid #1a345d;
  box-shadow: 0 1px 2px rgba(26,52,93,0.3);
}
.pag-informacoes .btn-download:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 100%;
  background: url("../img/layout/download.png") no-repeat center;
  right: 20px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .pag-informacoes .btn-download {
    padding: 12px 50px 12px 16px;
    font-size: 14px;
  }
  .pag-informacoes .btn-download:after {
    right: 10px;
  }
}
.pag-informacoes .btn-cadernos {
  display: inline-block;
  padding: 16px 55px;
  border: 1px solid rgba(26,52,93,0.5);
  background: #b6dec7;
  border-radius: 4px;
  margin-bottom: 6px;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  position: relative;
  transition: border 0.3s, box-shadow 0.3s;
}
.pag-informacoes .btn-cadernos span {
  display: inline-block;
  margin: 0 4px;
}
.pag-informacoes .btn-cadernos:hover {
  border: 1px solid #1a345d;
  box-shadow: 0 1px 2px rgba(26,52,93,0.3);
}
@media only screen and (max-width: 767px) {
  .pag-informacoes .btn-cadernos {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.pag-informacoes .texto-solicitacao {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin: 10px 0 30px 0;
}
.pag-informacoes .texto-solicitacao p {
  display: block;
  margin: 0;
  line-height: 1.4;
  text-align: start;
}
.pag-informacoes .texto-solicitacao p:last-child {
  margin-top: 20px;
}
.pag-informacoes .texto-solicitacao a {
  display: block;
  text-align: start;
  font-weight: 600;
}
.pag-informacoes .texto-solicitacao a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .pag-informacoes .texto-solicitacao {
    font-size: 14px;
  }
}
.pag-informacoes .form-protocolo {
  margin-top: 30px;
}
.pag-informacoes .form-protocolo > label {
  display: block;
  text-align: left;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  margin-bottom: 12px;
}
.pag-informacoes .form-protocolo > label > select,
.pag-informacoes .form-protocolo > label > input[type=number] {
  display: block;
  width: 100px;
  vertical-align: middle;
  margin-top: 5px;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  padding: 0 10px;
  height: 40px;
  color: #1a345d;
}
@media only screen and (max-width: 767px) {
  .pag-informacoes .form-protocolo > label > select,
  .pag-informacoes .form-protocolo > label > input[type=number] {
    font-size: 15px;
  }
}
.pag-informacoes .form-protocolo textarea {
  width: 100%;
  display: block;
  border-radius: 4px;
  border: 0;
  outline: 0;
  background: #fff;
  font-size: 15px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  resize: none;
  padding: 10px;
  height: 180px;
}
.pag-informacoes .form-protocolo textarea::-webkit-input-placeholder {
  color: #1a345d;
}
.pag-informacoes .form-protocolo textarea:-moz-placeholder {
  color: #1a345d;
}
.pag-informacoes .form-protocolo textarea::-moz-placeholder {
  color: #1a345d;
}
.pag-informacoes .form-protocolo textarea:-ms-input-placeholder {
  color: #1a345d;
}
.pag-informacoes .form-protocolo .bibliografia {
  display: flex;
  margin-top: 25px;
}
.pag-informacoes .form-protocolo .bibliografia > div {
  flex: 1;
  margin-left: 20px;
  text-align: left;
}
.pag-informacoes .form-protocolo .bibliografia label {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
.pag-informacoes .form-protocolo .bibliografia label input {
  position: absolute;
  left: 0;
  top: 2px;
}
.pag-informacoes .form-protocolo .bibliografia input[type=text] {
  display: block;
  width: calc(100% - 20px);
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .pag-informacoes .form-protocolo .bibliografia {
    display: block;
    text-align: left;
  }
  .pag-informacoes .form-protocolo .bibliografia > div {
    margin-left: 0;
  }
}
.pag-informacoes .form-protocolo input[type=submit] {
  margin: 25px auto 0;
}
@media only screen and (min-width: 768px) {
  .pag-informacoes .form-protocolo input[type=submit] {
    width: 400px;
    font-size: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pag-informacoes .form-protocolo input[type=submit] {
    margin-top: 15px;
  }
}
.pag-informacoes .recursos-lista .recurso {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.pag-informacoes .recursos-lista .recurso:before {
  content: '';
  position: absolute;
  top: 0;
  height: 1px;
  width: 450px;
  left: 50%;
  margin-left: -225px;
  background: #00b0dc;
}
@media only screen and (max-width: 1279px) {
  .pag-informacoes .recursos-lista .recurso:before {
    width: 80%;
    margin-left: -40%;
  }
}
@media only screen and (max-width: 1279px) {
  .pag-informacoes .recursos-lista .recurso {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pag-informacoes .recursos-lista .recurso {
    margin-top: 25px;
    padding-top: 25px;
  }
}
.pag-informacoes .recursos-lista .recurso .recurso-info {
  width: 40%;
  padding-right: 30px;
  text-align: left;
}
.pag-informacoes .recursos-lista .recurso .recurso-info p {
  margin: 0.5em 0;
}
.pag-informacoes .recursos-lista .recurso .recurso-info p:first-child {
  margin-top: 0;
}
.pag-informacoes .recursos-lista .recurso .recurso-info p:last-child {
  margin-bottom: 0;
}
.pag-informacoes .recursos-lista .recurso .recurso-info a {
  display: block;
  padding: 10px;
  border: 1px solid rgba(26,52,93,0.5);
  background: #fff;
  border-radius: 4px;
  margin-bottom: 6px;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  position: relative;
  transition: border 0.3s, box-shadow 0.3s;
  text-align: center;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .pag-informacoes .recursos-lista .recurso .recurso-info a {
    font-size: 14px;
  }
}
.pag-informacoes .recursos-lista .recurso .recurso-info a:hover {
  border: 1px solid #1a345d;
  box-shadow: 0 1px 2px rgba(26,52,93,0.3);
}
@media only screen and (max-width: 1279px) {
  .pag-informacoes .recursos-lista .recurso .recurso-info {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.pag-informacoes .recursos-lista .recurso .recurso-envio {
  width: 60%;
  text-align: left;
}
.pag-informacoes .recursos-lista .recurso .recurso-envio p.enviado {
  font-size: 22px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  margin: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .pag-informacoes .recursos-lista .recurso .recurso-envio p.enviado {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1279px) {
  .pag-informacoes .recursos-lista .recurso .recurso-envio {
    width: 100%;
  }
}
.pag-informacoes .recursos-lista .recurso .form-recurso-envio:before,
.pag-informacoes .recursos-lista .recurso .form-recurso-envio:after {
  content: " ";
  display: table;
}
.pag-informacoes .recursos-lista .recurso .form-recurso-envio:after {
  clear: both;
}
.pag-informacoes .recursos-lista .recurso .form-recurso-envio .col {
  width: 210px;
  float: left;
}
.pag-informacoes .recursos-lista .recurso .form-recurso-envio .col + .col {
  margin-left: 5px;
}
@media only screen and (max-width: 1279px) {
  .pag-informacoes .recursos-lista .recurso .form-recurso-envio .col {
    width: 100%;
  }
  .pag-informacoes .recursos-lista .recurso .form-recurso-envio .col + .col {
    margin: 5px 0 0;
  }
}
.pag-informacoes .recursos-lista .recurso .form-recurso-envio input[type=submit] {
  float: left;
  clear: both;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .pag-informacoes .recursos-lista .recurso .form-recurso-envio input[type=submit] {
    font-size: 20px;
    padding: 10px 20px;
  }
}
.pag-informacoes .recursos-lista .recurso .form-recurso-envio .files-wrapper span {
  margin-bottom: 0 !important;
}
.pag-informacoes .recursos-resultados-title {
  margin: 35px 0 0 !important;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .pag-informacoes .recursos-resultados-title {
    margin-top: 30px !important;
    padding-top: 20px;
  }
}
.pag-informacoes .recursos-resultados-title:after {
  top: 0;
}
.pag-informacoes .certificados p {
  line-height: 1.2;
  margin: 0;
}
.pag-informacoes .certificados p a {
  text-decoration: underline;
}
.pag-informacoes .certificados p a:hover {
  font-weight: 600;
}
.inscricao-documentacao {
  height: 100%;
}
.inscricao-documentacao .main-box {
  height: 100%;
}
.inscricao-documentacao .main-box h2 {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
}
.inscricao-documentacao .main-box p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-align: center;
  color: #1a345d;
}
.inscricao-documentacao .main-box .date-view {
  margin-bottom: 2rem;
  text-align: center;
}
.inscricao-documentacao .main-box .date-view span {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  margin-bottom: 0;
  color: #1a345d;
}
.inscricao-documentacao .main-box .date-view .data {
  margin: 0;
  font-size: 26px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.login {
  padding: 75px 0 125px;
}
.login .login-texto {
  color: #1a345d;
  text-align: center;
  margin-bottom: 40px;
  font-size: 17px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
}
.login .login-texto p {
  max-width: 600px;
  margin: 0 auto;
}
.login .login-texto p + p {
  margin-top: 1em;
}
.login .login-texto h4 {
  font-weight: 700;
  max-width: 600px;
  margin: 1em auto 0;
}
@media only screen and (max-width: 767px) {
  .login .login-texto {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.login form {
  max-width: 400px;
  margin: 0 auto;
}
.login form input {
  width: 100%;
}
.login form .esqueci {
  display: block;
  text-align: right;
  font-size: 12px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: italic !important;
  color: #1a345d;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  margin: 16px 0;
  font-weight: 600;
}
.login form .esqueci:hover {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.login .enviado {
  text-align: center;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .login {
    padding: 45px 0 85px;
  }
}
@media only screen and (max-width: 767px) {
  .login {
    padding: 25px 0 35px;
  }
  .login form .esqueci {
    margin-bottom: 0;
  }
  .login .enviado {
    font-size: 15px;
  }
}
.novo-recurso h2 {
  margin-bottom: 0;
}
.novo-recurso textarea[name="justificativa"] {
  width: 100%;
  min-height: 150px;
}
.novo-recurso .bloco-questao {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.novo-recurso .bloco-questao input[name="questao"] {
  width: 100px;
}
.novo-recurso .bloco-questao input[name="bloco"] {
  width: 50px;
}
.novo-recurso .faq {
  margin-bottom: 40px;
}
.novo-recurso .faq p {
  text-align: left !important;
  margin-bottom: 0 !important;
  font-weight: bold !important;
}
.novo-recurso .faq ul {
  padding-inline-start: 18px;
  margin: 0;
}
.novo-recurso .faq ul li {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.pos-venda {
  height: 100%;
}
.pos-venda .main-box {
  height: 100%;
}
.pos-venda .main-box p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-align: center;
  color: #1a345d;
}
.pos-venda .main-box .paragraph {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  margin-bottom: 3rem;
}
.pos-venda .main-box .box-dl {
  color: #1a345d;
}
.pos-venda .main-box .box-dl .box-dd span:first-child {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
}
.pos-venda .main-box .downloads {
  margin-bottom: 4rem;
}
.pos-venda .main-box .downloads a {
  display: block;
  width: 100%;
  padding: 16px 45px 16px 20px;
  border: 1px solid rgba(26,52,93,0.5);
  background: #fff;
  border-radius: 4px;
  margin-bottom: 6px;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  position: relative;
  transition: border 0.3s, box-shadow 0.3s;
}
.pos-venda .main-box .downloads a span {
  display: inline-block;
  margin: 0 4px;
}
.pos-venda .main-box .downloads a:hover {
  border: 1px solid #1a345d;
  box-shadow: 0 1px 2px rgba(26,52,93,0.3);
}
.pos-venda .main-box .downloads a:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 100%;
  background: url("../img/layout/download.png") no-repeat center;
  right: 10px;
  top: 0;
}
.pos-venda .main-box .downloads a:first-child {
  margin-bottom: 30px;
}
.pos-venda .main-box .downloads a:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .pos-venda .main-box .downloads a {
    padding: 12px 45px 12px 16px;
    font-size: 14px;
  }
  .pos-venda .main-box .downloads a:first-child {
    margin-bottom: 20px;
  }
}
.primeiro-acesso {
  max-width: 700px;
  margin-bottom: 3rem;
}
.primeiro-acesso p {
  color: #1a345d;
  text-align: center;
}
.primeiro-acesso a {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 1rem auto;
  padding: 1rem 0;
  height: 25px;
  width: 300px;
  border-radius: 3px;
  background: #fc9;
  color: #1a345d;
}
.primeiro-acesso a:hover {
  background: #1a345d;
  color: #fff;
}
.recursos {
  height: 100%;
}
.recursos .main-box {
  height: 100%;
}
.recursos .main-box p,
.recursos .main-box .paragraph {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  text-align: center;
  color: #1a345d;
}
.recursos .main-box .paragraph {
  margin-bottom: 3rem;
}
.recursos .main-box .anexo-taxa .btn-adicionar-comprovante {
  width: 100%;
  height: 45px;
  border: none;
  line-height: 45px;
}
.recursos .main-box .anexo-taxa .btn-adicionar-comprovante span:first-child {
  top: 15px;
}
.recursos .main-box .anexo-taxa .btn-adicionar-comprovante:hover {
  background: #1a345d;
  color: #fff;
}
.recursos .main-box .button-primary {
  display: block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  background: #fc9;
  color: #1a345d;
  border-radius: 5px;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  padding: 15px 30px;
  transition: background 0.3s, color 0.3s;
}
.recursos .main-box .button-primary:hover {
  background: #1a345d;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .recursos .main-box .button-primary {
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 18px;
  }
}
.recursos .main-box .button-secondary {
  color: #1a345d;
  border: 1px solid #1a345d;
  background: #fff;
  text-align: center;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  padding: 5px;
  width: 200px;
  margin: 0;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: background 0.3s, color 0.3s;
}
.recursos .main-box .button-secondary:last-child {
  margin-bottom: 0;
}
.recursos .main-box .button-secondary:hover {
  background: #1a345d;
  color: #fff;
}
.recursos .main-box .downloads a {
  display: block;
  width: 100%;
  padding: 16px 45px 16px 20px;
  border: 1px solid rgba(26,52,93,0.5);
  background: #fff;
  border-radius: 4px;
  margin-bottom: 6px;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  position: relative;
  transition: border 0.3s, box-shadow 0.3s;
}
.recursos .main-box .downloads a span {
  display: inline-block;
  margin: 0 4px;
}
.recursos .main-box .downloads a:hover {
  border: 1px solid #1a345d;
  box-shadow: 0 1px 2px rgba(26,52,93,0.3);
}
.recursos .main-box .downloads a:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 100%;
  background: url("../img/layout/download.png") no-repeat center;
  right: 10px;
  top: 0;
}
.recursos .main-box .downloads a:first-child {
  margin-bottom: 30px;
}
.recursos .main-box .downloads a:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .recursos .main-box .downloads a {
    padding: 12px 45px 12px 16px;
    font-size: 14px;
  }
  .recursos .main-box .downloads a:first-child {
    margin-bottom: 20px;
  }
}
.sobre-a-prova {
  height: 100%;
}
.sobre-a-prova .main-box {
  height: 100%;
}
.sobre-a-prova .main-box p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.sobre-a-prova .main-box .downloads a {
  display: block;
  width: 100%;
  padding: 16px 45px 16px 20px;
  border: 1px solid rgba(26,52,93,0.5);
  background: #fff;
  border-radius: 4px;
  margin-bottom: 6px;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  position: relative;
  transition: border 0.3s, box-shadow 0.3s;
}
.sobre-a-prova .main-box .downloads a span {
  display: inline-block;
  margin: 0 4px;
}
.sobre-a-prova .main-box .downloads a:hover {
  border: 1px solid #1a345d;
  box-shadow: 0 1px 2px rgba(26,52,93,0.3);
}
.sobre-a-prova .main-box .downloads a:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 100%;
  background: url("../img/layout/download.png") no-repeat center;
  right: 10px;
  top: 0;
}
.sobre-a-prova .main-box .downloads a:first-child {
  margin-bottom: 30px;
}
.sobre-a-prova .main-box .downloads a:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sobre-a-prova .main-box .downloads a {
    padding: 12px 45px 12px 16px;
    font-size: 14px;
  }
  .sobre-a-prova .main-box .downloads a:first-child {
    margin-bottom: 20px;
  }
}
.sobre-a-prova .main-box .informacoes-link {
  text-align: center;
}
.sobre-a-prova .main-box .informacoes-link p {
  display: block;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
  margin: 0;
}
.sobre-a-prova .main-box .informacoes-link p.pontos {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .sobre-a-prova .main-box .informacoes-link p {
    font-size: 15px;
  }
  .sobre-a-prova .main-box .informacoes-link p.pontos {
    font-size: 17px;
  }
}
.sobre-a-prova .main-box .informacoes-link a {
  display: inline-block;
  margin: 20px 0;
  background: $marineLightColorClaro;
  border-radius: 4px;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #fff;
  transition: background 0.3s;
  padding: 22px 28px;
}
.sobre-a-prova .main-box .informacoes-link a:last-child {
  margin-bottom: 0;
}
.sobre-a-prova .main-box .informacoes-link a:hover {
  background: #1a345d;
}
@media only screen and (max-width: 767px) {
  .sobre-a-prova .main-box .informacoes-link a {
    font-size: 17px;
    padding: 15px 20px;
  }
}
.sobre-a-prova .main-box .informacoes {
  margin-bottom: 3rem;
}
.sobre-a-prova .main-box .informacoes p {
  display: block;
  width: 100%;
  margin: 0;
  color: #1a345d;
}
.sobre-a-prova .main-box .informacoes p:before,
.sobre-a-prova .main-box .informacoes p:after {
  content: " ";
  display: table;
}
.sobre-a-prova .main-box .informacoes p:after {
  clear: both;
}
.sobre-a-prova .main-box .informacoes p + p {
  margin-top: 5px;
}
.sobre-a-prova .main-box .informacoes p span {
  display: block;
}
.sobre-a-prova .main-box .informacoes p span a.whatsapp {
  padding-left: 20px;
  background: url("../img/layout/icone-whatsapp.png") no-repeat left center;
}
.sobre-a-prova .main-box .informacoes p span:first-child {
  width: 72px;
  float: left;
  font-size: 12px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  padding-top: 3px;
}
.sobre-a-prova .main-box .informacoes p span:last-child {
  width: calc(100% - 72px);
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  float: left;
}
.sobre-a-prova .main-box .informacoes p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .sobre-a-prova .main-box .informacoes p span:first-child {
    padding-top: 1px;
  }
  .sobre-a-prova .main-box .informacoes p span:last-child {
    font-size: 14px;
  }
}
.sobre-a-prova .main-box .recurso {
  text-align: center;
}
.sobre-a-prova .main-box .recurso .btn-modelo {
  display: inline-block;
  position: relative;
  border: 1px solid #1a345d;
  transition: background 0.3s, color 0.3s;
  color: #1a345d;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  border-radius: 4px;
  padding: 25px;
  padding-right: 60px;
}
.sobre-a-prova .main-box .recurso .btn-modelo:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 100%;
  right: 25px;
  top: 0;
  background: url("../img/layout/download.png") no-repeat center;
}
.sobre-a-prova .main-box .recurso .btn-modelo:hover {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sobre-a-prova .main-box .recurso .btn-modelo {
    font-size: 16px;
    padding: 15px;
    padding-right: 50px;
    text-align: left;
  }
  .sobre-a-prova .main-box .recurso .btn-modelo:after {
    right: 15px;
  }
}
.sobre-a-prova .main-box .recurso p {
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  color: #1a345d;
}
.sobre-a-prova .main-box .recurso p.dados-deposito {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #507293;
}
.sobre-a-prova .main-box .recurso p.dados-deposito span {
  color: #1a345d;
}
@media only screen and (max-width: 767px) {
  .sobre-a-prova .main-box .recurso p.dados-deposito {
    font-size: 15px;
  }
}
.sobre-a-prova .main-box .recurso .btn-adicionar-comprovante {
  display: inline-block;
  float: none;
  margin: 0;
}
.sobre-a-prova .main-box .recurso input[type=submit] {
  display: inline-block;
  background: #1a345d;
  color: #b6dec7;
  border-radius: 5px;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  padding: 25px 80px;
  margin-top: 20px;
  border: 2px solid #1a345d;
  transition: background 0.3s, color 0.3s;
}
.sobre-a-prova .main-box .recurso input[type=submit]:hover {
  background: transparent;
  color: #1a345d;
}
@media only screen and (max-width: 767px) {
  .sobre-a-prova .main-box .recurso input[type=submit] {
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 16px;
  }
}
.status .box {
  padding: 1rem;
  background: #f9f5f0;
  margin: 1rem;
  text-align: center;
}
.status .box h1 {
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #c63;
  text-align: center;
  text-transform: uppercase;
}
.status .box h3 {
  font-size: 25px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #1a345d;
  text-align: center;
}
.status .box p {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #1a345d;
  text-align: center;
}
.status .box a {
  display: inline-block;
  margin: 0 auto;
  background: #1a345d;
  color: #fff;
  border-radius: 5px;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  padding: 15px 30px;
  transition: background 0.3s, color 0.3s;
}
.status .box a:hover {
  background: #fc9;
  color: #1a345d;
}
@media only screen and (max-width: 767px) {
  .status .box a {
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 18px;
  }
}
.termos-uso {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.termos-uso h1 {
  margin-top: 55px;
  margin-bottom: 30px;
  text-align: center;
  color: #1a345d;
  font-size: 20px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
}
.termos-uso p {
  color: #1a345d;
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
}
.termos-uso .termo-text h1 {
  text-align: left;
}
.termos-uso .termo-text a {
  color: #1a345d;
  text-decoration: underline;
}
.termos-uso .termo-text a:hover {
  color: #fc9;
}
.termos-uso .termo-text table {
  border-spacing: 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .termos-uso .termo-text table {
    width: 100%;
    padding: 1rem;
  }
}
.termos-uso .termo-text table thead th {
  font-size: 16px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  background: #eee;
  font-weight: bold;
  padding: 1rem;
  border: 1px solid #1a345d;
  border-left: none;
  color: #1a345d;
}
.termos-uso .termo-text table thead th:first-child {
  border-left: 1px solid #1a345d;
}
.termos-uso .termo-text table tbody td {
  font-size: 14px !important;
  font-family: 'Exo 2', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  padding: 1rem;
  border: 1px solid #1a345d;
  border-left: none;
  text-align: center;
  color: #1a345d;
}
.termos-uso .termo-text table tbody td ul li {
  text-align: left;
}
.termos-uso .termo-text table tbody td:first-child {
  border-left: 1px solid #1a345d;
}
.termos-uso .termo-text dl dd {
  color: #1a345d;
}
@media only screen and (max-width: 767px) {
  .termos-uso .termo-text dl dd {
    margin-inline-start: 5px;
  }
}
.termos-uso .aceito .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.termos-uso .aceito .form-check .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjRkZGJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPgo=");
}
.termos-uso .aceito .form-check .form-check-input {
  border-radius: 0.25em;
  float: left;
  margin-left: -1.5em;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.termos-uso .aceito .form-check .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.termos-uso .aceito .form-check .form-check-label {
  display: inline-block;
  margin: 4px;
}
.termos-uso .aceito .term-submit {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 0;
  border-radius: 4px;
  background-color: #fc9;
  color: #1a345d;
  padding: 15px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  pointer-events: none;
  margin: 2rem auto;
}
.termos-uso .aceito .term-submit:hover {
  background-color: #1a345d;
  color: #fff;
}

