@charset "UTF-8";
* {
  outline-color: black !important;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  color: black;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}
body::-webkit-scrollbar {
  width: 0.6rem;
}
body::-webkit-scrollbar-track {
  background-color: white;
}
body::-webkit-scrollbar-thumb {
  background-color: darkslategray;
  outline: none;
  border-radius: 0rem;
}
body ::-moz-selection {
  background-color: darkslategrey;
  color: white;
}
body ::selection {
  background-color: #474747;
  color: #fff;
}

img {
  -webkit-user-drag: none;
}
img.px {
  image-rendering: pixelated;
}
img.aa {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

p,
a,
li,
span,
small,
label,
button,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.01);
}

h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: black;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

ul {
  list-style: none;
}

/* Animations */
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Helpers */
.up {
  text-transform: uppercase;
}

.greyscale {
  filter: grayscale(100%);
}

[disabled]:hover {
  cursor: not-allowed;
}

/* Buttons */
button {
  all: unset;
}

.form-control:focus {
  box-shadow: none;
}

.contact-whatsapp {
  position: fixed;
  z-index: 99;
  bottom: 32px;
  right: 32px;
}
.contact-whatsapp i {
  font-size: 6rem;
  color: green;
  transition: all 0.3s ease-in-out;
}
.contact-whatsapp:hover i {
  color: green;
}

/* Debug */
.debug {
  border: 1px solid red;
}

.debug-blue {
  border: 1px solid rgb(0, 255, 0);
}

/* Theme Sets */
.mt-6 {
  margin-top: 6rem;
}

main,
.site-main {
  margin-top: 7.8rem;
}

@media (max-width: 991.98px) {
  main,
  .site-main {
    margin-top: 6.4rem;
  }
}
body.site-nav-open {
  overflow: hidden;
}

.width-webkit {
  width: -webkit-fill-available;
}

/* colors */
.bg-blueGray {
  background-color: #e1e5ed;
}

.bg-blue {
  background-color: #14366f;
}

.text-blue {
  color: #14366f;
}

.text-green {
  color: #39736b;
}

/* fonts */
h2 {
  font-size: 4.4rem;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #39736b;
}

h3 {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #14366f;
}

p,
a,
span {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

/* Miscellaneous */
.section-space {
  padding-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .section-space {
    padding-top: 5rem;
    padding-bottom: 11rem;
  }
}

.padding-space-container {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2.4rem 1rem;
  box-shadow: 0px -69px 42px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .padding-space-container {
    padding: 4rem 3rem;
  }
}

.mb-title {
  margin-bottom: 2rem;
}

.text-decoration-revert {
  -webkit-text-decoration: revert;
          text-decoration: revert;
}

.background-settings {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-settings .container {
  position: relative;
  z-index: 1;
}
.background-settings::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%);
}

.recover-link {
  margin-top: 1rem;
  display: block;
  text-align: right;
  color: #14366f;
}
.recover-link:hover {
  color: #007bc6;
}

.form-group-theme .form-label {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #14366f;
  font-family: "Inter", sans-serif;
}
.form-group-theme .form-control {
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 0.6rem;
}
.form-group-theme .form-control::-moz-placeholder {
  color: #babfc4;
}
.form-group-theme .form-control::placeholder {
  color: #babfc4;
}
.form-group-theme .form-control:focus {
  border-color: #39736b !important;
  box-shadow: 0px 0px 4px 1px rgba(43, 184, 0, 0.2) !important;
}
.form-group-theme .form-select {
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 0.6rem;
  background-image: url(/img/elements/arrow-select.svg);
}
.form-group-theme .form-select:focus {
  border-color: #39736b !important;
  box-shadow: 0px 0px 4px 1px rgba(43, 184, 0, 0.2) !important;
}
.form-group-theme input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url(/img/elements/calendar-alt-solid.svg);
  width: 15px;
  opacity: 0.8;
  filter: invert(0.8);
}
.form-group-theme input[type=date]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
.form-group-theme textarea {
  resize: none;
  height: 12rem !important;
}
.form-group-theme small {
  color: #d79b00;
  font-size: 1.2rem;
}
.form-group-theme .form-check .form-check-input {
  float: initial;
  margin-left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #848484;
}
.form-group-theme .form-check .form-check-input:checked {
  background-color: #42946b;
}
.form-group-theme .form-check .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(57, 115, 107, 0.3490196078);
}
.form-group-theme .form-check .form-check-label {
  font-size: 1.4rem;
  color: #14366f;
  font-weight: 600;
}

.form-text {
  font-size: 1.4rem;
  color: #42946b;
}

.text-xl {
  font-size: 2.4rem;
}

.border-radius {
  border-radius: 1rem;
}

.border-radius-sm {
  border-radius: 0.6rem;
}

@media (max-width: 420px) {
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.6rem !important;
  }
  p {
    font-size: 1.4rem;
  }
}
.swal-button:not([disabled]) {
  background-color: #39736b;
}
.swal-button:not([disabled]):hover {
  background-color: #28514b;
}

.swal-footer {
  border-top: 1px solid #e3e3e3;
}

.swal-title:not(:last-child) {
  margin-bottom: 36px;
}

.swal2-title {
  font-size: 3rem !important;
}

.swal2-html-container {
  font-size: 1.8rem !important;
}

.swal2-styled.swal2-confirm {
  background-color: #39736b !important;
  color: #fff !important;
  font-size: 1.6em !important;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(10, 92, 0, 0.5) !important;
}

.site-page-hero {
  position: relative;
  margin-top: -0.2rem;
  padding: 4.8rem 0 5.6rem;
  background-color: #14366f;
  background-image: var(--site-page-hero-bg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.site-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 54, 111, 0.92) 0%, rgba(57, 115, 107, 0.78) 100%);
}
.site-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 72rem;
}
.site-page-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 1.6rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 2rem;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.site-page-hero__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(3.2rem, 4vw, 4.8rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}
.site-page-hero__subtitle {
  margin: 1.2rem 0 0;
  max-width: 56rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}
.site-page-hero--compact {
  padding: 3.6rem 0 4.4rem;
}

.site-page-content {
  position: relative;
  z-index: 2;
  margin-top: -3.2rem;
  margin-bottom: 6rem;
}
.site-page-content__card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(20, 54, 111, 0.08);
  border-radius: 1.6rem;
  padding: 2.4rem 1.6rem;
  box-shadow: 0 20px 48px rgba(20, 54, 111, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (min-width: 768px) {
  .site-page-content__card {
    padding: 4rem 3.6rem;
  }
}
.site-page-content__lead {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.65;
  color: #425472;
}

.site-page-section {
  padding-block: 4rem 8rem;
  background: #e1e5ed;
}
.site-page-section--white {
  background: #fff;
}

@media (max-width: 767.98px) {
  .site-page-hero {
    padding: 3.6rem 0 4.8rem;
  }
  .site-page-hero__subtitle {
    font-size: 1.6rem;
  }
  .site-page-content {
    margin-top: -2.4rem;
    margin-bottom: 4rem;
  }
  .site-page-content__card {
    padding: 1.6rem 1.2rem;
    border-radius: 1.2rem;
  }
  .site-page-section {
    padding-block: 2.4rem 5rem;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-auth-page {
  position: relative;
  min-height: calc(100vh - 7.8rem);
  padding: 3.2rem 0 6rem;
  background: #e1e5ed;
  overflow: hidden;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
}
.site-auth-page__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 0;
}
.site-auth-page__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(20, 54, 111, 0.94) 0%, rgba(57, 115, 107, 0.82) 48%, rgba(225, 229, 237, 0.35) 100%);
}
.site-auth-page--candidato .site-auth-page__bg {
  background-image: url(/img/banners/banner-hero.jpg);
}
.site-auth-page--empresa .site-auth-page__bg {
  background-image: url(/img/banners/login-empresa.jpg);
}
.site-auth-page--empresa .site-auth-page__bg::after {
  background: linear-gradient(105deg, rgba(20, 54, 111, 0.9) 0%, rgba(225, 229, 237, 0.55) 55%, rgba(225, 229, 237, 0.2) 100%);
}
.site-auth-page--recover .site-auth-page__bg {
  background-image: url(/img/banners/banner-hero.jpg);
}
.site-auth-page .container {
  position: relative;
  z-index: 1;
}
.site-auth-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.site-auth-page__grid > * {
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .site-auth-page__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 480px);
    gap: 4rem;
  }
}
.site-auth-page__intro {
  color: #fff;
  animation: siteAuthFadeIn 0.65s ease both;
}
.site-auth-page__intro-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  margin-bottom: 1.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.site-auth-page__intro-badge i {
  color: #a7f3d0;
}
.site-auth-page__intro h1 {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(3rem, 4.5vw, 4.6rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
}
.site-auth-page__intro-lead {
  margin: 0 0 2rem;
  max-width: 42rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}
.site-auth-page__intro-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-auth-page__intro-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 1.45rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}
.site-auth-page__intro-list li i {
  margin-top: 0.2rem;
  color: #6ee7b7;
  flex-shrink: 0;
}
.site-auth-page__panel-wrap {
  animation: siteAuthSlideUp 0.7s ease 0.12s both;
  min-width: 0;
  max-width: 100%;
}

.site-auth-lang-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  margin-bottom: 1.4rem;
  border-radius: 0.85rem;
  background: rgba(57, 115, 107, 0.08);
  border: 1px solid rgba(57, 115, 107, 0.18);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  color: #425472;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.site-auth-lang-notice i {
  margin-top: 0.15rem;
  color: #39736b;
  flex-shrink: 0;
}
.site-auth-lang-notice strong {
  color: #14366f;
  font-weight: 700;
}

.site-auth-card {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(20, 54, 111, 0.08);
  border-radius: 1.6rem;
  box-shadow: 0 24px 56px rgba(20, 54, 111, 0.14);
  overflow: hidden;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.site-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  padding: 0.5rem;
  background: rgba(20, 54, 111, 0.04);
  border-bottom: 1px solid rgba(20, 54, 111, 0.06);
}
.site-auth-tabs__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border: none;
  border-radius: 0.85rem;
  background: transparent;
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 700;
  color: #425472;
  cursor: pointer;
  transition: color 0.25s ease, transform 0.25s ease;
}
.site-auth-tabs__btn i {
  font-size: 1.1rem;
}
.site-auth-tabs__btn.is-active {
  color: #14366f;
}
.site-auth-tabs__btn:hover:not(.is-active) {
  color: #14366f;
  transform: translateY(-1px);
}
.site-auth-tabs__indicator {
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  width: calc(50% - 0.5rem);
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 4px 16px rgba(20, 54, 111, 0.1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.site-auth-tabs__indicator.is-register {
  transform: translateX(100%);
}

.site-auth-panels {
  position: relative;
  min-height: 28rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.site-auth-panel {
  padding: 2rem 1.6rem 2.4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.site-auth-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
}
@media (min-width: 768px) {
  .site-auth-panel {
    padding: 2.4rem 2.2rem 2.8rem;
  }
}

.site-auth-panel--single {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
  padding: 2rem 1.6rem 2.4rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible;
}
@media (min-width: 768px) {
  .site-auth-panel--single {
    padding: 2.4rem 2.2rem 2.8rem;
  }
}

.site-auth-form {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.site-auth-form__header {
  margin-bottom: 1.6rem;
}
.site-auth-form__header h2 {
  margin: 0 0 0.5rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #14366f;
  letter-spacing: -0.01em;
}
.site-auth-form__header p {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.5;
  color: #425472;
}
.site-auth-form__field {
  margin-bottom: 1.25rem;
  min-width: 0;
  animation: siteAuthFieldIn 0.45s ease both;
}
.site-auth-form__field:nth-child(1) {
  animation-delay: 0.09s;
}
.site-auth-form__field:nth-child(2) {
  animation-delay: 0.13s;
}
.site-auth-form__field:nth-child(3) {
  animation-delay: 0.17s;
}
.site-auth-form__field:nth-child(4) {
  animation-delay: 0.21s;
}
.site-auth-form__field:nth-child(5) {
  animation-delay: 0.25s;
}
.site-auth-form__field:nth-child(6) {
  animation-delay: 0.29s;
}
.site-auth-form__field:nth-child(7) {
  animation-delay: 0.33s;
}
.site-auth-form__field:nth-child(8) {
  animation-delay: 0.37s;
}
.site-auth-form__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #14366f;
}
.site-auth-form__hint {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.45;
  color: #64748b;
}
.site-auth-form__input {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(20, 54, 111, 0.14);
  border-radius: 0.75rem;
  background: #fff;
  font-family: inherit;
  font-size: 1.45rem;
  font-weight: 500;
  color: #14366f;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.site-auth-form__input::-moz-placeholder {
  color: #94a3b8;
}
.site-auth-form__input::placeholder {
  color: #94a3b8;
}
.site-auth-form__input:hover {
  border-color: rgba(57, 115, 107, 0.35);
}
.site-auth-form__input:focus {
  outline: none;
  border-color: #39736b;
  box-shadow: 0 0 0 3px rgba(57, 115, 107, 0.18);
  transform: translateY(-1px);
}
.site-auth-form__input.is-invalid {
  border-color: #f04438;
  box-shadow: 0 0 0 3px rgba(240, 68, 56, 0.12);
}
.site-auth-form__error {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #b42318;
}
.site-auth-form__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.5rem 0 1.5rem;
  text-align: right;
}
.site-auth-form__link {
  font-size: 1.25rem;
  font-weight: 600;
  color: #39736b;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.site-auth-form__link:hover {
  color: #14366f;
  transform: translateX(-2px);
}
.site-auth-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1rem 1.4rem;
  border: none;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  font-family: inherit;
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.site-auth-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(57, 115, 107, 0.35);
}
.site-auth-form__submit:active {
  transform: translateY(0);
}
.site-auth-form__submit--secondary {
  background: #fff;
  color: #14366f;
  border: 1px solid rgba(20, 54, 111, 0.14);
  box-shadow: none;
}
.site-auth-form__submit--secondary:hover {
  box-shadow: 0 6px 20px rgba(20, 54, 111, 0.1);
  background: rgba(20, 54, 111, 0.03);
}
.site-auth-form__footer {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(20, 54, 111, 0.08);
  text-align: center;
}
.site-auth-form__footer p {
  margin: 0 0 0.35rem;
  font-size: 1.3rem;
  color: #425472;
}
.site-auth-form__footer a {
  font-size: 1.35rem;
  font-weight: 700;
  color: #14366f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-auth-form__alert {
  padding: 0.85rem 1rem;
  margin-bottom: 1.25rem;
  border-radius: 0.75rem;
  background: rgba(240, 68, 56, 0.08);
  border: 1px solid rgba(240, 68, 56, 0.2);
  font-size: 1.3rem;
  font-weight: 600;
  color: #b42318;
}

#cadastroHome.site-auth-form--embedded,
#loginHome.site-auth-form--embedded {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
#cadastroHome.site-auth-form--embedded .site-auth-card,
#loginHome.site-auth-form--embedded .site-auth-card {
  max-width: 480px;
  width: 100%;
}
#cadastroHome.site-auth-form--embedded .site-auth-panel--single,
#loginHome.site-auth-form--embedded .site-auth-panel--single {
  padding: 2rem 1.6rem 2.2rem;
}

@keyframes siteAuthFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes siteAuthSlideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes siteAuthFieldIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  .site-auth-page {
    padding-top: 2rem;
  }
  .site-auth-page__intro {
    text-align: center;
  }
  .site-auth-page__intro-lead, .site-auth-page__intro-list {
    margin-inline: auto;
  }
  .site-auth-page__intro-list li {
    justify-content: center;
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-auth-page__intro,
  .site-auth-page__panel-wrap,
  .site-auth-form__field,
  .site-auth-panel,
  .site-auth-tabs__indicator {
    animation: none !important;
    transition: none !important;
  }
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #14366f;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  z-index: -1;
  border-radius: 50%;
  position: absolute;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0.4rem;
  display: inline-block;
  background: #14366f;
  opacity: 0.5;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiperPositions,
.mural-posicoes__swiper {
  width: 100%;
  overflow: hidden;
}
.swiperPositions .swiper-slide,
.mural-posicoes__swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: auto;
  box-sizing: border-box;
}
.swiperPositions .swiper-button-next,
.swiperPositions .swiper-button-prev,
.mural-posicoes__swiper .swiper-button-next,
.mural-posicoes__swiper .swiper-button-prev {
  top: 42%;
  width: 4.4rem;
  height: 4.4rem;
  margin-top: 0;
  transform: translateY(-50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.swiperPositions .swiper-button-next::before,
.swiperPositions .swiper-button-prev::before,
.mural-posicoes__swiper .swiper-button-next::before,
.mural-posicoes__swiper .swiper-button-prev::before {
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.12);
  box-shadow: 0 6px 20px rgba(20, 54, 111, 0.12);
  z-index: -1;
  border-radius: 50%;
  position: absolute;
}
.swiperPositions .swiper-button-next:after,
.swiperPositions .swiper-button-prev:after,
.mural-posicoes__swiper .swiper-button-next:after,
.mural-posicoes__swiper .swiper-button-prev:after {
  font-size: 1.5rem;
  font-weight: 700;
  color: #14366f;
}
.swiperPositions .swiper-button-next:hover,
.swiperPositions .swiper-button-prev:hover,
.mural-posicoes__swiper .swiper-button-next:hover,
.mural-posicoes__swiper .swiper-button-prev:hover {
  transform: translateY(-50%) scale(1.06);
}
.swiperPositions .swiper-button-prev,
.mural-posicoes__swiper .swiper-button-prev {
  left: 0.25rem;
}
.swiperPositions .swiper-button-next,
.mural-posicoes__swiper .swiper-button-next {
  right: 0.25rem;
}
.swiperPositions .swiper-pagination,
.mural-posicoes__swiper .swiper-pagination {
  bottom: 0.5rem;
}
.swiperPositions .swiper-pagination-bullet,
.mural-posicoes__swiper .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  background: #14366f;
  opacity: 0.25;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.swiperPositions .swiper-pagination-bullet-active,
.mural-posicoes__swiper .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.15);
}
@media (max-width: 767.98px) {
  .swiperPositions .swiper-button-next,
  .swiperPositions .swiper-button-prev,
  .mural-posicoes__swiper .swiper-button-next,
  .mural-posicoes__swiper .swiper-button-prev {
    display: none;
  }
}

.swiperPositions {
  width: 100%;
  height: 100%;
}
.swiperPositions .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiperPositions .card {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiperPositionsTwoWrapper,
.pesquise-posicao__slider-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-bottom: 3rem;
}
.swiperPositionsTwoWrapper .swiperPositionsTwo,
.swiperPositionsTwoWrapper .pesquise-posicao__swiper,
.pesquise-posicao__slider-wrap .swiperPositionsTwo,
.pesquise-posicao__slider-wrap .pesquise-posicao__swiper {
  width: 100%;
  overflow: hidden;
}
.swiperPositionsTwoWrapper .swiper-slide,
.pesquise-posicao__slider-wrap .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: auto;
  box-sizing: border-box;
}
.swiperPositionsTwoWrapper .mural-vaga-card,
.pesquise-posicao__slider-wrap .mural-vaga-card {
  min-height: 24rem;
}
.swiperPositionsTwoWrapper .swiper-button-next,
.swiperPositionsTwoWrapper .swiper-button-prev,
.swiperPositionsTwoWrapper .pesquise-posicao__nav,
.pesquise-posicao__slider-wrap .swiper-button-next,
.pesquise-posicao__slider-wrap .swiper-button-prev,
.pesquise-posicao__slider-wrap .pesquise-posicao__nav {
  top: 45%;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.swiperPositionsTwoWrapper .swiper-button-next::before,
.swiperPositionsTwoWrapper .swiper-button-prev::before,
.swiperPositionsTwoWrapper .pesquise-posicao__nav::before,
.pesquise-posicao__slider-wrap .swiper-button-next::before,
.pesquise-posicao__slider-wrap .swiper-button-prev::before,
.pesquise-posicao__slider-wrap .pesquise-posicao__nav::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.1);
  box-shadow: 0 6px 20px rgba(20, 54, 111, 0.15);
  z-index: -1;
  border-radius: 50%;
  position: absolute;
}
.swiperPositionsTwoWrapper .swiper-button-next:after,
.swiperPositionsTwoWrapper .swiper-button-prev:after,
.swiperPositionsTwoWrapper .pesquise-posicao__nav:after,
.pesquise-posicao__slider-wrap .swiper-button-next:after,
.pesquise-posicao__slider-wrap .swiper-button-prev:after,
.pesquise-posicao__slider-wrap .pesquise-posicao__nav:after {
  font-size: 1.4rem;
  font-weight: 700;
  color: #14366f;
}
.swiperPositionsTwoWrapper .swiper-button-next:hover,
.swiperPositionsTwoWrapper .swiper-button-prev:hover,
.swiperPositionsTwoWrapper .pesquise-posicao__nav:hover,
.pesquise-posicao__slider-wrap .swiper-button-next:hover,
.pesquise-posicao__slider-wrap .swiper-button-prev:hover,
.pesquise-posicao__slider-wrap .pesquise-posicao__nav:hover {
  transform: translateY(-50%) scale(1.06);
}
.swiperPositionsTwoWrapper .swiper-button-prev,
.pesquise-posicao__slider-wrap .swiper-button-prev {
  left: -0.5rem;
}
.swiperPositionsTwoWrapper .swiper-button-next,
.pesquise-posicao__slider-wrap .swiper-button-next {
  right: -0.5rem;
}
.swiperPositionsTwoWrapper .swiper-pagination,
.pesquise-posicao__slider-wrap .swiper-pagination {
  bottom: 0;
}
.swiperPositionsTwoWrapper .swiper-pagination-bullet,
.pesquise-posicao__slider-wrap .swiper-pagination-bullet {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  background: #fff;
  opacity: 0.45;
}
.swiperPositionsTwoWrapper .swiper-pagination-bullet-active,
.pesquise-posicao__slider-wrap .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.12);
}
@media (max-width: 767.98px) {
  .swiperPositionsTwoWrapper .swiper-button-next,
  .swiperPositionsTwoWrapper .swiper-button-prev,
  .pesquise-posicao__slider-wrap .swiper-button-next,
  .pesquise-posicao__slider-wrap .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 992px) {
  .swiperPositionsTwoWrapper .swiper-button-prev,
  .pesquise-posicao__slider-wrap .swiper-button-prev {
    left: -1.2rem;
  }
  .swiperPositionsTwoWrapper .swiper-button-next,
  .pesquise-posicao__slider-wrap .swiper-button-next {
    right: -1.2rem;
  }
}

.swiperPositionsTwoWrapper:not(.pesquise-posicao__slider-wrap) {
  height: 440px;
  margin-bottom: 36px;
}
.swiperPositionsTwoWrapper:not(.pesquise-posicao__slider-wrap) .swiperPositionsTwo {
  height: 100%;
}

#home {
  background: #e1e5ed;
  overflow: hidden;
}
#home .hero {
  background-image: url(/img/banners/banner-hero.jpg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home .hero.hero--auth {
  position: relative;
  padding: 4rem 0 5rem;
  min-height: 560px;
  display: flex;
  align-items: center;
}
#home .hero.hero--auth::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 54, 111, 0.92) 0%, rgba(20, 54, 111, 0.78) 34%, rgba(57, 115, 107, 0.28) 58%, rgba(255, 255, 255, 0) 78%);
  pointer-events: none;
}
#home .hero.hero--auth .container {
  position: relative;
  z-index: 1;
}
#home .hero.type-empresa {
  background-image: url(/img/banners/login-empresa.jpg);
}
#home .hero.type-empresa h2 {
  color: #14366f;
}
#home .hero h1 {
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2rem;
}
#home .hero .form-container {
  border-radius: 1rem;
  max-width: 440px;
}
#home .hero-auth-panel {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  min-width: 0;
}
#home .hero-auth-panel #cadastroHome,
#home .hero-auth-panel .site-auth-form--embedded,
#home .hero-auth-panel .site-auth-card {
  width: 100%;
  max-width: 100%;
}
#home .hero-auth-panel--welcome {
  max-width: 480px;
}
@media (max-width: 991.98px) {
  #home .hero-auth-panel {
    max-width: 100%;
  }
}
#home .hero-auth-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: center;
  width: 100%;
  min-width: 0;
}
#home .hero-auth-grid > * {
  min-width: 0;
  max-width: 100%;
}
#home .hero-auth-intro {
  color: #fff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
}
#home .hero-auth-intro h1 {
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(3rem, 4vw, 4.8rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
#home .hero-auth-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.25rem;
  font-weight: 600;
}
#home .hero-auth-lead {
  margin: 0 0 1.2rem;
  max-width: 42rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}
#home .hero-auth-note {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}
#home .hero-auth-note a {
  color: #a7f3d0;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#home .hero-auth-dashboard-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  background: #fff;
  color: #14366f;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#home .hero-auth-dashboard-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
  color: #14366f;
}
#home .hero-auth-user-card {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1.8rem;
  padding: 1.2rem 1.4rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  max-width: 42rem;
}
#home .hero-auth-user-meta {
  min-width: 0;
}
#home .hero-auth-user-greeting {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}
#home .hero-auth-user-name {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home .site-user-avatar {
  display: grid;
  place-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #14366f 0%, #39736b 100%);
  color: #fff;
  font-weight: 800;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
#home .site-user-avatar--md {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.1rem;
}
#home .site-user-avatar--lg {
  width: 7.2rem;
  height: 7.2rem;
  font-size: 2rem;
}
#home .site-user-avatar__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .site-user-avatar__initials {
  line-height: 1;
}
#home .mural-posicoes {
  background-color: #e1e5ed;
  background-image: url(/img/elements/line-dashed.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0% 4%;
  position: relative;
}
#home .mural-posicoes__header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  #home .mural-posicoes__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.4rem;
  }
}
#home .mural-posicoes__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.18);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
#home .mural-posicoes__eyebrow i {
  font-size: 1rem;
}
#home .mural-posicoes__title {
  margin: 0 0 0.65rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(3rem, 4vw, 4.2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #14366f;
}
#home .mural-posicoes__subtitle {
  margin: 0;
  max-width: 52rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.55;
  color: #425472;
}
#home .mural-posicoes__header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
#home .mural-posicoes__count {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(20, 54, 111, 0.06);
  font-size: 1.25rem;
  font-weight: 700;
  color: #14366f;
}
#home .mural-posicoes__link-all {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: #14366f;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
#home .mural-posicoes__link-all i {
  font-size: 1rem;
  transition: transform 0.22s ease;
}
#home .mural-posicoes__link-all:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(20, 54, 111, 0.25);
}
#home .mural-posicoes__link-all:hover i {
  transform: translateX(3px);
}
#home .mural-posicoes__slider-wrap {
  position: relative;
  padding-inline: 0.5rem;
}
#home .mural-posicoes__swiper {
  padding-bottom: 4rem;
}
#home .mural-posicoes__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 4rem 2rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px dashed rgba(20, 54, 111, 0.15);
  text-align: center;
}
#home .mural-posicoes__empty i {
  font-size: 3rem;
  color: #39736b;
  opacity: 0.7;
}
#home .mural-posicoes__empty p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #425472;
}
#home .custo-zero {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  #home .custo-zero {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
#home .custo-zero__bg {
  position: absolute;
  inset: 0;
  background-image: url(/img/banners/custo-zero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#home .custo-zero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(225, 229, 237, 0.55) 0%, rgba(255, 255, 255, 0.82) 35%, rgba(255, 255, 255, 0.92) 100%);
}
#home .custo-zero__card {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin-inline: auto;
  padding: 2.4rem 1.6rem;
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 24px 56px rgba(20, 54, 111, 0.1);
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (min-width: 768px) {
  #home .custo-zero__card {
    padding: 3.2rem 3.6rem;
  }
}
#home .custo-zero__icon-wrap {
  display: grid;
  place-items: center;
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto 1.4rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  color: #fff;
  font-size: 2.6rem;
  box-shadow: 0 10px 28px rgba(57, 115, 107, 0.3);
}
#home .custo-zero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.95rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.2);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #39736b;
}
#home .custo-zero__badge i {
  font-size: 1.05rem;
}
#home .custo-zero__title {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(3rem, 4vw, 4.4rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #14366f;
}
#home .custo-zero__lead {
  margin: 0 auto 2rem;
  max-width: 58rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.6;
  color: #425472;
}
#home .custo-zero__lead strong {
  color: #14366f;
  font-weight: 700;
}
#home .custo-zero__benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 0 0 1.8rem;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media (min-width: 768px) {
  #home .custo-zero__benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
#home .custo-zero__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(20, 54, 111, 0.03);
  border: 1px solid rgba(20, 54, 111, 0.06);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.45;
  color: #14366f;
}
#home .custo-zero__benefits li i {
  margin-top: 0.15rem;
  color: #39736b;
  flex-shrink: 0;
  font-size: 1.15rem;
}
#home .custo-zero__note {
  margin: 0 0 1.8rem;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
  color: #64748b;
}
#home .custo-zero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}
#home .custo-zero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(57, 115, 107, 0.3);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
#home .custo-zero__cta i {
  font-size: 1.05rem;
}
#home .custo-zero__cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(57, 115, 107, 0.38);
}
#home .custo-zero__cta-secondary {
  display: inline-flex;
  align-items: center;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 54, 111, 0.14);
  background: #fff;
  color: #14366f;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
#home .custo-zero__cta-secondary:hover {
  color: #14366f;
  background: rgba(20, 54, 111, 0.04);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(20, 54, 111, 0.1);
}
#home .como-funciona {
  position: relative;
  background-color: #fff;
  background-image: url(/img/elements/line-dashed.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0% 20%;
  overflow: hidden;
}
#home .como-funciona__header {
  max-width: 62rem;
  margin: 0 auto 3.6rem;
  text-align: center;
}
#home .como-funciona__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.18);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
#home .como-funciona__eyebrow i {
  font-size: 1rem;
}
#home .como-funciona__title {
  margin: 0 0 0.75rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(3rem, 4vw, 4.2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #14366f;
}
#home .como-funciona__subtitle {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.55;
  color: #425472;
}
#home .como-funciona__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 992px) {
  #home .como-funciona__steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  #home .como-funciona__steps::before {
    content: "";
    position: absolute;
    top: 5.5rem;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, rgba(57, 115, 107, 0.15) 0%, rgba(57, 115, 107, 0.45) 50%, rgba(57, 115, 107, 0.15) 100%);
    z-index: 0;
  }
}
#home .como-funciona__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.6rem 1.8rem;
  border-radius: 1.4rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 10px 32px rgba(20, 54, 111, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
#home .como-funciona__step:hover {
  transform: translateY(-4px);
  border-color: rgba(57, 115, 107, 0.25);
  box-shadow: 0 16px 40px rgba(20, 54, 111, 0.12);
}
#home .como-funciona__step-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: rgba(20, 54, 111, 0.18);
  letter-spacing: 0.04em;
}
#home .como-funciona__step-icon {
  display: grid;
  place-items: center;
  width: 7rem;
  height: 7rem;
  margin-bottom: 1.2rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, rgba(20, 54, 111, 0.06) 0%, rgba(57, 115, 107, 0.1) 100%);
  border: 1px solid rgba(57, 115, 107, 0.15);
}
#home .como-funciona__step-icon img {
  width: 4.2rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#home .como-funciona__step-title {
  margin: 0 0 0.75rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #39736b;
  letter-spacing: -0.01em;
}
#home .como-funciona__step-text {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.55;
  color: #425472;
}
#home .como-funciona__footer {
  max-width: 68rem;
  margin-inline: auto;
  padding: 1.4rem 1.6rem;
  border-radius: 1rem;
  background: rgba(20, 54, 111, 0.04);
  border: 1px solid rgba(20, 54, 111, 0.06);
  text-align: center;
}
#home .como-funciona__footer p {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.55;
  color: #3b3b3b;
}
#home .pesquise-uma-posicao {
  position: relative;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  #home .pesquise-uma-posicao {
    margin-bottom: 6rem;
    padding-bottom: 10rem;
  }
}
#home .pesquise-posicao__bg {
  position: absolute;
  inset: 0;
  background-image: url(/img/banners/pesquise-uma-posicao.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#home .pesquise-posicao__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 54, 111, 0.92) 0%, rgba(57, 115, 107, 0.78) 55%, rgba(225, 229, 237, 0.35) 100%);
}
#home .pesquise-posicao__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
  min-width: 0;
}
#home .pesquise-posicao__grid > * {
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  #home .pesquise-posicao__grid {
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
    gap: 3.6rem;
    align-items: center;
  }
}
#home .pesquise-posicao__search-card {
  padding: 2rem 1.6rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 24px 56px rgba(20, 54, 111, 0.18);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media (min-width: 768px) {
  #home .pesquise-posicao__search-card {
    padding: 2.4rem 2.2rem;
  }
}
#home .pesquise-posicao__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.18);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
#home .pesquise-posicao__eyebrow i {
  font-size: 1rem;
}
#home .pesquise-posicao__title {
  margin: 0 0 0.65rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(2.6rem, 3.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #14366f;
}
#home .pesquise-posicao__subtitle {
  margin: 0 0 1.6rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.55;
  color: #425472;
}
#home .pesquise-posicao__form {
  margin-bottom: 1.2rem;
}
#home .pesquise-posicao__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #14366f;
}
#home .pesquise-posicao__hint {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.45;
  color: #64748b;
}
#home .pesquise-posicao__input-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.45rem 0.45rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(20, 54, 111, 0.14);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#home .pesquise-posicao__input-wrap:focus-within {
  border-color: #39736b;
  box-shadow: 0 0 0 3px rgba(57, 115, 107, 0.18);
}
#home .pesquise-posicao__input-icon {
  color: #39736b;
  font-size: 1.25rem;
  flex-shrink: 0;
}
#home .pesquise-posicao__input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0.75rem 0.25rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #14366f;
}
#home .pesquise-posicao__input::-moz-placeholder {
  color: #94a3b8;
}
#home .pesquise-posicao__input::placeholder {
  color: #94a3b8;
}
#home .pesquise-posicao__input:focus {
  outline: none;
}
#home .pesquise-posicao__submit {
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  flex-shrink: 0;
  border: none;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#home .pesquise-posicao__submit i {
  font-size: 1.25rem;
}
#home .pesquise-posicao__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(57, 115, 107, 0.35);
}
#home .pesquise-posicao__link-advanced {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #14366f;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
#home .pesquise-posicao__link-advanced i {
  color: #39736b;
  font-size: 1.1rem;
}
#home .pesquise-posicao__link-advanced:hover {
  color: #39736b;
  transform: translateX(2px);
}
#home .pesquise-posicao__preview-header {
  margin-bottom: 1.6rem;
}
#home .pesquise-posicao__preview-title {
  margin: 0 0 0.45rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
#home .pesquise-posicao__preview-subtitle {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}
#home .pesquise-posicao__slider-wrap {
  margin-bottom: 1.6rem;
}
#home .pesquise-posicao__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 3rem 1.5rem;
  margin-bottom: 1.6rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px dashed rgba(255, 255, 255, 0.25);
  text-align: center;
}
#home .pesquise-posicao__empty i {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.85);
}
#home .pesquise-posicao__empty p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
#home .pesquise-posicao__cta-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  background: #fff;
  color: #14366f;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
#home .pesquise-posicao__cta-list i {
  font-size: 1.1rem;
}
#home .pesquise-posicao__cta-list:hover {
  color: #14366f;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}
#home .pesquise-posicao__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home .compartilhe-vagas__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: center;
}
@media (min-width: 992px) {
  #home .compartilhe-vagas__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
#home .compartilhe-vagas__media {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(20, 54, 111, 0.12);
}
#home .compartilhe-vagas__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(20, 54, 111, 0.25) 100%);
  pointer-events: none;
}
#home .compartilhe-vagas__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .compartilhe-vagas__content {
  padding: 2rem 1.6rem;
  border-radius: 1.6rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 16px 40px rgba(20, 54, 111, 0.08);
}
@media (min-width: 768px) {
  #home .compartilhe-vagas__content {
    padding: 2.4rem 2.6rem;
  }
}
#home .compartilhe-vagas__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.18);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
#home .compartilhe-vagas__title {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(2.6rem, 3.5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: #14366f;
}
#home .compartilhe-vagas__title span {
  color: #39736b;
}
#home .compartilhe-vagas__text {
  margin: 0 0 0.85rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.6;
  color: #425472;
}
#home .compartilhe-vagas__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}
#home .compartilhe-vagas__social-link {
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1rem;
  background: rgba(20, 54, 111, 0.05);
  border: 1px solid rgba(20, 54, 111, 0.08);
  color: #14366f;
  font-size: 1.8rem;
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}
#home .compartilhe-vagas__social-link:hover {
  color: #fff;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(57, 115, 107, 0.3);
}
#home .curriculo-atualizado {
  background: rgba(20, 54, 111, 0.03);
}
#home .curriculo-atualizado__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: center;
}
@media (min-width: 992px) {
  #home .curriculo-atualizado__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
#home .curriculo-atualizado__content {
  order: 2;
  padding: 2rem 1.6rem;
  border-radius: 1.6rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 16px 40px rgba(20, 54, 111, 0.08);
}
@media (min-width: 768px) {
  #home .curriculo-atualizado__content {
    padding: 2.4rem 2.6rem;
  }
}
@media (min-width: 992px) {
  #home .curriculo-atualizado__content {
    order: 1;
  }
}
#home .curriculo-atualizado__media {
  order: 1;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(20, 54, 111, 0.12);
}
@media (min-width: 992px) {
  #home .curriculo-atualizado__media {
    order: 2;
  }
}
#home .curriculo-atualizado__media img {
  display: block;
  width: 100%;
  min-height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .curriculo-atualizado__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.18);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
#home .curriculo-atualizado__title {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(2.6rem, 3.5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: #14366f;
}
#home .curriculo-atualizado__title span {
  color: #39736b;
}
#home .curriculo-atualizado__text {
  margin: 0 0 1.6rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.6;
  color: #425472;
}
#home .curriculo-atualizado__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #007bc6 0%, #14366f 100%);
  color: #fff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(20, 54, 111, 0.25);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
#home .curriculo-atualizado__cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(20, 54, 111, 0.32);
}
#home .home-stats {
  position: relative;
  overflow: hidden;
}
#home .home-stats__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(57, 115, 107, 0.12) 0%, transparent 45%), radial-gradient(circle at 85% 80%, rgba(20, 54, 111, 0.1) 0%, transparent 40%), linear-gradient(180deg, rgba(225, 229, 237, 0.35) 0%, #fff 100%);
}
#home .home-stats .container {
  position: relative;
  z-index: 1;
}
#home .home-stats__header {
  max-width: 62rem;
  margin: 0 auto 3.2rem;
  text-align: center;
}
#home .home-stats__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.18);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
#home .home-stats__title {
  margin: 0 0 0.75rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(3rem, 4vw, 4.2rem);
  font-weight: 700;
  line-height: 1.12;
  color: #14366f;
}
#home .home-stats__subtitle {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.55;
  color: #425472;
}
#home .home-stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  #home .home-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  #home .home-stats__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
#home .home-stats__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.4rem;
  border-radius: 1.4rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 10px 32px rgba(20, 54, 111, 0.08);
}
@media (min-width: 768px) {
  #home .home-stats__card--wide {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  #home .home-stats__card--wide {
    grid-column: auto;
  }
}
#home .home-stats__value {
  display: grid;
  place-items: center;
  width: 9rem;
  height: 9rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  border: 4px solid rgba(57, 115, 107, 0.25);
  background: linear-gradient(135deg, rgba(20, 54, 111, 0.04) 0%, rgba(57, 115, 107, 0.08) 100%);
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #39736b;
}
#home .home-stats__label {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.45;
  color: #14366f;
}
#home .home-stats__highlight {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  padding: 1.6rem 1.4rem;
  border-radius: 1.2rem;
  background: rgba(20, 54, 111, 0.04);
  border: 1px solid rgba(20, 54, 111, 0.06);
  text-align: center;
}
#home .home-stats__plus {
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
  color: #42946b;
}
#home .home-stats__counter {
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(3.6rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1;
  color: #39736b;
}
#home .home-stats__highlight-text {
  flex: 1 1 100%;
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.55rem;
  font-weight: 600;
  color: #14366f;
}
#home .home-stats__mascot {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: min(18rem, 28vw);
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 991px) {
  #home .home-stats__mascot {
    display: none;
  }
}
#home .para-empresas__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: center;
}
@media (min-width: 992px) {
  #home .para-empresas__grid {
    grid-template-columns: 1fr 1.05fr;
    gap: 4rem;
  }
}
#home .para-empresas__media {
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(20, 54, 111, 0.12);
}
#home .para-empresas__media img {
  display: block;
  width: 100%;
  min-height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .para-empresas__content {
  padding: 2rem 1.6rem;
  border-radius: 1.6rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 16px 40px rgba(20, 54, 111, 0.08);
}
@media (min-width: 768px) {
  #home .para-empresas__content {
    padding: 2.4rem 2.6rem;
  }
}
#home .para-empresas__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.18);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
#home .para-empresas__title {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #14366f;
}
#home .para-empresas__title span {
  color: #39736b;
}
#home .para-empresas__text {
  margin: 0 0 1.4rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.6;
  color: #425472;
}
#home .para-empresas__services-title {
  margin: 0 0 0.85rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #39736b;
}
#home .para-empresas__services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 576px) {
  #home .para-empresas__services {
    grid-template-columns: repeat(2, 1fr);
  }
}
#home .para-empresas__services li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.85rem;
  background: rgba(20, 54, 111, 0.03);
  border: 1px solid rgba(20, 54, 111, 0.06);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #14366f;
}
#home .para-empresas__services li i {
  color: #39736b;
  flex-shrink: 0;
}
#home .para-empresas__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  color: #fff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(57, 115, 107, 0.3);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
#home .para-empresas__cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(57, 115, 107, 0.38);
}

#testes-page {
  background: linear-gradient(180deg, #39736b 0%, rgba(137, 154, 183, 0) 100%);
}
#testes-page h1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 4rem;
}
#testes-page .content h3,
#testes-page .content p {
  color: #14366f;
}
#testes-page .content .title-question {
  padding: 1.6rem;
  background-color: #e1e5ed;
  border-radius: 0.8rem;
}
#testes-page .content .title-question h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.6;
}
#testes-page .content .title-description {
  padding: 1.6rem;
  background-color: #fff;
  border-radius: 0.8rem;
}
#testes-page .content .title-description h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
#testes-page .content .title-description p {
  font-weight: 500;
  line-height: 1.6;
}
#testes-page .content .title-description p i {
  color: #42946b;
  margin-right: 1rem;
}
#testes-page .content .block-success {
  background-color: #42946b;
  color: #fff;
  padding: 2rem;
  border-radius: 0.8rem;
}
#testes-page .content .block-success i {
  font-size: 2rem;
}
#testes-page .content .grid-scale {
  border-radius: 2rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 0.2fr;
  gap: 0 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#testes-page .content .grid-scale .bg-even {
  background-color: #ced4da;
}
#testes-page .content .grid-scale .bg-odd {
  background-color: #e1e5ed;
}
#testes-page .content .grid-scale h3 {
  padding: 2rem;
}
#testes-page .content .grid-content .header-grid {
  background-color: #ced4da;
  padding: 2rem;
  border-radius: 0.8rem;
  display: grid;
  grid-template-columns: 8rem 8rem 1fr;
}
#testes-page .content .grid-content .header-grid .grid-item {
  padding: 1rem;
}
#testes-page .content .grid-content .header-grid .grid-item h3 {
  text-align: center;
}
#testes-page .content .grid-content .body-grid {
  display: grid;
  grid-template-columns: 8rem 8rem 1fr;
  padding: 2rem;
  align-items: center;
}
#testes-page .content .grid-content .body-grid .grid-item {
  padding: 1rem;
}
#testes-page .content .grid-content .body-grid .grid-item h3 {
  text-align: center;
}
#testes-page .step {
  position: relative;
  margin: 0 auto;
  max-width: 94rem;
  margin-bottom: 4rem;
}
#testes-page .step .step-item-wrapper {
  display: flex;
  justify-content: space-between;
}
#testes-page .step .step-item-wrapper::after {
  content: "";
  position: absolute;
  top: 45%;
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.1);
}
#testes-page .step .step-item-wrapper.step_2::before {
  content: "";
  position: absolute;
  top: 45%;
  z-index: 1;
  width: 25%;
  height: 0.4rem;
  background-color: #39736b;
}
#testes-page .step .step-item-wrapper.step_3::before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 50%;
  height: 0.4rem;
  background-color: #39736b;
}
#testes-page .step .step-item-wrapper.step_4::before {
  content: "";
  position: absolute;
  top: 45%;
  z-index: 1;
  width: 75%;
  height: 0.4rem;
  background-color: #39736b;
}
#testes-page .step .step-item-wrapper.step_5::before {
  content: "";
  position: absolute;
  top: 45%;
  z-index: 1;
  width: 100%;
  height: 0.4rem;
  background-color: #39736b;
}
#testes-page .step .step-item-wrapper div {
  z-index: 1;
}
#testes-page .step .step-item-wrapper .step-item {
  display: inline-block;
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  font-size: 2rem;
  background-color: #fff;
  color: #39736b;
  box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.1);
}
#testes-page .step .step-item-wrapper .step-item.active {
  background-color: #39736b;
  color: #fff;
}

@media (max-width: 575.98px) {
  #testes-page .step .step-item {
    width: 4rem !important;
    height: 4rem !important;
    font-size: 1.4rem;
  }
  #testes-page .content .grid-content .body-grid,
  #testes-page .content .grid-content .header-grid {
    padding: 0.4rem;
  }
  #testes-page .content .grid-content .grid-item {
    padding: 0.4rem;
  }
  #testes-page .content .grid-content .grid-item p {
    text-align: center;
  }
}
#posicoes-internal-pages {
  background: linear-gradient(180deg, #39736b 0%, rgba(137, 154, 183, 0) 100%);
  width: 100vw;
}
#posicoes-internal-pages h1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 4rem;
}
#posicoes-internal-pages .grid-content h3 {
  text-align: center;
}
#posicoes-internal-pages .grid-content .header-grid {
  background-color: #ced4da;
  padding: 2rem;
  border-radius: 0.8rem;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
#posicoes-internal-pages .grid-content .body-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 2rem;
  align-items: center;
}
#posicoes-internal-pages .grid-content-mais-detalhes h3 {
  text-align: center;
}
#posicoes-internal-pages .grid-content-mais-detalhes .body-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 2rem;
  align-items: center;
}
#posicoes-internal-pages .grid-content-mais-detalhes .body-grid h3 {
  padding: 1rem;
  text-align: start;
  border-bottom: 1px solid #39736b;
}
#posicoes-internal-pages .grid-content-material .table th {
  font-size: 1.8rem;
}
#posicoes-internal-pages .grid-content-material .table td {
  font-size: 1.6rem;
}
#posicoes-internal-pages .grid-content-material .table td a {
  font-size: 1.4rem;
}

@media (max-width: 575.98px) {
  #posicoes-internal-pages .grid-content {
    overflow: auto;
  }
}
.posicoes-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.posicoes-page .posicoes-filtros {
  margin-bottom: 3rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(20, 54, 111, 0.08);
}
.posicoes-page .posicoes-filtros__header {
  max-width: 62rem;
  margin-bottom: 1.8rem;
}
.posicoes-page .posicoes-filtros__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.18);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
.posicoes-page .posicoes-filtros__title {
  margin: 0 0 0.5rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(2.4rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: #14366f;
}
.posicoes-page .posicoes-filtros__subtitle {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.55;
  color: #425472;
}
.posicoes-page .posicoes-filtros__form {
  padding: 1.6rem;
  border-radius: 1.2rem;
  background: rgba(20, 54, 111, 0.03);
  border: 1px solid rgba(20, 54, 111, 0.06);
}
.posicoes-page .posicoes-filtros__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .posicoes-page .posicoes-filtros__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .posicoes-page .posicoes-filtros__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.posicoes-page .posicoes-filtros__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.posicoes-page .posicoes-filtros__label {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #14366f;
}
.posicoes-page .posicoes-filtros__hint {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.4;
}
.posicoes-page .posicoes-filtros__input, .posicoes-page .posicoes-filtros__select {
  width: 100%;
  min-height: 4.4rem;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(20, 54, 111, 0.14);
  background: #fff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #14366f;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.posicoes-page .posicoes-filtros__input::-moz-placeholder, .posicoes-page .posicoes-filtros__select::-moz-placeholder {
  color: #94a3b8;
}
.posicoes-page .posicoes-filtros__input::placeholder, .posicoes-page .posicoes-filtros__select::placeholder {
  color: #94a3b8;
}
.posicoes-page .posicoes-filtros__input:hover:not(:disabled), .posicoes-page .posicoes-filtros__select:hover:not(:disabled) {
  border-color: rgba(57, 115, 107, 0.35);
}
.posicoes-page .posicoes-filtros__input:focus, .posicoes-page .posicoes-filtros__select:focus {
  outline: none;
  border-color: #39736b;
  box-shadow: 0 0 0 3px rgba(57, 115, 107, 0.2);
}
.posicoes-page .posicoes-filtros__input:disabled, .posicoes-page .posicoes-filtros__select:disabled {
  background: rgba(20, 54, 111, 0.04);
  color: #94a3b8;
  cursor: not-allowed;
}
.posicoes-page .posicoes-filtros__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2314366f' d='M1.41 0 6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.posicoes-page .posicoes-filtros__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.4rem;
}
.posicoes-page .posicoes-filtros__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 4.4rem;
  padding: 0.85rem 1.6rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #007bc6 0%, #14366f 100%);
  color: #fff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(20, 54, 111, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.posicoes-page .posicoes-filtros__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(20, 54, 111, 0.28);
}
.posicoes-page .posicoes-filtros__submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(20, 54, 111, 0.35), 0 8px 24px rgba(20, 54, 111, 0.22);
}
.posicoes-page .posicoes-filtros__clear {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 4.4rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 54, 111, 0.18);
  background: #fff;
  color: #14366f;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.posicoes-page .posicoes-filtros__clear:hover {
  background: rgba(20, 54, 111, 0.04);
  color: #14366f;
  transform: translateY(-1px);
}
.posicoes-page .posicoes-filtros__clear:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(57, 115, 107, 0.2);
}
.posicoes-page .posicoes-filtros__active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.2rem;
}
.posicoes-page .posicoes-filtros__active-label {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #14366f;
}
.posicoes-page .posicoes-filtros__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.18);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #39736b;
}
.posicoes-page .posicoes-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: start;
}
@media (min-width: 992px) {
  .posicoes-page .posicoes-layout {
    grid-template-columns: minmax(0, 1fr) 30rem;
    gap: 2.8rem;
  }
}
.posicoes-page .posicoes-resultados__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.posicoes-page .posicoes-resultados__title {
  margin: 0 0 0.35rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #14366f;
}
.posicoes-page .posicoes-resultados__count {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #425472;
}
.posicoes-page .posicoes-resultados__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  background: rgba(20, 54, 111, 0.06);
  border: 1px solid rgba(20, 54, 111, 0.08);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #14366f;
}
.posicoes-page .posicoes-resultados__badge i {
  color: #39736b;
}
.posicoes-page .posicoes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 640px) {
  .posicoes-page .posicoes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.posicoes-page .posicoes-grid__item {
  min-width: 0;
  height: 100%;
}
.posicoes-page .posicoes-empty {
  padding: 3rem 1.6rem;
  border-radius: 1.4rem;
  background: rgba(20, 54, 111, 0.03);
  border: 1px dashed rgba(20, 54, 111, 0.12);
  text-align: center;
}
.posicoes-page .posicoes-empty__icon {
  display: grid;
  place-items: center;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto 1.2rem;
  border-radius: 1.2rem;
  background: rgba(57, 115, 107, 0.1);
  color: #39736b;
  font-size: 2.2rem;
}
.posicoes-page .posicoes-empty__title {
  margin: 0 0 0.65rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #14366f;
}
.posicoes-page .posicoes-empty__text {
  margin: 0 auto 1.4rem;
  max-width: 42rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.55;
  color: #425472;
}
.posicoes-page .posicoes-empty__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  color: #fff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(57, 115, 107, 0.28);
}
.posicoes-page .posicoes-empty__cta:hover {
  color: #fff;
}
.posicoes-page .posicoes-empty__cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(57, 115, 107, 0.35);
}
.posicoes-page .posicoes-aside__card {
  padding: 1.8rem 1.6rem;
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(20, 54, 111, 0.04) 0%, rgba(57, 115, 107, 0.06) 100%);
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 12px 32px rgba(20, 54, 111, 0.08);
}
@media (min-width: 992px) {
  .posicoes-page .posicoes-aside__card {
    position: sticky;
    top: 8.5rem;
  }
}
.posicoes-page .posicoes-aside__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.2rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
.posicoes-page .posicoes-aside__stat {
  margin-bottom: 1.4rem;
}
.posicoes-page .posicoes-aside__stat--highlight {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(20, 54, 111, 0.08);
}
.posicoes-page .posicoes-aside__stat-lead, .posicoes-page .posicoes-aside__stat-label {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #425472;
}
.posicoes-page .posicoes-aside__stat-value {
  display: block;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #14366f;
}
.posicoes-page .posicoes-aside__stat-value--lg {
  font-size: clamp(3.6rem, 5vw, 5.2rem);
  color: #39736b;
}
.posicoes-page .posicoes-aside__cta-block {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(20, 54, 111, 0.08);
}
.posicoes-page .posicoes-aside__cta-text {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
  color: #425472;
}
.posicoes-page .posicoes-aside__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 4.4rem;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  color: #fff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(57, 115, 107, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.posicoes-page .posicoes-aside__cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(57, 115, 107, 0.35);
}
.posicoes-page .posicoes-aside__cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(57, 115, 107, 0.35);
}
.posicoes-page .posicoes-aside__cta--secondary {
  margin-top: 1rem;
  background: linear-gradient(135deg, #007bc6 0%, #14366f 100%);
  box-shadow: 0 8px 24px rgba(20, 54, 111, 0.22);
}
.posicoes-page .posicoes-aside__login {
  margin: 1rem 0 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #425472;
  text-align: center;
}
.posicoes-page .posicoes-aside__login a {
  color: #39736b;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.posicoes-page .posicoes-aside__login a:hover {
  color: #14366f;
}
.posicoes-page .posicoes-aside__login a:focus-visible {
  outline: 2px solid #39736b;
  outline-offset: 2px;
}

.posicao-detalhe .posicao-detalhe__breadcrumb {
  margin-bottom: 1.6rem;
}
.posicao-detalhe .posicao-detalhe__breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #39736b;
  text-decoration: none;
  transition: color 0.2s ease;
}
.posicao-detalhe .posicao-detalhe__breadcrumb-link:hover {
  color: #14366f;
}
.posicao-detalhe .posicao-detalhe__breadcrumb-link:focus-visible {
  outline: 2px solid #39736b;
  outline-offset: 3px;
}
.posicao-detalhe .posicao-detalhe__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2.4rem;
}
.posicao-detalhe .posicao-detalhe__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(20, 54, 111, 0.05);
  border: 1px solid rgba(20, 54, 111, 0.08);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #14366f;
  max-width: 100%;
  word-break: break-word;
}
.posicao-detalhe .posicao-detalhe__chip i {
  color: #39736b;
  font-size: 1.05rem;
}
.posicao-detalhe .posicao-detalhe__chip--alert {
  background: rgba(234, 88, 12, 0.08);
  border-color: rgba(234, 88, 12, 0.18);
  color: #9a3412;
}
.posicao-detalhe .posicao-detalhe__chip--alert i {
  color: #ea580c;
}
.posicao-detalhe .posicao-detalhe__chip--muted {
  background: rgba(100, 116, 139, 0.08);
  border-color: rgba(100, 116, 139, 0.15);
  color: #475569;
}
.posicao-detalhe .posicao-detalhe__chip--muted i {
  color: #64748b;
}
.posicao-detalhe .posicao-detalhe__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: start;
}
@media (min-width: 992px) {
  .posicao-detalhe .posicao-detalhe__layout {
    grid-template-columns: minmax(0, 1fr) 32rem;
    gap: 2.8rem;
  }
}
.posicao-detalhe .posicao-detalhe__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
.posicao-detalhe .posicao-detalhe__intro {
  margin-bottom: 1.6rem;
}
.posicao-detalhe .posicao-detalhe__intro-text {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.6;
  color: #425472;
}
.posicao-detalhe .posicao-detalhe__section {
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(20, 54, 111, 0.08);
}
.posicao-detalhe .posicao-detalhe__section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.posicao-detalhe .posicao-detalhe__section-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}
.posicao-detalhe .posicao-detalhe__section-icon {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.85rem;
  background: rgba(57, 115, 107, 0.1);
  color: #39736b;
  font-size: 1.35rem;
  flex-shrink: 0;
}
.posicao-detalhe .posicao-detalhe__section-title {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 1.85rem;
  font-weight: 700;
  color: #14366f;
}
.posicao-detalhe .posicao-detalhe__section-body {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.65;
  color: #425472;
}
.posicao-detalhe .posicao-detalhe__section-body p {
  margin: 0 0 0.85rem;
  text-align: justify;
}
.posicao-detalhe .posicao-detalhe__section-body p:last-child {
  margin-bottom: 0;
}
.posicao-detalhe .posicao-detalhe__aside {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.posicao-detalhe .posicao-detalhe__apply-card,
.posicao-detalhe .posicao-detalhe__promo {
  padding: 1.8rem 1.6rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 12px 32px rgba(20, 54, 111, 0.08);
}
.posicao-detalhe .posicao-detalhe__apply-card {
  background: linear-gradient(180deg, rgba(20, 54, 111, 0.03) 0%, rgba(57, 115, 107, 0.06) 100%);
}
@media (min-width: 992px) {
  .posicao-detalhe .posicao-detalhe__apply-card {
    position: sticky;
    top: 8.5rem;
  }
}
.posicao-detalhe .posicao-detalhe__apply-title {
  margin: 0 0 0.65rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #14366f;
}
.posicao-detalhe .posicao-detalhe__apply-text {
  margin: 0 0 1.2rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.55;
  color: #425472;
}
.posicao-detalhe .posicao-detalhe__apply-status {
  text-align: center;
}
.posicao-detalhe .posicao-detalhe__apply-status--success .posicao-detalhe__apply-icon {
  color: #39736b;
}
.posicao-detalhe .posicao-detalhe__apply-icon {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  background: rgba(57, 115, 107, 0.1);
  font-size: 2.4rem;
}
.posicao-detalhe .posicao-detalhe__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 4.6rem;
  padding: 0.9rem 1.2rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  color: #fff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(57, 115, 107, 0.3);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.posicao-detalhe .posicao-detalhe__cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(57, 115, 107, 0.38);
}
.posicao-detalhe .posicao-detalhe__cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(57, 115, 107, 0.35);
}
.posicao-detalhe .posicao-detalhe__login {
  margin: 1rem 0 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #425472;
  text-align: center;
}
.posicao-detalhe .posicao-detalhe__login a {
  color: #39736b;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.posicao-detalhe .posicao-detalhe__login a:focus-visible {
  outline: 2px solid #39736b;
  outline-offset: 2px;
}
.posicao-detalhe .posicao-detalhe__promo {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.posicao-detalhe .posicao-detalhe__mascot {
  display: block;
  width: 8rem;
  margin: 0 auto 0.85rem;
}
.posicao-detalhe .posicao-detalhe__promo-text {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #14366f;
}
.posicao-detalhe .posicao-detalhe__promo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 54, 111, 0.14);
  background: rgba(20, 54, 111, 0.03);
  color: #14366f;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}
.posicao-detalhe .posicao-detalhe__promo-link:hover {
  background: rgba(20, 54, 111, 0.06);
  color: #14366f;
}

.posicao-detalhe-modal__image {
  display: block;
  width: 100%;
  height: auto;
}

.comtalento-about {
  position: relative;
  overflow: hidden;
}
.comtalento-about .comtalento-about__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  align-items: center;
  margin-bottom: 2.4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(20, 54, 111, 0.08);
}
@media (min-width: 768px) {
  .comtalento-about .comtalento-about__intro {
    grid-template-columns: 1fr auto;
    gap: 2rem;
  }
}
.comtalento-about .comtalento-about__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.18);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
.comtalento-about .comtalento-about__lead {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: clamp(1.65rem, 2.5vw, 1.9rem);
  font-weight: 500;
  line-height: 1.6;
  color: #425472;
}
.comtalento-about .comtalento-about__intro-logo {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .comtalento-about .comtalento-about__intro-logo {
    justify-content: flex-end;
  }
}
.comtalento-about .comtalento-about__intro-logo img {
  width: auto;
  max-width: 100%;
  height: 5.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.comtalento-about .comtalento-about__section {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(20, 54, 111, 0.08);
}
.comtalento-about .comtalento-about__section:last-of-type {
  border-bottom: none;
}
.comtalento-about .comtalento-about__section-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.comtalento-about .comtalento-about__section-icon {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.85rem;
  background: rgba(57, 115, 107, 0.1);
  color: #39736b;
  font-size: 1.35rem;
  flex-shrink: 0;
}
.comtalento-about .comtalento-about__section-title {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(1.85rem, 2.5vw, 2.1rem);
  font-weight: 700;
  color: #14366f;
}
.comtalento-about .comtalento-about__section-body {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.65;
  color: #425472;
}
.comtalento-about .comtalento-about__section-body p {
  margin: 0 0 0.85rem;
}
.comtalento-about .comtalento-about__section-body p:last-child {
  margin-bottom: 0;
}
.comtalento-about .comtalento-about__section-body a {
  color: #39736b;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.comtalento-about .comtalento-about__section-body a:hover {
  color: #14366f;
}
.comtalento-about .comtalento-about__section-body a:focus-visible {
  outline: 2px solid #39736b;
  outline-offset: 2px;
}
.comtalento-about .comtalento-about__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .comtalento-about .comtalento-about__steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.comtalento-about .comtalento-about__step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 0.65rem 0.85rem;
  padding: 1.1rem 1rem 1.1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(20, 54, 111, 0.03);
  border: 1px solid rgba(20, 54, 111, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.comtalento-about .comtalento-about__step:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 115, 107, 0.2);
  box-shadow: 0 8px 24px rgba(20, 54, 111, 0.08);
}
.comtalento-about .comtalento-about__step-number {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: rgba(20, 54, 111, 0.15);
  letter-spacing: 0.04em;
}
.comtalento-about .comtalento-about__step-icon {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.75rem;
  background: rgba(57, 115, 107, 0.12);
  color: #39736b;
  font-size: 1.25rem;
  grid-row: span 2;
  align-self: start;
}
.comtalento-about .comtalento-about__step-text {
  margin: 0;
  grid-column: 2;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.5;
  color: #14366f;
}
.comtalento-about .comtalento-about__highlight {
  margin: 2rem 0;
  padding: 2rem 1.6rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, rgba(20, 54, 111, 0.04) 0%, rgba(57, 115, 107, 0.1) 100%);
  border: 1px solid rgba(57, 115, 107, 0.15);
  text-align: center;
}
@media (min-width: 768px) {
  .comtalento-about .comtalento-about__highlight {
    padding: 2.4rem 2.8rem;
  }
}
.comtalento-about .comtalento-about__highlight-icon {
  display: grid;
  place-items: center;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto 1rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  color: #fff;
  font-size: 2.2rem;
  box-shadow: 0 8px 24px rgba(57, 115, 107, 0.28);
}
.comtalento-about .comtalento-about__highlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.12);
  border: 1px solid rgba(57, 115, 107, 0.2);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
.comtalento-about .comtalento-about__highlight-title {
  margin: 0 0 0.75rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #14366f;
}
.comtalento-about .comtalento-about__highlight-text {
  margin: 0 auto 1.2rem;
  max-width: 58rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.6;
  color: #425472;
}
.comtalento-about .comtalento-about__highlight-text strong {
  color: #14366f;
  font-weight: 700;
}
.comtalento-about .comtalento-about__highlight-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #39736b;
  text-decoration: none;
}
.comtalento-about .comtalento-about__highlight-link:hover {
  color: #14366f;
}
.comtalento-about .comtalento-about__highlight-link:focus-visible {
  outline: 2px solid #39736b;
  outline-offset: 3px;
}
.comtalento-about .comtalento-about__cta-block {
  margin-top: 2.4rem;
  padding: 2rem 1.6rem;
  border-radius: 1.4rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 12px 32px rgba(20, 54, 111, 0.08);
  text-align: center;
}
@media (min-width: 768px) {
  .comtalento-about .comtalento-about__cta-block {
    padding: 2.4rem 2.8rem;
  }
}
.comtalento-about .comtalento-about__cta-title {
  margin: 0 0 0.65rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #14366f;
}
.comtalento-about .comtalento-about__cta-text {
  margin: 0 auto 1.4rem;
  max-width: 52rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.55;
  color: #425472;
}
.comtalento-about .comtalento-about__cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.comtalento-about .comtalento-about__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 4.4rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.comtalento-about .comtalento-about__cta--primary {
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(57, 115, 107, 0.3);
}
.comtalento-about .comtalento-about__cta--primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(57, 115, 107, 0.38);
}
.comtalento-about .comtalento-about__cta--secondary {
  background: #fff;
  color: #14366f;
  border: 1px solid rgba(20, 54, 111, 0.14);
}
.comtalento-about .comtalento-about__cta--secondary:hover {
  color: #14366f;
  background: rgba(20, 54, 111, 0.04);
  transform: translateY(-1px);
}
.comtalento-about .comtalento-about__cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(57, 115, 107, 0.35);
}

.contato-page__alert {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.6rem;
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.2);
}
.contato-page__alert i {
  margin-top: 0.15rem;
  color: #39736b;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.contato-page__alert p {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.5;
  color: #14366f;
}
.contato-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.8rem;
  align-items: start;
}
@media (min-width: 992px) {
  .contato-page__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 3.2rem;
  }
}
.contato-page__header {
  margin-bottom: 1.6rem;
}
.contato-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(57, 115, 107, 0.1);
  border: 1px solid rgba(57, 115, 107, 0.18);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
.contato-page__title {
  margin: 0 0 0.65rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(2.2rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: #14366f;
}
.contato-page__subtitle {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.55;
  color: #425472;
}
.contato-page__form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.6rem;
  border-radius: 1.2rem;
  background: rgba(20, 54, 111, 0.03);
  border: 1px solid rgba(20, 54, 111, 0.06);
}
.contato-page__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.contato-page__label {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #14366f;
}
.contato-page__hint {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.4;
  color: #64748b;
}
.contato-page__input, .contato-page__textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(20, 54, 111, 0.14);
  background: #fff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #14366f;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contato-page__input::-moz-placeholder, .contato-page__textarea::-moz-placeholder {
  color: #94a3b8;
}
.contato-page__input::placeholder, .contato-page__textarea::placeholder {
  color: #94a3b8;
}
.contato-page__input:hover, .contato-page__textarea:hover {
  border-color: rgba(57, 115, 107, 0.35);
}
.contato-page__input:focus, .contato-page__textarea:focus {
  outline: none;
  border-color: #39736b;
  box-shadow: 0 0 0 3px rgba(57, 115, 107, 0.2);
}
.contato-page__textarea {
  min-height: 14rem;
  resize: vertical;
}
.contato-page__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  align-self: flex-start;
  min-height: 4.4rem;
  padding: 0.85rem 1.6rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  color: #fff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(57, 115, 107, 0.3);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.contato-page__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(57, 115, 107, 0.38);
}
.contato-page__submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(57, 115, 107, 0.35);
}
.contato-page__channels {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.4rem;
}
.contato-page__channel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 6px 20px rgba(20, 54, 111, 0.06);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.contato-page__channel:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 115, 107, 0.22);
  box-shadow: 0 10px 28px rgba(20, 54, 111, 0.1);
}
.contato-page__channel:hover .contato-page__channel-arrow {
  color: #39736b;
  transform: translateX(3px);
}
.contato-page__channel:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(57, 115, 107, 0.25);
}
.contato-page__channel-icon {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.85rem;
  background: rgba(57, 115, 107, 0.1);
  color: #39736b;
  font-size: 1.35rem;
  flex-shrink: 0;
}
.contato-page__channel-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.contato-page__channel-label {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #39736b;
}
.contato-page__channel-text {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.45;
  color: #425472;
}
.contato-page__channel-arrow {
  color: #94a3b8;
  font-size: 1rem;
  transition: transform 0.22s ease, color 0.22s ease;
}
.contato-page__map {
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 12px 32px rgba(20, 54, 111, 0.1);
}
.contato-page__map iframe {
  display: block;
  width: 100%;
  height: 28rem;
  border: 0;
}

#area-candidato {
  background-color: #eef2f7;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
}
#area-candidato .area-candidato-shell {
  min-height: calc(100vh - 7.6rem);
}
#area-candidato .area-candidato-main {
  background-color: #fff;
  min-height: calc(100vh - 7.6rem);
}
#area-candidato .area-candidato-page-header {
  padding: 1.6rem 1.6rem 0.4rem;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
#area-candidato .area-candidato-page-header.is-updating {
  animation: candidatoHeaderIn 0.35s ease;
}
#area-candidato .area-candidato-page-header h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.75rem, 2.2vw, 2.1rem);
  font-weight: 800;
  color: #14366f;
  letter-spacing: -0.03em;
}
#area-candidato .area-candidato-page-header p {
  margin: 0;
  color: #64748b;
  font-size: 1.25rem;
  font-weight: 500;
  max-width: 46rem;
  line-height: 1.5;
}
#area-candidato .area-candidato-content-shell {
  position: relative;
  min-height: 20rem;
}
#area-candidato .area-candidato-tab-loader {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
#area-candidato .area-candidato-tab-loader span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #14366f;
}
#area-candidato .area-candidato-tab-loader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#area-candidato .area-candidato-tab-loader-spinner {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 3px solid rgba(20, 54, 111, 0.12);
  border-top-color: #39736b;
  animation: candidatoSpin 0.75s linear infinite;
}
#area-candidato .area-candidato-tab-content {
  background-color: transparent;
  min-height: auto;
}
#area-candidato .area-candidato-tab-content .tab-pane {
  animation: candidatoTabIn 0.35s ease both;
}
#area-candidato .area-candidato-tab-content .tab-pane.is-leaving {
  animation: candidatoTabOut 0.18s ease both;
}
#area-candidato .area-candidato-tab-content .tab-pane.active.is-leaving {
  animation: none;
}
#area-candidato .area-candidato-banners {
  background-color: #fff;
  border-left: 1px solid rgba(20, 54, 111, 0.06);
  padding-top: 1.6rem;
}
#area-candidato .tab-content {
  background-color: #fff;
  height: 100%;
}
#area-candidato .tab-content .main-banner {
  overflow: hidden;
  background-color: #e1e5ed;
}
#area-candidato .tab-content .main-banner .content p {
  font-size: 2rem;
  color: #14366f;
}
#area-candidato .tab-content .main-banner p {
  color: #14366f;
  font-size: 1.4rem;
}
#area-candidato .tab-content .main-banner p span {
  color: #39736b;
  font-size: 2.2rem;
}
#area-candidato .tab-content .main-banner .fa-cloud-download-alt {
  font-size: 12rem;
  color: #39736b;
  margin-bottom: 2rem;
  filter: drop-shadow(1px 10px 4px #ffffff);
}
#area-candidato .tab-content .main-banner img {
  transform: translateY(4rem);
}
#area-candidato .tab-content .main-banner .form-group-theme .form-label {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #14366f;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
}
#area-candidato .tab-content .main-banner .form-group-theme .form-control {
  width: 31rem;
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 0.6rem;
}
#area-candidato .tab-content .main-banner .form-group-theme .form-control::-moz-placeholder {
  color: #e1e5ed;
}
#area-candidato .tab-content .main-banner .form-group-theme .form-control::placeholder {
  color: #e1e5ed;
}
#area-candidato .tab-content .main-banner .form-group-theme .form-control:focus {
  border-color: #39736b !important;
  box-shadow: 0px 0px 4px 1px rgba(43, 184, 0, 0.2) !important;
}
#area-candidato .tab-content .main-banner .form-group-theme textarea {
  resize: none;
  height: 12rem !important;
}
#area-candidato .banners-sidebar {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: 100%;
}
#area-candidato .banners-sidebar .banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: none;
  max-width: 40rem;
  width: 100%;
  height: 17rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.4rem;
  box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.1);
}

@keyframes candidatoSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes candidatoTabIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes candidatoTabOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-6px);
  }
}
@keyframes candidatoHeaderIn {
  from {
    opacity: 0.4;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 520px) {
  #area-candidato .area-candidato-page-header {
    padding-inline: 1rem;
  }
}
#area-empresa {
  background-color: #f1f6ff;
}
#area-empresa .tab-content {
  height: 100%;
}
#area-empresa .tab-content .tag {
  position: relative;
  padding: 16px 24px;
  color: #383838;
  font-weight: 900;
  font-size: 2.5rem;
  border-radius: 4px;
  box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.05), 2px 28px 15px -26px rgba(0, 0, 0, 0.22);
  height: 200px;
  transition: 0.2s ease-in-out;
}
#area-empresa .tab-content .tag.--blue-1 {
  background-color: rgba(70, 144, 255, 0.3);
  color: #4690ff;
}
#area-empresa .tab-content .tag.--blue-2 {
  background-color: rgba(15, 85, 189, 0.3);
  color: #2d64b7;
}
#area-empresa .tab-content .tag.--blue-3 {
  background-color: rgba(0, 59, 149, 0.3);
  color: #02347e;
}
#area-empresa .tab-content .tag i.fas {
  transition: 0.2s ease-in-out;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
#area-empresa .tab-content .tag:hover i.fas {
  transform: translateX(8px);
}
#area-empresa .tab-content .main-banner {
  overflow: hidden;
  background-color: #c3d7ff;
  box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.05), 2px 28px 15px -26px rgba(0, 0, 0, 0.22);
  padding-block: 40px;
  padding-inline: 24px;
  border-radius: 8px;
}
#area-empresa .tab-content .main-banner .content h1 {
  font-size: 4.2rem;
  margin-bottom: 24px;
  font-weight: 900;
  color: #383838;
}
#area-empresa .tab-content .main-banner .content h1 span {
  font-size: inherit;
  font-weight: 900;
  color: #3197ff;
}
#area-empresa .tab-content .main-banner .content p {
  font-size: 1.6rem;
}
#area-empresa .tab-content .main-banner .fa-cloud-download-alt {
  font-size: 12rem;
  color: #39736b;
  margin-bottom: 2rem;
  filter: drop-shadow(1px 10px 4px #ffffff);
}
#area-empresa .tab-content .main-banner img {
  transform: translateY(4rem);
}
#area-empresa .tab-content .main-banner .form-group-theme .form-label {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #14366f;
  font-family: "Inter", sans-serif;
}
#area-empresa .tab-content .main-banner .form-group-theme .form-control {
  width: 31rem;
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 0.6rem;
}
#area-empresa .tab-content .main-banner .form-group-theme .form-control::-moz-placeholder {
  color: #e1e5ed;
}
#area-empresa .tab-content .main-banner .form-group-theme .form-control::placeholder {
  color: #e1e5ed;
}
#area-empresa .tab-content .main-banner .form-group-theme .form-control:focus {
  border-color: #39736b !important;
  box-shadow: 0px 0px 4px 1px rgba(43, 184, 0, 0.2) !important;
}
#area-empresa .tab-content .main-banner .form-group-theme textarea {
  resize: none;
  height: 12rem !important;
}
#area-empresa .banners-sidebar {
  padding: 16px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
#area-empresa .banners-sidebar .wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 112px;
  margin-top: 24px;
}
#area-empresa .banners-sidebar .wrapper .banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: none;
  max-width: 40rem;
  width: 100%;
  aspect-ratio: 16/8;
  padding: 16px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  #area-empresa .banners-sidebar .wrapper .banner {
    max-width: 100%;
  }
}
#area-empresa table th,
#area-empresa table td {
  font-size: 1.6rem;
}

.sidebar-menu-wrapper {
  border-right: 1px solid rgba(20, 54, 111, 0.06);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  padding-block: 1.6rem;
  min-height: calc(100vh - 7.6rem);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
}
.sidebar-menu-wrapper .sidebar-menu {
  padding-inline: 1rem;
  position: sticky;
  top: 9rem;
  height: -moz-fit-content;
  height: fit-content;
}
.sidebar-menu-wrapper .area-candidato-user-card {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 4px 16px rgba(20, 54, 111, 0.05);
  animation: candidatoFadeUp 0.45s ease both;
}
.sidebar-menu-wrapper .area-candidato-user-avatar {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.25rem;
  color: #fff;
  background: linear-gradient(135deg, #14366f 0%, #39736b 100%);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(20, 54, 111, 0.18);
}
.sidebar-menu-wrapper .area-candidato-user-greeting {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #64748b;
}
.sidebar-menu-wrapper .area-candidato-user-name {
  margin: 0.1rem 0 0;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
  color: #14366f;
  letter-spacing: -0.02em;
}
.sidebar-menu-wrapper .area-candidato-user-email {
  margin: 0.15rem 0 0;
  font-size: 1.05rem;
  font-weight: 500;
  color: #64748b;
  word-break: break-word;
}
.sidebar-menu-wrapper .area-candidato-sidebar-progress {
  margin-bottom: 1.25rem;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.08);
  animation: candidatoFadeUp 0.45s ease 0.05s both;
}
.sidebar-menu-wrapper .area-candidato-sidebar-progress-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}
.sidebar-menu-wrapper .area-candidato-sidebar-progress-label {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: #14366f;
}
.sidebar-menu-wrapper .area-candidato-sidebar-progress-hint {
  display: block;
  margin-top: 0.1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #64748b;
}
.sidebar-menu-wrapper .area-candidato-sidebar-progress-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: #39736b;
  letter-spacing: -0.02em;
}
.sidebar-menu-wrapper .area-candidato-sidebar-progress-bar {
  height: 0.55rem;
  border-radius: 999px;
  background-color: rgba(20, 54, 111, 0.1);
  overflow: hidden;
}
.sidebar-menu-wrapper .area-candidato-sidebar-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #42946b 0%, #39736b 100%);
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 8px rgba(57, 115, 107, 0.35);
}
.sidebar-menu-wrapper .area-candidato-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  animation: candidatoFadeUp 0.45s ease 0.1s both;
}
.sidebar-menu-wrapper .area-candidato-nav-heading {
  margin: 1rem 0 0.35rem;
  padding-inline: 0.75rem;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #94a3b8;
}
.sidebar-menu-wrapper .area-candidato-nav-heading:first-of-type {
  margin-top: 0;
}
.sidebar-menu-wrapper .nav-link {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem 0.75rem;
  border-radius: 0.85rem;
  color: #425472;
  text-decoration: none;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.sidebar-menu-wrapper .nav-link:hover {
  background-color: rgba(57, 115, 107, 0.08);
  color: #14366f;
  transform: translateX(3px);
}
.sidebar-menu-wrapper .nav-link.active {
  background: linear-gradient(90deg, rgba(57, 115, 107, 0.14) 0%, rgba(57, 115, 107, 0.06) 100%);
  color: #14366f;
  font-weight: 700;
  box-shadow: inset 3px 0 0 #39736b;
}
.sidebar-menu-wrapper .nav-link.active .area-candidato-nav-icon {
  background: #39736b;
  color: #fff;
  box-shadow: 0 4px 10px rgba(57, 115, 107, 0.25);
}
.sidebar-menu-wrapper .area-candidato-nav-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.65rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: rgba(20, 54, 111, 0.06);
  color: #14366f;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.sidebar-menu-wrapper .area-candidato-nav-icon i {
  font-size: 1rem;
}
.sidebar-menu-wrapper .area-candidato-nav-text {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  flex: 1;
}
.sidebar-menu-wrapper .area-candidato-nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  background: #14366f;
}
.sidebar-menu-wrapper .area-candidato-nav-badge--alert {
  background: linear-gradient(135deg, #d79b00 0%, #e8a317 100%);
  animation: candidatoPulse 2s ease infinite;
}
.sidebar-menu-wrapper .area-candidato-nav-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #d79b00;
  flex-shrink: 0;
  animation: candidatoPulse 2s ease infinite;
}
.sidebar-menu-wrapper .area-candidato-nav-highlight:not(.active) {
  background: rgba(215, 155, 0, 0.08);
}
.sidebar-menu-wrapper .area-candidato-nav-highlight:not(.active) .area-candidato-nav-icon {
  background: rgba(215, 155, 0, 0.18);
  color: #9a6b00;
}
.sidebar-menu-wrapper .area-candidato-nav-external {
  position: relative;
  padding-right: 2rem;
}
.sidebar-menu-wrapper .area-candidato-nav-external .area-candidato-nav-external-icon {
  position: absolute;
  right: 0.75rem;
  font-size: 0.75rem;
  opacity: 0.45;
  width: auto;
}
.sidebar-menu-wrapper .area-candidato-nav-logout {
  margin-top: 0.5rem;
  color: #b42318;
}
.sidebar-menu-wrapper .area-candidato-nav-logout .area-candidato-nav-icon {
  background: rgba(180, 35, 24, 0.08);
  color: #b42318;
}
.sidebar-menu-wrapper .area-candidato-nav-logout:hover {
  background-color: rgba(180, 35, 24, 0.08);
  color: #912018;
}
@media (max-width: 991.98px) {
  .sidebar-menu-wrapper {
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(20, 54, 111, 0.06);
    padding-block: 1rem;
  }
  .sidebar-menu-wrapper .sidebar-menu {
    position: static;
  }
  .sidebar-menu-wrapper .area-candidato-user-card,
  .sidebar-menu-wrapper .area-candidato-sidebar-progress {
    display: none;
  }
  .sidebar-menu-wrapper .area-candidato-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    gap: 0.5rem;
    scrollbar-width: thin;
  }
  .sidebar-menu-wrapper .area-candidato-nav-heading {
    display: none;
  }
  .sidebar-menu-wrapper .nav-link {
    flex: 0 0 auto;
    white-space: nowrap;
    width: auto;
    padding-inline: 0.85rem;
    border: 1px solid rgba(20, 54, 111, 0.08);
    background: #fff;
  }
  .sidebar-menu-wrapper .nav-link.active {
    box-shadow: none;
    border-color: #39736b;
  }
  .sidebar-menu-wrapper .nav-link:hover {
    transform: none;
  }
  .sidebar-menu-wrapper .area-candidato-nav-external-icon {
    display: none;
  }
  .sidebar-menu-wrapper .area-candidato-nav-logout {
    margin-top: 0;
  }
}

@keyframes candidatoFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes candidatoPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.85;
  }
}
h1 {
  font-size: 2.4rem;
  margin-bottom: 24px;
  font-weight: 900;
  color: #383838;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.2rem;
  }
}
h1 span {
  font-size: inherit;
  font-weight: 900;
  color: #3197ff;
}

p {
  font-size: 1.6rem;
}

.pagination-wrapper {
  margin: 2rem 0;
  padding: 1rem;
}
.pagination-wrapper svg {
  margin-bottom: 3px;
  width: 25px;
  color: aliceblue;
  transition: all 0.3s ease-in-out;
}
.pagination-wrapper svg:hover {
  color: #39736b;
}
.pagination-wrapper .flex.justify-between.flex-1 {
  display: none;
}
.pagination-wrapper p.text-sm.text-gray-700.leading-5 {
  display: none;
}
.pagination-wrapper .relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500 {
  background-color: #39736b !important;
  border-radius: 5px;
  margin: 0 2px;
  transition: all 0.3s ease-in-out;
}
.pagination-wrapper .relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500:hover {
  background-color: #bad9ce !important;
}

.diversidade-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(219, 39, 119, 0.08);
  border: 1px solid rgba(219, 39, 119, 0.16);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #be185d;
}
.diversidade-page__eyebrow i {
  font-size: 1rem;
}
.diversidade-page__title {
  margin: 0 0 0.85rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: #14366f;
}
.diversidade-page__subtitle {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.55;
  color: #425472;
}
.diversidade-page__prose, .diversidade-page__cta-prose {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.65;
  color: #425472;
}
.diversidade-page__prose p, .diversidade-page__cta-prose p {
  margin: 0 0 0.85rem;
  text-align: justify;
}
.diversidade-page__prose p:last-child, .diversidade-page__cta-prose p:last-child {
  margin-bottom: 0;
}
.diversidade-page__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(20, 54, 111, 0.08);
}
@media (min-width: 992px) {
  .diversidade-page__intro {
    grid-template-columns: 320px 1fr;
    gap: 3rem;
  }
}
.diversidade-page__mascot-wrap {
  display: grid;
  place-items: center;
  padding: 2rem 1.5rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, rgba(219, 39, 119, 0.12) 0%, rgba(57, 115, 107, 0.1) 100%), url("/img/landing-page-diversidade/bg-sobre.webp") center/cover no-repeat;
  box-shadow: 0 16px 40px rgba(20, 54, 111, 0.1);
}
.diversidade-page__mascot {
  width: min(18rem, 100%);
  height: auto;
}
.diversidade-page__stats {
  margin-bottom: 3rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(20, 54, 111, 0.08);
}
.diversidade-page__stats-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .diversidade-page__stats-header {
    grid-template-columns: 1fr minmax(220px, 360px);
  }
}
.diversidade-page__stats-image {
  width: 100%;
  max-width: 36rem;
  margin-inline: auto;
  border-radius: 1.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.diversidade-page__stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .diversidade-page__stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.diversidade-page__stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 9rem;
  padding: 1.2rem 0.85rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 8px 24px rgba(20, 54, 111, 0.06);
  text-align: center;
}
.diversidade-page__stat-value {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
  color: #39736b;
}
.diversidade-page__stat-label {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.35;
  color: #425472;
}
.diversidade-page__cta-band {
  margin-bottom: 3rem;
  padding: 2rem 1.4rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, rgba(20, 54, 111, 0.94) 0%, rgba(57, 115, 107, 0.88) 100%), url("/img/landing-page-diversidade/bg-segunda.webp") center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.diversidade-page__cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .diversidade-page__cta-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
.diversidade-page__cta-title {
  margin: 0 0 0.85rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}
.diversidade-page__cta-prose {
  color: rgba(255, 255, 255, 0.9);
}
.diversidade-page__cta-prose p {
  color: inherit;
}
.diversidade-page__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.2rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  color: #fff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.diversidade-page__cta-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}
.diversidade-page__cta-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.45);
}
.diversidade-page__cta-media {
  display: flex;
  justify-content: center;
}
.diversidade-page__cta-media img {
  width: min(26rem, 100%);
  height: auto;
}
.diversidade-page__tips {
  margin-bottom: 3rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(20, 54, 111, 0.08);
}
.diversidade-page__tips-header {
  margin-bottom: 1.6rem;
}
.diversidade-page__tips-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .diversidade-page__tips-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.diversidade-page__tip-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 1.3rem;
  border-radius: 1.2rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 10px 28px rgba(20, 54, 111, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.diversidade-page__tip-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(20, 54, 111, 0.12);
}
.diversidade-page__tip-icon {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 0.85rem;
  border-radius: 0.85rem;
  background: rgba(57, 115, 107, 0.1);
  color: #39736b;
  font-size: 1.35rem;
}
.diversidade-page__tip-title {
  margin: 0 0 0.65rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.3;
  color: #14366f;
}
.diversidade-page__tip-excerpt {
  margin: 0 0 1rem;
  flex: 1;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.55;
  color: #425472;
}
.diversidade-page__tip-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  border: none;
  background: none;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #39736b;
  cursor: pointer;
}
.diversidade-page__tip-link:hover {
  color: #14366f;
}
.diversidade-page__tip-link:focus-visible {
  outline: 2px solid #39736b;
  outline-offset: 3px;
}
.diversidade-page__gestor-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .diversidade-page__gestor-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.diversidade-page__services-title {
  margin: 1.4rem 0 0.85rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #39736b;
}
.diversidade-page__services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 576px) {
  .diversidade-page__services {
    grid-template-columns: repeat(2, 1fr);
  }
}
.diversidade-page__services li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.75rem;
  background: rgba(20, 54, 111, 0.03);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #14366f;
}
.diversidade-page__services li i {
  color: #39736b;
  flex-shrink: 0;
}
.diversidade-page__gestor-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #39736b;
  text-decoration: none;
}
.diversidade-page__gestor-link:hover {
  color: #14366f;
}
.diversidade-page__gestor-media img {
  width: 100%;
  border-radius: 1.2rem;
  box-shadow: 0 16px 40px rgba(20, 54, 111, 0.12);
}
.diversidade-page__modal-close {
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  background: #39736b;
  color: #fff;
  font-weight: 700;
  border: none;
}
.diversidade-page__modal-close:hover {
  background: #14366f;
  color: #fff;
}

.diversidade-modal .modal-title {
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-weight: 700;
  color: #14366f;
}
.diversidade-modal .modal-body {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
  font-size: 1.4rem;
  line-height: 1.65;
  color: #425472;
}
.diversidade-modal .modal-body p {
  text-align: justify;
}
.diversidade-modal .modal-body ul {
  padding-left: 1.4rem;
}
.diversidade-modal .modal-body ul li {
  margin-bottom: 0.75rem;
}

.btn {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  border: 1px solid #fff;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  padding: 0.5rem 1.3rem;
  width: auto;
}
.btn.btn-success {
  background-color: #39736b;
}
.btn.btn-success-50 {
  background-color: #39736b;
  opacity: 0.5;
  transition: 0.2s ease-in-out;
  color: #fff;
}
.btn.btn-success-50:hover {
  opacity: 1;
}
.btn.btn-white {
  background-color: #fff;
  color: #14366f;
  border: 1px solid #14366f;
}
.btn.btn-info {
  background-color: #14366f;
  color: #fff;
  font-weight: 400;
}
.btn.btn-file {
  background-color: #ced4da;
  color: #14366f;
  max-width: 130px;
  border: none;
  box-shadow: none;
}

.btn-outline-info {
  border: 2px solid #14366f;
  color: #14366f;
}
.btn-outline-info:active {
  background-color: #fff;
  color: #14366f;
  border-color: #14366f;
}
.btn-outline-info:hover {
  background-color: #fff;
  color: #14366f;
  border-color: #14366f;
}
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 54, 111, 0.5019607843);
}
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 54, 111, 0.5019607843);
  border-color: #14366f;
}

.mural-vaga-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 26rem;
  padding: 1.4rem;
  border-radius: 1.2rem;
  background: #fff;
  border: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 8px 28px rgba(20, 54, 111, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
}
.mural-vaga-card:hover {
  transform: translateY(-4px);
  border-color: rgba(57, 115, 107, 0.28);
  box-shadow: 0 16px 40px rgba(20, 54, 111, 0.14);
}
.mural-vaga-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}
.mural-vaga-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #39736b;
  background: rgba(57, 115, 107, 0.1);
}
.mural-vaga-card__badge i {
  font-size: 0.95rem;
}
.mural-vaga-card__code {
  font-size: 1.1rem;
  font-weight: 600;
  color: #94a3b8;
}
.mural-vaga-card__title {
  margin: 0 0 0.75rem;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #14366f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mural-vaga-card__meta {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1.4;
}
.mural-vaga-card__meta i {
  color: #42946b;
  margin-top: 0.15rem;
  flex-shrink: 0;
}
.mural-vaga-card__desc {
  margin: 0 0 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #64748b;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mural-vaga-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: auto;
  padding: 0.85rem 1.15rem;
  border-radius: 0.75rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  box-shadow: 0 4px 14px rgba(57, 115, 107, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mural-vaga-card__cta i {
  font-size: 0.95rem;
  transition: transform 0.2s ease;
}
.mural-vaga-card__cta:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(57, 115, 107, 0.35);
}
.mural-vaga-card__cta:hover i {
  transform: translateX(3px);
}

.card-positions {
  position: relative;
  margin-bottom: 4rem;
  width: 290px;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  border: 2px solid #39736b;
  overflow: hidden;
}
.card-positions::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #3a84b5 100%);
}
.card-positions .content {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 99;
  width: 100%;
}
.card-positions .content h4 {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.card-positions .content button {
  transition: all 0.3s ease;
  padding: 1rem;
}
.card-positions .content button:hover {
  transform: scale(1.05);
}

.card-positions-two {
  display: grid;
  align-items: stretch;
  align-content: space-between;
  justify-content: center;
  max-width: 28rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  height: 100%;
  background-color: #e1e5ed;
  cursor: grab;
}
.card-positions-two:active {
  cursor: grabbing;
}
.card-positions-two .title {
  padding: 1.6rem;
  background-color: #14366f;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
}
.card-positions-two .title h3 {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
}
.card-positions-two .content {
  padding: 1.6rem;
}
.card-positions-two .content > div {
  text-align: start;
  color: #3b3b3b;
  font-weight: 300;
}
.card-positions-two .content > div > div {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 1.6rem;
}
.card-positions-two .content > div > div span {
  font-weight: 600;
  color: #14366f;
}
.card-positions-two .content > div > div:last-of-type {
  margin-bottom: 0;
}
.card-positions-two .action {
  padding: 1.6rem;
}

.site-footer {
  background: #14366f;
  color: #bfcae0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
}
.site-footer__main {
  position: relative;
  padding: 5rem 0 3rem;
  border-bottom: 1px solid rgba(225, 229, 237, 0.12);
  overflow: hidden;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .site-footer__grid {
    grid-template-columns: 1.2fr 1.3fr 0.9fr 1fr;
    gap: 2rem;
  }
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer__brand {
    align-items: flex-start;
    text-align: left;
  }
}
.site-footer__logo-link {
  display: inline-block;
  margin-bottom: 1rem;
}
.site-footer__logo-link img {
  width: 16rem;
  height: auto;
}
.site-footer__tagline {
  margin: 0;
  max-width: 24rem;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.55;
  color: #e1e5ed;
}
.site-footer__heading {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", "Raleway", sans-serif, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer__heading {
    text-align: left;
  }
}
.site-footer__contact, .site-footer__links, .site-footer__social {
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer__contact, .site-footer__links, .site-footer__social {
    text-align: left;
  }
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .site-footer__contact {
    align-items: flex-start;
  }
}
.site-footer__contact .site-footer__link {
  display: flex;
  max-width: 100%;
}
.site-footer__link {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.45;
  color: #bfcae0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__link i {
  margin-top: 0.15rem;
  color: #42946b;
  flex-shrink: 0;
}
.site-footer__link:hover {
  color: #fff;
}
.site-footer__link--muted {
  font-size: 1.25rem;
  color: #e1e5ed;
}
.site-footer__links .site-footer__link {
  display: block;
}
.site-footer__social-lead {
  margin: 0 0 1rem;
  font-size: 1.3rem;
  color: #e1e5ed;
}
.site-footer__social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}
@media (min-width: 992px) {
  .site-footer__social-links {
    justify-content: flex-start;
  }
}
.site-footer__social-link {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.site-footer__social-link:hover {
  color: #fff;
  background: rgba(57, 115, 107, 0.45);
  transform: translateY(-2px);
}
.site-footer__social-handle {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #42946b;
  text-decoration: none;
}
.site-footer__social-handle:hover {
  color: #fff;
}
.site-footer__mascot {
  position: absolute;
  right: 1.2rem;
  bottom: 0;
  width: 18rem;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .site-footer__mascot {
    display: none;
  }
}
.site-footer__bottom {
  padding: 1.6rem 0;
}
.site-footer__bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer__bottom-inner small,
.site-footer__bottom-inner a {
  font-size: 1.3rem;
  color: #e1e5ed;
  text-decoration: none;
}
.site-footer__bottom-inner a:hover {
  color: #fff;
}
.site-footer__bredi {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.site-footer__bredi:hover {
  opacity: 1;
  transform: translateY(-1px);
  color: #e1e5ed;
}
.site-footer__bredi-label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #e1e5ed;
  white-space: nowrap;
}
.site-footer__bredi:hover .site-footer__bredi-label {
  color: rgba(255, 255, 255, 0.75);
}
.site-footer__bredi img {
  display: block;
  width: 9.6rem;
  height: auto;
}

#header.navbar-site-public {
  z-index: 1040;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 4px 24px rgba(20, 54, 111, 0.06);
  padding-block: 0.55rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  transition: box-shadow 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
#header.navbar-site-public.navbar-site-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 32px rgba(20, 54, 111, 0.1);
  padding-block: 0.35rem;
}
#header.navbar-site-public .navbar-brand img {
  height: 3.8rem;
  width: auto;
  transition: transform 0.25s ease;
}
#header.navbar-site-public .navbar-brand img:hover {
  transform: scale(1.02);
}
#header.navbar-site-public .navbar-site-nav {
  gap: 0.15rem;
}
#header.navbar-site-public .navbar-site-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem !important;
  font-size: 1.35rem;
  font-weight: 600;
  color: #425472 !important;
  border-radius: 0.75rem;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
#header.navbar-site-public .navbar-site-link i {
  color: #39736b;
  font-size: 1.05rem;
  opacity: 0.85;
}
#header.navbar-site-public .navbar-site-link:hover, #header.navbar-site-public .navbar-site-link.active {
  background: rgba(57, 115, 107, 0.08);
  color: #14366f !important;
  transform: translateY(-1px);
}
#header.navbar-site-public .navbar-site-link.active {
  background: rgba(57, 115, 107, 0.12);
  box-shadow: inset 0 0 0 1px rgba(57, 115, 107, 0.18);
}
#header.navbar-site-public .navbar-site-lang {
  margin-inline: 0.35rem 0.15rem;
}
#header.navbar-site-public .navbar-site-lang-group {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  background: rgba(20, 54, 111, 0.04);
  border: 1px solid rgba(20, 54, 111, 0.08);
}
#header.navbar-site-public .navbar-site-lang-btn {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
#header.navbar-site-public .navbar-site-lang-btn img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header.navbar-site-public .navbar-site-lang-btn:hover {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(20, 54, 111, 0.12);
}
#header.navbar-site-public .navbar-site-user-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 1rem 0.45rem 0.45rem;
  margin-left: 0.35rem;
  border: 1px solid rgba(20, 54, 111, 0.12);
  border-radius: 999px;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  color: #14366f;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
#header.navbar-site-public .navbar-site-user-btn i {
  color: #39736b;
}
#header.navbar-site-public .navbar-site-user-btn::after {
  margin-left: 0.15rem;
  color: #425472;
  border-top-color: #425472;
}
#header.navbar-site-public .navbar-site-user-btn:hover, #header.navbar-site-public .navbar-site-user-btn[aria-expanded=true] {
  border-color: rgba(57, 115, 107, 0.35);
  box-shadow: 0 4px 16px rgba(20, 54, 111, 0.1);
  transform: translateY(-1px);
}
#header.navbar-site-public .navbar-site-account-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 1.15rem;
  margin-left: 0.35rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #42946b 0%, #39736b 100%);
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff !important;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  box-shadow: none;
}
#header.navbar-site-public .navbar-site-account-btn i {
  color: #fff;
}
#header.navbar-site-public .navbar-site-account-btn::after {
  margin-left: 0.15rem;
  color: rgba(255, 255, 255, 0.85);
  border-top-color: rgba(255, 255, 255, 0.85);
}
#header.navbar-site-public .navbar-site-account-btn:hover, #header.navbar-site-public .navbar-site-account-btn[aria-expanded=true] {
  box-shadow: 0 6px 20px rgba(57, 115, 107, 0.35);
  transform: translateY(-1px);
}
#header.navbar-site-public .navbar-site-user-avatar {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #14366f 0%, #39736b 100%);
  flex-shrink: 0;
  overflow: hidden;
}
#header.navbar-site-public .navbar-site-user-avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header.navbar-site-public .navbar-site-user-info {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
  padding-right: 0.25rem;
}
#header.navbar-site-public .navbar-site-user-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #14366f;
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header.navbar-site-public .navbar-site-user-role {
  font-size: 1.05rem;
  font-weight: 500;
  color: #64748b;
}
#header.navbar-site-public .navbar-site-dropdown {
  margin-top: 0.75rem;
  padding: 0.5rem;
  border: 1px solid rgba(20, 54, 111, 0.08);
  border-radius: 1rem;
  box-shadow: 0 12px 32px rgba(20, 54, 111, 0.12);
  min-width: 16rem;
  animation: siteDropdownIn 0.22s ease;
}
#header.navbar-site-public .navbar-site-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #14366f;
  border-radius: 0.65rem;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
#header.navbar-site-public .navbar-site-dropdown .dropdown-item i {
  width: 1.2rem;
  color: #39736b;
  text-align: center;
}
#header.navbar-site-public .navbar-site-dropdown .dropdown-item:hover {
  background: rgba(57, 115, 107, 0.1);
  transform: translateX(2px);
}
#header.navbar-site-public .navbar-site-dropdown-header {
  padding: 0.75rem 0.85rem 0.5rem;
}
#header.navbar-site-public .navbar-site-dropdown-header strong {
  display: block;
  font-size: 1.35rem;
  color: #14366f;
}
#header.navbar-site-public .navbar-site-dropdown-header small {
  font-size: 1.15rem;
  color: #64748b;
}
#header.navbar-site-public .navbar-site-logout {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  color: #b42318;
}
#header.navbar-site-public .navbar-site-logout i {
  color: #b42318;
}
#header.navbar-site-public .navbar-site-logout:hover {
  background: rgba(180, 35, 24, 0.08);
  color: #912018;
}
#header.navbar-site-public .navbar-site-cta {
  margin-left: 0.35rem;
}
#header.navbar-site-public .navbar-site-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: #14366f;
  color: #fff !important;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
#header.navbar-site-public .navbar-site-cta-btn i {
  font-size: 1.05rem;
  opacity: 0.9;
}
#header.navbar-site-public .navbar-site-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(20, 54, 111, 0.28);
  background: #112e5e;
  color: #fff !important;
}
#header.navbar-site-public .navbar-site-toggler {
  border: 1px solid rgba(20, 54, 111, 0.15);
  padding: 0.45rem 0.65rem;
  border-radius: 0.65rem;
}
#header.navbar-site-public .navbar-site-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 115, 107, 0.2);
}
#header.navbar-site-public .navbar-site-toggler-icon {
  display: block;
  width: 2.2rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2820, 54, 111, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@keyframes siteDropdownIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  #header.navbar-site-public.navbar-site-nav-open {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 40px rgba(20, 54, 111, 0.14);
  }
  #header.navbar-site-public .container-fluid {
    flex-wrap: wrap;
  }
  #header.navbar-site-public .navbar-site-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    margin-top: 0.75rem;
    padding: 1rem 1.1rem 1.25rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(20, 54, 111, 0.08);
    box-shadow: 0 16px 40px rgba(20, 54, 111, 0.12);
    max-height: calc(100dvh - 5.8rem);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  #header.navbar-site-public .navbar-site-nav {
    width: 100%;
    max-width: 100%;
    padding-block: 0;
    gap: 0.25rem;
  }
  #header.navbar-site-public .navbar-site-nav > .nav-item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  #header.navbar-site-public .navbar-site-link {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #header.navbar-site-public .navbar-site-lang {
    width: 100%;
    margin-inline: 0;
  }
  #header.navbar-site-public .navbar-site-lang-group {
    width: 100%;
    justify-content: center;
  }
  #header.navbar-site-public .navbar-site-account-dropdown,
  #header.navbar-site-public .navbar-site-user-dropdown {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 0.25rem;
    overflow: hidden;
  }
  #header.navbar-site-public .navbar-site-account-btn,
  #header.navbar-site-public .navbar-site-user-btn {
    display: flex !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    justify-content: center;
    margin: 0 !important;
    padding: 0.85rem 2.6rem 0.85rem 1.15rem;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }
  #header.navbar-site-public .navbar-site-account-btn::after,
  #header.navbar-site-public .navbar-site-user-btn::after {
    position: absolute;
    right: 1.15rem;
    top: 50%;
    margin-left: 0;
    vertical-align: middle;
    transform: translateY(-35%);
    border-top-color: currentColor;
    flex-shrink: 0;
  }
  #header.navbar-site-public .navbar-site-account-btn:hover, #header.navbar-site-public .navbar-site-account-btn[aria-expanded=true],
  #header.navbar-site-public .navbar-site-user-btn:hover,
  #header.navbar-site-public .navbar-site-user-btn[aria-expanded=true] {
    transform: none !important;
    box-shadow: none !important;
  }
  #header.navbar-site-public .navbar-site-account-btn::after {
    color: rgba(255, 255, 255, 0.9);
    border-top-color: rgba(255, 255, 255, 0.9);
  }
  #header.navbar-site-public .navbar-site-user-btn {
    justify-content: flex-start;
    padding-left: 0.45rem;
  }
  #header.navbar-site-public .navbar-site-user-btn::after {
    color: #425472;
    border-top-color: #425472;
  }
  #header.navbar-site-public .navbar-site-dropdown {
    position: static !important;
    inset: auto !important;
    float: none;
    width: 100%;
    margin-top: 0.5rem;
    transform: none !important;
    box-shadow: none;
    border: 1px solid rgba(20, 54, 111, 0.08);
    animation: none;
  }
  #header.navbar-site-public .navbar-site-cta {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-top: 0.25rem;
  }
  #header.navbar-site-public .navbar-site-cta-btn {
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
  #header.navbar-site-public .navbar-site-account-mobile {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 0.25rem;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(20, 54, 111, 0.08);
  }
  #header.navbar-site-public .navbar-site-account-mobile-label {
    display: block;
    padding: 0.35rem 0.85rem 0.15rem;
    font-family: "Plus Jakarta Sans", "Inter", sans-serif, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #39736b;
  }
  #header.navbar-site-public .navbar-site-mobile-logout-form {
    width: 100%;
    margin: 0;
  }
  #header.navbar-site-public .navbar-site-link--logout {
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    color: #b42318 !important;
  }
  #header.navbar-site-public .navbar-site-link--logout i {
    color: #b42318;
  }
  #header.navbar-site-public .navbar-site-link--logout:hover {
    background: rgba(180, 35, 24, 0.08);
    color: #912018 !important;
  }
}
#header-candidato.navbar-candidato-dashboard {
  z-index: 1040;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(20, 54, 111, 0.08);
  box-shadow: 0 4px 24px rgba(20, 54, 111, 0.06);
  padding-block: 0.6rem;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
#header-candidato.navbar-candidato-dashboard .navbar-brand img {
  height: 3.6rem;
  width: auto;
  transition: transform 0.25s ease;
}
#header-candidato.navbar-candidato-dashboard .navbar-brand img:hover {
  transform: scale(1.02);
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-brand-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-context-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #14366f;
  letter-spacing: -0.01em;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-context-label i {
  color: #39736b;
  font-size: 1.1rem;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-context-divider {
  width: 1px;
  height: 2.4rem;
  background: rgba(20, 54, 111, 0.12);
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-actions {
  gap: 0.4rem;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1.1rem !important;
  font-size: 1.35rem;
  font-weight: 600;
  color: #425472 !important;
  border-radius: 0.8rem;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-link i {
  color: #39736b;
  font-size: 1.1rem;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-link:hover {
  background: rgba(57, 115, 107, 0.08);
  color: #14366f !important;
  transform: translateY(-1px);
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-actions-wrap {
  display: flex;
  align-items: center;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.3rem 0.75rem 0.3rem 0.3rem;
  border: 1px solid rgba(20, 54, 111, 0.12);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-btn::after {
  margin-left: 0.15rem;
  color: #425472;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-btn:hover, #header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-btn.show {
  border-color: rgba(57, 115, 107, 0.35);
  box-shadow: 0 4px 16px rgba(20, 54, 111, 0.1);
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.7rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: rgba(20, 54, 111, 0.07);
  color: #14366f;
  font-size: 1.25rem;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-label {
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 700;
  color: #14366f;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-header {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-bottom: 0.5rem;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-header strong {
  font-size: 1.35rem;
  color: #14366f;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-header small {
  font-size: 1.1rem;
  font-weight: 500;
  color: #64748b;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-section {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
  padding-top: 0.35rem;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-panel {
  min-width: min(20rem, 100vw - 2rem);
  max-height: calc(100dvh - 6rem);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-panel .dropdown-item {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-user-avatar {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #14366f 0%, #39736b 100%);
  flex-shrink: 0;
  overflow: hidden;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-user-avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-user-info {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
  padding-right: 0.35rem;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-user-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #14366f;
  max-width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-user-role {
  font-size: 1.1rem;
  font-weight: 500;
  color: #64748b;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-dropdown {
  margin-top: 0.75rem;
  padding: 0.5rem;
  border: 1px solid rgba(20, 54, 111, 0.08);
  border-radius: 1rem;
  box-shadow: 0 12px 32px rgba(20, 54, 111, 0.12);
  min-width: 16rem;
  animation: candidatoDropdownIn 0.22s ease;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #14366f;
  border-radius: 0.65rem;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-dropdown .dropdown-item i {
  width: 1.2rem;
  color: #39736b;
  text-align: center;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-dropdown .dropdown-item:hover {
  background: rgba(57, 115, 107, 0.1);
  transform: translateX(2px);
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-dropdown .navbar-candidato-logout {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  color: #b42318;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-dropdown .navbar-candidato-logout i {
  color: #b42318;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-dropdown .navbar-candidato-logout:hover {
  background: rgba(180, 35, 24, 0.08);
  color: #912018;
}
#header-candidato.navbar-candidato-dashboard .navbar-candidato-toggler {
  border-color: rgba(20, 54, 111, 0.15);
  padding: 0.45rem 0.65rem;
}

body.area-candidato-app main {
  margin-top: 7.6rem !important;
}

@keyframes candidatoDropdownIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  #header-candidato.navbar-candidato-dashboard .navbar-brand img {
    height: 2.8rem;
  }
  #header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-label {
    display: none !important;
  }
  #header-candidato.navbar-candidato-dashboard .navbar-candidato-menu-panel {
    position: fixed !important;
    top: 4.6rem !important;
    right: 1rem !important;
    left: auto !important;
    width: min(20rem, 100vw - 1.5rem);
    transform: none !important;
    z-index: 1050;
  }
  body.area-candidato-app main {
    margin-top: 5.8rem !important;
  }
}
.nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}
.nav-tabs .progress-bar {
  position: absolute;
  height: 6px;
  width: calc(100% - 4px);
  background-color: rgba(255, 255, 255, 0.3);
  bottom: -21px;
  left: 0;
  border-radius: 6px;
  padding: 2px;
  box-sizing: content-box;
}
.nav-tabs .progress-bar .__progress {
  background-color: #14366f;
  height: 100%;
  width: 0;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
}
.nav-tabs .nav-link {
  width: 30px;
  height: 38px;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #14366f;
}
.nav-tabs .nav-link ~ label {
  cursor: pointer;
}
.nav-tabs .nav-link.active {
  color: #14366f;
  background-color: #fff;
  border: 1px solid #14366f;
}
.nav-tabs .nav-link.active ~ label {
  color: #14366f;
  cursor: default;
}

/* style segunda etapa */
.form-group-theme img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  background-color: #e1e5ed;
  border: 2px solid #42946b;
  box-shadow: 1px 1px 24px -16px #000000;
}
.form-group-theme .form-check-yes {
  border: 1px solid #899ab7;
  border-radius: 4px;
}

/* style quarta etapa */
.form-check-box-value {
  display: flex;
  align-items: center;
}
.form-check-box-value .form-group-value {
  display: flex;
  align-items: center;
}
.form-check-box-value .form-group-value .form-control {
  height: 30px;
}

/* style page confirmação */
.candidato-confirmacao h3 {
  font-size: 28px;
  font-weight: 400;
}
.candidato-confirmacao .element {
  right: 77px;
  bottom: 0;
  max-width: 430px;
  transition: 0.2s ease-in-out;
}
.candidato-confirmacao .row-wrapper-1 .title {
  font-size: 24px;
  font-weight: 600;
  color: #42946b;
}
.candidato-confirmacao .row-wrapper-1 .subtitle {
  color: #848484;
}
.candidato-confirmacao .row-wrapper-1 .fa-star {
  color: #ebef1f;
  font-size: 24px;
}

@media (max-width: 991.98px) {
  .candidato-confirmacao .element {
    right: 18px;
    max-width: 280px;
  }
}
@media (max-width: 767.98px) {
  .form-check-box-value {
    flex-direction: column;
    align-items: inherit;
  }
  .form-check-box-value .form-group-value {
    margin-left: 15px;
  }
  .candidato-confirmacao .element {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .sidebar-menu button {
    border: 1px solid red;
  }
}

/*# sourceMappingURL=main.css.map*/