/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
}

a {
    text-decoration-skip-ink: auto;
}

a[href^='tel'] {
    color: inherit;
    text-decoration: none;
}

button {
    outline: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

q {
    display: inline;
    font-style: italic;
}

q:before {
    content: '"';
    font-style: normal;
}

q:after {
    content: '"';
    font-style: normal;
}

textarea,
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='search'],
input[type='password'] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type='search'] {
    -webkit-appearance: textfield;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 2px;
}

big {
    font-size: 120%;
}

small,
sup,
sub {
    font-size: 80%;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

dd {
    margin-left: 20px;
}

kbd,
tt {
    font-family: courier;
    font-size: 12px;
}

ins {
    text-decoration: underline;
}

del,
strike,
s {
    text-decoration: line-through;
}

dt {
    font-weight: bold;
}

address,
cite,
var {
    font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.sticky {
}

.bypostauthor {
}

.wp-caption {
}

.wp-caption-text {
}

.gallery-caption {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline;
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto;
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    font-family: sans-serif;
    line-height: 1.4;
    margin: 0 !important;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
main {
    flex: 1 0 auto;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
}

body {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

section {
    padding: 40px 0;
}

.container {
    font-family: 'Instrument Sans', sans-serif;
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 1100px) {
    .container {
        max-width: 1110px;
        margin: 0 auto;
    }
}

p {
    margin: 0 !important;
}

/* ALTERANDO SELECT2 */

.oculto-select2 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* RESET UNIVERSAL */
.select2-container--default .select2-selection--single {
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 40px 0 12px !important; /* espaço para o texto */
    border: 1px solid #0f3055 !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

.select2-container .selection {
    width: 100% !important;
}

/* TEXTO */
.select2-selection__rendered {
    line-height: 40px !important;
    font-size: 16px !important;
    color: #1e1e1e !important;
    padding-left: 0 !important;
}

/* SETINHA */
.select2-selection__arrow {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove o triângulo original */
.select2-selection__arrow b {
    display: none !important;
}

/* ÍCONE da seta customizado */
.select2-selection__arrow::after {
    content: '' !important;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    background-image: url('assets/img/mdi_menu-down.svg') !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    pointer-events: none !important;
}

/* BOTÃO CLEAR (X) */
.select2-selection__clear {
    position: absolute !important;
    right: 38px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    color: #666 !important;
    z-index: 4 !important;
}

/* DROPDOWN */
.select2-container--default .select2-dropdown {
    border: 1px solid #0f3055 !important;
    border-radius: 6px !important;
}
/* FIM ALTERANDO SELECT2 */

select:not(.select2-hidden-accessible) {
    width: 100% !important;
    height: 40px !important;
    padding-left: 12px !important;
    padding-right: 40px !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    font-size: 16px !important;
    line-height: 40px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    position: relative !important;
    background-image: url(assets/img/mdi_menu-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 12px) center !important;
    background-size: 20px !important;
    color: #888 !important;
    border: 1px solid #0b2642 !important;
}

select:not(.select2-hidden-accessible) option[value=''] {
    color: #888 !important; /* placeholder cinza */
}

/* Remove highlight azul padrão */
select:focus {
    outline: none !important;
    border-color: #0b2642 !important;
}

select option {
    font-size: 16px !important;
    color: #1e1e1e !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #1e1e1e !important;
}

select:not([value='']) {
    color: #1e1e1e !important;
}

.header-menu {
    background-color: #fefefe;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
    height: 64px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    padding: 20px 0;
    width: 100%;
    position: relative;
}

.nav-logo-group {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    justify-content: baseline;
}

.nav-logo-group img {
    width: 100px;
    height: 55px;
    object-fit: cover;
}

.cadastrar-curriculo-btn {
    border-radius: 30px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3ad37;
    color: #0f3055;
    font-weight: 700;
    border: none !important;
    text-align: center;
}

.entrar-btn-link {
    height: 32px;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: flex-end;
    padding: 0 !important;
    border: none !important;
}

.cadastrar-curriculo-btn.azul {
    background-color: #0f3055;
    color: #ffffff;
}

.page-link-group {
    display: flex;
    gap: 20px;
}

.page-link-group a {
    font-weight: 400;
    font-size: 14px;
    color: #1e1e1e;
    padding: 12px 0;
    text-decoration: none;
}

.login-group-nav {
    display: flex;
    gap: 10px;
}

.login-group-nav.perfil-candidato {
    align-items: center;
    gap: 10px;
}

.login-group-nav.perfil-candidato p {
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

a {
    text-decoration: none !important;
}

.login-group-nav a {
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #0f3055;
    color: #1e1e1e;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 16px;
}

.btn-nav-preenchido {
    background-color: #0f3055;
    color: #fefefe !important;
}

.link-group {
    display: flex;
    gap: 40px;
}

.bg-azul {
    background-color: #0f3055;
}

.hero h2 {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #fefefe;
}

.oportunidade {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.busca-hero {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #fefefe;
    padding: 24px;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.campo-busca-hero {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.campo-busca-hero label {
    font-weight: 400;
    font-size: 14px;
    color: #1e1e1e;
}

.campo-busca-hero input {
    width: 578px;
    height: 56px;
    border-radius: 8px;
    padding: 10px 10px 10px 36px;
    background-color: #ededed;
    color: #676767;
    border: none;
    background-image: url('assets/img/material-symbols_search.svg');
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px;
}

.selo {
    width: 160px;
    height: 160px;
    align-self: flex-end;
}

.campo-busca-hero .location-pin,
.row-filtros .location-pin {
    background-image: url('assets/img/mdi_location-azul.svg') !important;
}

.busca-hero a {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 578px;
    height: 56px;
    background-color: #0f3055;
    color: #fefefe;
    font-weight: 700;
    font-size: 14px;
    border-radius: 8px;
    padding: 20px 0;
    text-align: center;
}

.cursos {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.cursos-context {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.cursos-context h2 {
    font-weight: 600;
    font-size: 20px;
    color: #1e1e1e;
}

.cursos-context p {
    font-weight: 400;
    font-size: 14x;
    color: #676767;
}

.cursos-group {
    display: flex;
    flex-wrap: wrap;
    gap: 41px;
    justify-content: center;
}

.curso-box {
    display: flex;
    flex-direction: column;
}

.curso-box.interna {
    max-width: 246.75px;
    flex: 1 1 calc(25% - 41px);
}

.curso-box.interna span {
    max-width: 246.75px;
}

.curso-box span {
    background-color: #0f3055;
    width: 270px;
    height: 64px;
    text-align: center;
    padding: 24px 0;
    color: #fefefe;
    font-weight: 700;
    font-size: 14px;
}

.curso-box img {
    height: 186px;
    width: 270px;
    object-fit: cover;
}

.candidatar {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.candidatar h2 {
    color: #0f3055;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.candidatar h3 {
    color: #676767;
    font-size: 14px;
    position: relative;
    top: -24px;
}

.canditar-passos-group {
    display: flex;
    gap: 40px;
}

.candidatar-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
}

.candidatar-box p {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.candidatar-box span {
    font-weight: 400;
    font-size: 14px;
    color: #676767;
}

.candidatar-box img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.candidatar-btn {
    text-decoration: none;
    border: 1px solid #0f3055;
    padding: 12px 24px;
    color: #0f3055;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
}

.bg-cinza {
    background-color: #ededed;
}

.parceiros {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.parceiros h2 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #0f3055;
}

.parceiros .parceiros-group {
    display: flex;
    gap: 20px;
}

.parceiros-group img {
    height: 145px;
    width: 145px;
    object-position: center;
    object-fit: contain;
}

.saida-group {
    display: flex;
    gap: 40px;
}

.saida-box img {
    padding: 12px 113px;
    border: 1px solid #ededed;
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.saida-box {
    border: 1px solid #ededed;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
}

.saida-box-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0;
    text-align: center;
    align-items: center;
    max-width: 265px;
    height: 100%;
}

.saida-box h2 {
    color: #1e1e1e;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.saida-box span {
    font-weight: 700;
    font-size: 14px;
    color: #676767;
    text-align: center;
}

.saida-btn {
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    padding: 16px;
    background-color: #0f3055;
    color: #fefefe !important;
    max-width: 180px;
    margin-top: auto;
}

.row-footer {
    display: flex;
    justify-content: space-between;
}

.footer-column h2 {
    font-weight: 700;
    font-size: 14px;
    color: #fefefe;
}

.footer-column ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0;
}

.footer-column ul li {
    font-size: 14px;
    font-weight: 400;
    color: #fefefe;
}

.footer-column ul li a {
    color: #fefefe;
}

.footer-sobre {
    display: flex;
    gap: 40px;
}

.logo-list {
    display: flex;
    flex-direction: row !important;
    gap: 12px !important;
}

.footer-first-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-second-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.footer-third-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px !important;
}

.footer-second-section img {
    height: 58px;
    width: 158px;
    object-fit: contain;
}

.footer-third-section p {
    font-weight: 400;
    font-size: 12px;
    color: #fefefe;
}

/* Login */

.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-box-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.voltar {
    display: flex;
    text-decoration: none;
    gap: 3px;
    justify-content: baseline;
    align-self: flex-start;
    font-weight: 700;
    font-size: 14px;
    color: #1e1e1e;
}

.steps {
    display: flex;
    align-self: center;
    flex-direction: column;
    gap: 8px;
}

.status {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 200px;
}

.step {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #676767;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #676767;
    font-size: 16px;
}

.steps-desc {
    display: flex;
    justify-content: space-between;
    width: 105%;
}

.steps-desc p {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.steps-desc p.ok {
    color: #578615;
}

.step.active {
    background-color: #0f3055;
    color: #fff;
    border-color: #0f3055;
}

.step.ok {
    background-color: #d9ecd0;
    color: #fff;
    border-color: #578615;
}

.line {
    flex: 1;
    height: 4px;
    background-color: #676767 !important;
}

.line.ok {
    flex: 1;
    height: 4px;
    background-color: #578615;
}

.login-box {
    background-color: #fefefe;
    gap: 24px;
    display: flex;
    flex-direction: column;
    text-align: center;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
    width: 635px;
}

.login-box h2 {
    font-weight: 600;
    font-size: 20px;
    padding-top: 24px;
}

.form-login {
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #e0e6ed;
    border-bottom: 1px solid #e0e6ed;
}

.form-login input,
.input-row input {
    border-radius: 8px;
    padding: 10px;
    height: 40px;
    border: 1px solid #e0e6ed;
    width: 100%;
}

.row-add-experiencia,
.row-add-formacao {
    display: none;
    flex-wrap: wrap;
}

div.row-form.row-add-experiencia,
div.row-form.row-add-formacao {
    display: none;
    flex-wrap: wrap;
    margin-top: 6px;
}
/* 
.habilidade-item::after,
.idioma-item::after,
.info-item::after {
  content: ", ";
}

.habilidade-item:last-child::after,
.idioma-item:last-child::after,
.info-item:last-child::after {
  content: ".";
}

.habilidade-item:last-child::after,
.habilidade-item::after {
  content: '';
} */

.row-add-experiencia .item,
.row-add-formacao .item {
    flex: 1 1 calc(50% - 16px);
    box-sizing: border-box;
}

/* .form-login select {
    padding: 8px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    background: url('assets/img/mdi_menu-down.svg') no-repeat right 10px center;
    background-size: 15px;
} */

.form-login select:invalid {
    color: #9e9e9e;
}

.form-login select option {
    color: #000;
}

.senha-box {
    display: flex;
    width: 100%s;
}

.senha-box.cargo {
    justify-content: space-between;
    gap: 12px;
}

.senha-box.cargo .toggle-icone {
    background-color: #0f3055;
    border-radius: 6px;
    cursor: pointer;
}

.senha-box.cargo input {
    border-radius: 8px;
}
/* 
.senha-box .selection {
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
} */

.senha-box input,
.senha-box select {
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-row {
    display: flex;
    justify-content: space-between;
}

.check {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    align-self: flex-start;
}

.check input {
    background-color: #0f3055;
    border: 1px solid #0f3055;
    border-radius: 6px;
    padding: 6px;
    height: 20px;
    width: 20px;
}

.check .label {
    font-weight: 400;
    font-size: 14px;
    color: #1e1e1e;
}

.form-row a {
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    color: #0f3055;
    align-self: flex-end;
}

.form-row .esqueci-senha {
    font-weight: 700;
    font-size: 14px;
    color: #0f3055;
    cursor: pointer;
    align-self: flex-end;
}

.btn-cadastro {
    border-radius: 6px;
    border: 1px solid #0f3055;
    color: #fefefe;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 20px;
    cursor: pointer;
    margin-top: 12px;
}

.cadastro-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.cadastro-info p {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #1e1e1e;
}

.cadastro-info p a {
    color: #0f3055;
    text-decoration: underline !important;
}

.form-login label,
.input-row label {
    align-self: flex-start;
    display: flex;
    gap: 6px;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    align-items: baseline;
}

.form-login label div {
    color: #676767;
    font-weight: 400;
    font-size: 12px;
}

.box-perfil {
    display: flex;
    flex-direction: column;
    max-width: 297px;
    width: 297px;
    height: fit-content;
    background-color: #fefefe;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.user-info {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 0;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.user-info img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    object-fit: contain;
}

.user-info.perfil img {
    border: 3px solid #fefefe;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.username-perfil {
    font-weight: 700;
    font-size: 14px;
    color: #1e1e1e;
    max-width: 90%;
}

.user-links {
    display: flex;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 24px 0;
    gap: 12px;
    flex-direction: column;
}

.user-links a {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 400;
    padding-left: 12px;
}

.user-links .current {
    border-left: 4px solid #0f3055;
    font-weight: 700;
    height: 40px;
    display: flex;
    align-items: center;
}

.logout-link {
    padding: 20px 0;
    padding-left: 20px;
    color: #0f3055;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.perfil-candidato {
    display: flex;
    gap: 40px;
}

.toggle-icone {
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #e0e6ed;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.toggleSenha {
    cursor: pointer;
    pointer-events: auto !important;
}

.row-form {
    display: flex;
    gap: 12px;
    align-items: center;
}

.row-form .item {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 12px;
    align-items: flex-start;
}

.box-desc {
    font-size: 14px;
    color: #676767;
    text-align: center;
}

.box-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vagas-categorias {
    display: flex;
    border: 1px solid #ededed;
}

.btn-categoria-vaga {
    background-color: transparent;
    padding: 12px 16px;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.btn-categoria-vaga.current {
    font-weight: 700;
}

.candidaturas {
    display: flex;
    flex-direction: column;
}

.candidatura-box {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 24px;
    display: flex;
    gap: 12px;
}

.candidatura-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.empresa-logo {
    height: 58px;
    width: 58px;
    border-radius: 6px;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
    object-fit: contain;
}

.informacoes-vaga {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.informacoes-vaga .cargo-empresa {
    font-weight: 700;
}

.informacoes-vaga .cidade-empresa {
    color: #676767;
}

.mage-dots {
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.candidatura-status {
    padding: 10px 8px;
    border-radius: 30px;
    background-color: #e0e6ed;
    font-weight: 400;
    font-size: 12px;
    color: #1e1e1e;
}

.candidatura-status.remoto {
    background-color: #0f3055;
    color: #fefefe;
}

.candidatura-status.hibrido {
    background-color: #f3f3f3;
    color: #0f3055;
}

.candidatura-status.hibrido {
    background-color: #f3ad37;
    color: #0f3055;
}

input.erro {
    border: 2px solid #e74c3c;
    background: #fdecea;
}

button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.tempo-candidatura {
    display: flex;
    gap: 6px;
    color: #676767;
    font-size: 12px;
    align-items: center;
}

.info-row.second {
    align-items: center;
}

.vagas-box {
    gap: 0;
    height: fit-content;
}

.vagas-box .box-header {
    padding: 24px;
}

.titulo-section {
    padding: 16px 24px;
    color: #1e1e1e;
    font-weight: 700;
    font-size: 16px;
}

.titulo-section a {
    text-decoration: none;
    display: flex;
    gap: 8px;
    color: #1e1e1e;
}

.box-curriculo {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.box-curriculo input {
    border-radius: 8px;
    padding: 10px;
    height: 40px;
    border: 1px solid #e0e6ed;
    width: 100%;
}

.cargos {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.cargos .span-cargos {
    display: flex;
    gap: 4px;
    color: #1e1e1e;
    font-weight: 700;
    font-size: 14px;
    align-items: baseline;
}

.cargos .span-cargos div {
    color: #676767 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.cargos .select2-selection__arrow {
    height: 100% !important;
    right: 10px !important;
}

.cargos ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
}

.cargos ul li {
    display: flex;
    align-items: flex-start;
}

.btn-curriculo-interno {
    background-color: #fefefe;
    padding: 12px;
    width: 100%;
    border: 1px solid #0f3055;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    color: #1e1e1e;
    margin-top: 12px;
    cursor: pointer;
}

.experiencia-profissional {
    display: flex;
    text-align: left;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #ededed;
}

.experiencia-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nome-curso {
    font-size: 14px;
    color: #1e1e1e;
    text-align: left;
}

.nome-curso strong {
    font-weight: 700;
}

.data-curso {
    color: #676767;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
}

.experiencia-item-box,
.formacao-item-box {
    margin-bottom: 8px;
}

.row-add-experiencia {
    border-top: 1px solid #ededed;
    padding-top: 8px;
}

.experiencia-profissional a {
    text-decoration: underline;
    color: #0f3055;
    font-weight: 700;
    font-size: 14px;
}

.competencia {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    gap: 12px;
    text-align: left;
    border-bottom: 1px solid #ededed;
}

.competencia-title {
    color: #1e1e1e;
    font-weight: 700;
    font-size: 14px;
}

.competencia-list {
    color: #676767;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.curriculo-pdf {
    color: #0f3055;
    font-size: 14px;
    font-weight: 400;
    background-color: #fefefe;
    padding: 12px;
    width: fit-content;
    border-radius: 30px;
    border: 1px solid #0f3055;
    margin: 24px auto;
}

.curriculo-h2 {
    display: flex;
    text-align: center;
    align-self: center;
    align-items: baseline;
    width: auto;
    gap: 5px;
}

.curriculo-h2 div {
    color: #676767;
    font-size: 12px;
    align-self: baseline;
}

.anexar-curriculo {
    width: 100%;
    height: 80px;
    background-color: #ededed;
    border-radius: 6px;
    border: 1px dotted #676767;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    flex-direction: column;
    gap: 2px;
}

#curriculo {
    display: none;
}

.anexar-curriculo p {
    color: #1e1e1e;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    gap: 5px;
}

.anexar-curriculo span {
    color: #676767;
    font-size: 12px;
}

.box-header.curriculo {
    padding: 0 24px 24px 24px;
    border-bottom: 1px solid #ededed;
}

.download-curriculo-btn {
    display: flex;
    gap: 8px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #0f3055;
    border-radius: 30px;
    width: fit-content;
    height: 32px;
    align-self: center;
    padding: 16px 12px;
    align-items: center;
    justify-content: center;
}

.hero-perfil {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

.perfil .vagas-categorias .titulo-section.border-b {
    border-bottom: 4px solid #0f3055;
}

.perfil .vagas-categorias .titulo-section {
    cursor: pointer;
}

.sobre-candidato {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: left;
}

.perfil .login-box {
    gap: 0;
}

.apoiado-por {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}

.apoiado-por p {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

.shadow-container {
    border: 1px solid rgba(237, 237, 237, 1);
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.sindicato-box {
    margin: 24px;
    padding: 24px;
    border: 1px solid #f3f3f3;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 12px;
    flex-direction: row !important;
}

.apoiado-por img {
    height: 32px;
    width: 122px;
    object-fit: cover;
}

.empresas-contratam {
    display: flex;
    gap: 40px;
}

.chamativa-contratam {
    width: 213px;
    color: rgba(30, 30, 30, 1);
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.empresas-contratam-list {
    display: flex;
    width: 75%;
    justify-content: space-between;
}

.empresas-contratam-box img {
    height: 129px;
    width: 129px;
    border: 4px solid rgba(254, 254, 254, 1);
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.empresas-contratam-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.qtd-vagas {
    font-weight: 700;
    font-size: 14px;
    color: rgba(15, 48, 85, 1);
    text-align: center;
}

/* Busca - Resultados */

.busca-resultados {
    padding: 0;
}

.busca-resultados-pd {
    padding: 32px 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.filtros-vagas {
    padding: 24px;
    border-bottom: 1px solid #f3f3f3;
}

.filtros-vagas-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.row-filtros {
    display: flex;
    gap: 12px;
}

.row-filtros input {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #0f3055;
    padding: 10px 10px 10px 36px;
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    background-image: url('assets/img/material-symbols_search.svg');
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px;
}

.row-filtros button {
    border-radius: 8px;
    padding: 16px;
    background-color: #f3ad37;
    cursor: pointer;
    border: none;
}

.exibindo-vagas-p {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    margin-top: 32px;
}

.vagas-column-box {
    /* max-width: 325px; */
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1) !important;
    display: flex;
    flex-direction: column !important;
}

.informacoes-vaga p {
    margin: 0;
}

.vagas-column-box .info-row {
    gap: 12px;
}

.vaga-desc {
    font-size: 14px;
    color: #676767;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vagas-column {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
}

.vagas-content {
    display: flex;
    gap: 80px;
    position: relative;
}

.vaga-box {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1) !important;
    display: none;
    flex-direction: column !important;
    background: #fff;
    width: 75%;
    max-width: 740px;
    position: sticky;
    top: 20px;
    right: 0;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f9f9f9;
}

.info-empresa {
    display: flex;
    gap: 24px;
}

.info-empresa-txt {
    display: flex;
    flex-direction: column;
}

.info-empresa-txt p {
    margin: 0;
}

.info-empresa-txt .nome-empresa {
    color: #1e1e1e;
    font-size: 14px;
}

.info-empresa-txt .vaga-empresa {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 600;
}

.info-empresa-txt .cidade-empresa {
    color: #676767;
    font-size: 14px;
    font-weight: 400;
}

.row-vaga {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.range-salario {
    font-weight: 400;
    font-size: 14px;
    color: #1e1e1e;
}

.contrato-modalidade-p {
    display: flex;
    gap: 4px;
    align-items: baseline;
    font-weight: 400;
    font-size: 14px;
    color: #1e1e1e;
}

.btn-action {
    width: 40px;
    height: 40px;
    border: 1px solid #0f3055;
    border-radius: 6px;
    cursor: pointer;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fefefe;
}

.btn-candidatar {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    padding: 12px 20px;
    background-color: #0f3055;
    color: #fefefe;
    font-weight: 700;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.row-btns {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.main-infos {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 12px;
    border-bottom: 1px solid #f3f3f3;
}

.secundary-infos {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 12px;
}

.info-title {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.info-desc {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.vaga-ul {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    list-style-position: inside;
    padding-left: 0;
    list-style-type: disc !important;
}

.vaga-ul li {
    text-align: left;
    list-style-position: inside;
}

.planos-container {
    display: flex;
    gap: 20px;
}

.plano-box {
    width: 100%;
    display: flex;
    gap: 24px;
    flex-direction: column;
    border: 1px solid #f3f3f3;
    padding: 24px;
    text-align: center;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.plano-box .line {
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
    color: #f3f3f3;
    flex: none;
}

.plano-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f3055;
}

.valor.plano {
    display: flex;
    flex-direction: row;
    gap: 12px;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    align-items: baseline;
}

.valor.plano div {
    align-self: baseline;
    color: #676767;
    font-size: 12px;
}

.planos-container ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-left: 0;
}

.planos-container ul li {
    position: relative;
    color: #676767;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
    padding-left: 14px;
    margin-bottom: 4px;
}

.planos-container ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #0f3055;
    border-radius: 50%;
}

.plano-box button {
    border: none;
    background-color: #676767;
    color: #ffffff;
    border-radius: 6px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
}

.plano-box.selected button {
    background-color: #0f3055;
}

.plano-box.selected {
    border: 2px solid #0f3055;
}

.empresa-textarea {
    border: 1px solid #f3f3f3;
    padding: 12px;
    border-radius: 8px;
    background-color: #fefefe;
    height: 180px;
}

.endereco-empresa {
    font-size: 14px;
    color: #676767;
    line-height: 16px;
}

.logo-list.perfil {
    margin: 0;
    padding: 0;
    margin-top: 12px;
}

.fw-400 {
    font-weight: 400;
}

.box-enderecos {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.line-endereco {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 24px;
    text-align: left;
    border-bottom: 1px solid #f3f3f3;
}

.line-endereco.selected {
    background-color: #e0e6ed;
}

.endereco-nome {
    font-weight: 700;
    font-size: 14px;
    color: #1e1e1e;
}

.endereco {
    color: #676767;
    font-size: 14px;
}

.box-localizacao .maps {
    height: 350px;
    width: 350px;
}

.box-vagas {
    display: none;
}

.box-localizacao {
    display: flex;
    flex-direction: row;
}

.line-vaga {
    display: flex;
    justify-content: space-between;
}

.line-vaga .line-endereco {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: auto;
}

.line-endereco-column {
    width: fit-content;
}

.btn-categoria-vaga-rounded {
    background-color: #e0e6ed;
    border: none;
    border-radius: 30px;
    padding: 8px 12px;
    color: #000000;
    font-size: 14px;
}

.btn-categoria-vaga-rounded.current {
    background-color: #0f3055;
    color: #fefefe;
}

.vagas-categorias.empresa {
    padding: 24px;
    gap: 10px;
}

.empresa-vagas {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.search-line {
    display: flex;
    justify-content: space-between;
}

.search-line input {
    border: none;
    padding: 12px 16px 12px 36px;
    color: #676767;
    font-size: 12px;
    border-radius: 30px;
    height: 40px;
    width: 200px;
    background-color: #f3f3f3;
    background-image: url('assets/img/material-symbols_search.svg');
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px;
}

.search-line a,
.btn-novo-cadastrar {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #0f3055;
    color: #fefefe;
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.box-vaga-empresa {
    padding: 24px;
    gap: 12px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f3f3f3;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.title-and-actions {
    display: flex;
    justify-content: space-between;
}

.title-and-actions .actions {
    display: flex;
    gap: 2px;
}

.title-and-actions .actions button {
    border: none;
    background-color: #e0e6ed;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box .actions {
    display: flex;
    gap: 2px;
}

.habilidade-item {
    display: flex;
    gap: 4px;
}

.login-box .editar-vaga,
.login-box .excluir-vaga {
    border: none;
    background-color: #e0e6ed;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.title-and-actions span {
    display: flex;
    font-weight: 700;
    font-size: 14px;
    color: #1e1e1e;
    gap: 6px;
}

.title-and-actions span div,
.status-vaga {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d9ecd0;
    color: #578615;
    padding: 4px;
    height: 20px;
    border-radius: 30px;
    font-size: 12px;
}

.title-and-actions span div.pausada {
    background-color: #f6f0e4;
    color: #f3ad37;
}

.title-and-actions span div.inativa {
    color: #d41c1f;
    background-color: #ffdbdb;
}

.select2-flex {
    display: flex !important;
}

.vaga-info-columns {
    display: flex;
}

.vaga-info-columns .info-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    width: 125px;
}

.info-column.salario {
    width: fit-content;
}

.info-column .info-title {
    color: #676767;
    font-size: 12px;
}

.info-column .info-desc {
    color: #000000;
    font-size: 12px;
}

.metricas-vaga {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

.metricas-vaga p {
    display: flex;
    text-align: left;
    align-items: center;
    gap: 3px;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}

.qtd-candidatos {
    color: #f3ad37 !important;
    font-weight: 700 !important;
    font-size: 12px;
    display: flex;
    gap: 4px;
    align-items: flex-end;
}

.dashboard-candidatos {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box-header.candidatos {
    border-bottom: 1px solid #f3f3f3;
}

.foto-perfil-candidato {
    height: 44px;
    width: 44px;
    border-radius: 6px;
    object-fit: contain;
}

.personal-info {
    display: flex;
    gap: 12px;
    border: 1px solid #f3f3f3;
    padding: 24px;
}

.informacoes-pessoais-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.informacoes-pessoais-column .info-row {
    display: flex;
    gap: 8px;
    width: auto;
    justify-content: unset;
}

.status-candidato {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0f3055;
    background-color: #e0e6ed;
    padding: 4px;
    height: 20px;
    border-radius: 30px;
    font-size: 12px;
}

.status-ativo {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #578615 !important;
    background-color: #d9ecd0;
    padding: 4px !important;
    height: fit-content;
    width: fit-content;
    border-radius: 30px;
    font-size: 12px !important;
}

.status-candidato.analise {
    color: #0f3055;
    background-color: #e0e6ed;
}

.status-candidato.agendado {
    color: #f3ad37;
    background-color: #f6f0e4;
}

.status-candidato.contratado {
    color: #578615;
    background-color: #d9ecd0;
}

.status-candidato.rejeitado,
.status-candidato.declinada {
    color: #d41c1f;
    background-color: #ffdbdb;
}

.candidato-nome {
    display: flex;
    font-weight: 700;
    font-size: 14px;
    color: #0f3055;
    gap: 6px;
}

.secundary-info-pessoal {
    color: #676767;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.btn-candidato-row {
    padding: 24px;
    display: flex;
    gap: 20px;
    justify-content: center;
    border: 1px solid #f3f3f3;
}

.btn-azul-candidato {
    background-color: #0f3055;
    color: #fefefe;
    font-size: 12px;
    padding: 10px 12px;
    height: 36px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
    border-radius: 6px;
}

.btn-claro-candidato {
    background-color: transparent;
    color: #0f3055;
    font-size: 12px;
    padding: 10px 12px;
    height: 36px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #0f3055;
    border-radius: 6px;
    cursor: pointer;
}

.vaga-box-candidato {
    margin: 12px 24px;
}

.box-plano-selected {
    display: flex;
    gap: 24px;
    padding: 24px;
    flex-direction: column;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
    background-color: #fefefe;
    border: 1px solid #f3f3f3;
    flex-grow: 1;
}

.plano-selected-name {
    font-weight: 700;
    font-size: 16px;
    color: #0f3055;
}

.box-plano-selected-intern {
    display: flex;
    flex-direction: column;
    border: 1px solid #f3f3f3;
    padding: 24px;
    gap: 24px;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.row-box-plano-selected {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #f3f3f3;
}

.box-plano-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.box-plano-details h3 {
    color: #0f3055;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.box-plano-details span {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    display: flex;
    gap: 4px;
}

.box-plano-details span div {
    font-weight: 700;
    color: #0f3055;
}

.box-plano-details a {
    font-weight: 700;
    font-size: 12px;
    color: #0f3055;
    text-decoration: underline !important;
}

.box-plano-details .value {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.list-planos-carrinho {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #f3f3f3;
}

.list-planos-carrinho li {
    font-size: 14px;
    color: #1e1e1e;
    display: flex;
    margin-left: 0;
    align-items: center;
}

.list-planos-carrinho li::before {
    content: '';
    background-image: url('assets/img/ok-green-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    flex-shrink: 0;
}

.compra {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.resumo-compra {
    display: flex;
    gap: 24px;
    padding: 24px;
    flex-direction: column;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
    background-color: #fefefe;
    border: 1px solid #f3f3f3;
    min-width: 297px;
    height: fit-content;
}

.bg-dourado {
    background: linear-gradient(to right, transparent 0%, #f9d18f80 50%, transparent 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-azul-circle {
    position: relative;
    overflow: hidden;
    padding-bottom: 120px; /* altura da curva */
    padding-top: 0px;
}

.bg-azul-circle::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 300px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    background-color: #0f3055;
    background: #0f3055;
    z-index: -1;
}

.hero-v2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 32px;
    justify-content: center;
    gap: 32px;
    text-align: center;
}
.hero-v2-title-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-title-v2 {
    font-weight: 600;
    color: #fefefe;
    font-size: 40px;
    text-align: center;
}

.subtitle-hero-v2 {
    color: #fefefe;
    font-size: 16px;
}

.input-busca-hero-v2 {
    display: flex;
    justify-content: center;
}

.input-busca-hero-v2 .btn-buscar-vaga-v2 {
    display: flex;
    gap: 8px;
    align-items: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 10px 10px 36px;
    background-color: #f3ad37;
    color: #1e1e1e;
    border: none;
    background-image: url('assets/img/material-symbols_search.svg');
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px;
}

.ver-todas-vagas-v2 {
    font-size: 12px;
    text-decoration: underline !important;
    color: #ffffff;
    width: fit-content;
    align-self: center;
}

.input-floating {
    position: relative;
    width: 100%;
    max-width: 480px;
}

.input-floating input {
    width: 100%;
    max-width: 480px;
    padding: 16px 12px 6px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    outline: none;
}

.input-floating label {
    position: absolute;
    top: 10px;
    left: 12px;
    pointer-events: none;
    font-size: 13px;
    color: #6c6c6c;
    transition: 0.2s ease;
    opacity: 0.7;
}

/* Quando o input está preenchido ou focado */
.input-floating input:focus + label,
.input-floating input:not(:placeholder-shown) + label {
    top: 4px;
    font-size: 11px;
    opacity: 1;
}

.parceiros-precisando {
    height: 100px;
    width: 145px;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solucoes {
    display: flex;
    justify-content: space-between;
}

.solucoes-title {
    font-weight: 600;
    font-size: 20px;
    color: #0f3055;
    width: 245px;
    align-self: anchor-center;
}

.solucoes-box-container {
    display: flex;
    gap: 20px;
    width: 60%;
}

.box-solucao {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.solucao-box-interno {
    border-radius: 6px;
    padding: 10px;
    background-color: #0f3055;
    color: #ffffff;
    text-align: center;
}

.solucao-box-interno.amarelo {
    background-color: #f3ad37;
    color: #0f3055;
}

.solucao-box-interno p {
    font-weight: 700;
    font-size: 16px;
}

.solucao-box-interno a {
    font-size: 12px;
}

.depoimentos {
    display: flex;
    gap: 158px;
}

.depoimento-box {
    background-color: #e0e6ed;
    width: 240px;
    height: 300px;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.depoimentos-box-container {
    display: flex;
    gap: 20px;
    overflow-y: auto;
    height: 310px;
}

.perfil-depoimento {
    display: flex;
    gap: 6px;
    align-items: flex-start;
}

.depoimentos-title-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 190px;
}

.foto-perfil-depoimento {
    height: 32px;
    width: 32px;
    border: 6px;
}

.depoimento-nome {
    color: #0f3055;
    font-weight: 700;
    font-size: 12px;
}

.depoimentos-title-box p {
    font-weight: 600;
    font-size: 24px;
    color: #fefefe;
}

.depoimentos-title-box a {
    background-color: #f3ad37;
    padding: 12px;
    width: fit-content;
    border-radius: 6px;
    color: #0f3055;
    font-weight: 700;
}

.depoimento-text {
    color: #000000;
    font-size: 12px;
}

.line-price {
    display: flex;
    justify-content: space-between;
}

.line-price .price-desc {
    font-size: 14px;
    color: #676767;
}

.line-price .price {
    font-weight: 700;
    font-size: 14px;
    color: #0f3055;
}

.line-price .price.desconto {
    color: #578615;
}

.line-price.total {
    padding-top: 24px;
    border-top: 1px solid #f3f3f3;
}

.line-price .price.total {
    font-weight: 600;
    font-size: 20px;
    color: #0f3055;
}

.line-price.total .price-desc {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.resumo-compra button {
    background-color: #f3ad37;
    border: none;
    border-radius: 30px;
    padding: 16px 12px;
    font-weight: 700;
    font-size: 14px;
    color: #1e1e1e;
    cursor: pointer;
}

.inputs-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* MODAL */

.modal-container-interno {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    align-items: center;
}

.modal-mensagem {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.btn-close-big {
    background-color: #f3f3f3;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 700;
    color: #1e1e1e;
    width: 100%;
    border: none;
    cursor: pointer;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.pop-up {
    display: none;
    /* Esconde o modal inicialmente */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fundo escurecido */
    z-index: 1;
    overflow: auto;
    overflow-x: hidden;
}

.btn-x-close {
    background-color: transparent;
    padding: 4px;
    margin-left: auto;
    border: none;
    cursor: pointer;
}

.modal-content {
    background-color: #fff !important;
    margin: 5% auto;
    border: 1px solid #888 !important;
    width: 80%;
    max-width: 500px;
}

.modal-title {
    padding: 24px;
    border-bottom: 1px solid #f3f3f3;
}

.title-modal {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #1e1e1e;
}

.form-modal {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.row-form-modal {
    margin-top: 16px;
    display: flex;
    gap: 8px;
    width: 100%;
}

.row-form-modal button {
    width: 100%;
    padding: 12px 20px;
    color: #fefefe;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.btn-modal-cancelar {
    background-color: #676767;
}

.btn-modal {
    background-color: #0f3055;
}

.help-candidato-instruction {
    font-size: 12px;
    align-self: center;
    justify-self: center;
    color: #676767;
}

.foto-perfil-box {
    display: flex;
    padding: 24px;
    gap: 12px;
    align-items: center;
}

.foto-perfil-publico {
    height: 80px;
    width: 80px;
    background-color: #e0e6ed;
    border-radius: 6px;
}

.foto-perfil-box button {
    border: 1px solid #0f3055;
    padding: 0 12px;
    border-radius: 30px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
}

.hero-planos {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 12px;
    flex-direction: column;
}

.title-planos {
    font-size: 20px;
    font-weight: 600;
    color: #0f3055;
}

.title-planos.central {
    font-size: 32px;
}

.subtitle-planos {
    color: #676767;
    font-size: 14px;
}

.selecionar-plano {
    padding: 12px 20px;
    height: 40px;
    width: 100%;
    background-color: #676767;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    color: #fefefe;
    margin-top: auto;
    cursor: pointer;
    align-self: center;
}

.selecionar-plano.azul {
    background-color: #0f3055;
}

.box-plano {
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
    max-width: 275px;
    position: relative;
}

.box-plano.azul {
    box-shadow:
        0px 4px 88px -2px rgba(0, 0, 0, 0.1),
        0px 2px 88px -2px rgba(0, 0, 0, 0.06);
    border: 2px solid #0f3055;
}

.box-plano img {
    height: 32px;
    width: 32px;
}

.column-plano-information {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid #f3f3f3;
}

.nome-plano {
    color: #0f3055;
    font-weight: 700;
    font-size: 16px;
}

.desc-plano {
    color: #676767;
    font-size: 12px;
}

.valor-plano {
    font-weight: 600;
    font-size: 20px;
    color: #1e1e1e;
    padding: 12px 0;
}

.bb-azul {
    border-bottom: 8px solid #e0e6ed;
}

.bb-amarelo {
    border-bottom: 8px solid #f6f0e4;
}

.bb-verde {
    border-bottom: 8px solid #d9ecd0;
}

.bb-preto {
    border-bottom: 8px solid transparent;
}

.planos-list {
    display: flex;
    gap: 20px;
}

.economia {
    background-color: #d9ecd0;
    padding: 8px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 12px;
    width: fit-content;
    color: #578615;
    margin-bottom: 20px;
    text-align: center;
}

.popular {
    background-color: #f3ad37;
    border-radius: 30px;
    padding: 12px;
    font-weight: 700;
    color: #fefefe;
    width: fit-content;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: -25px;
    align-self: center;
}

.box-perguntas {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #fefefe;
    border: 1px solid #0f3055;
    border-radius: 6px;
    max-width: 543px;
    width: 50%;
}

.pergunta-title {
    font-weight: 700;
    font-size: 16px;
    color: #0f3055;
}

.resposta-pergunta {
    font-size: 14px;
    color: #676767;
}

.line-perguntas {
    display: flex;
    gap: 24px;
    margin-top: 30px;
}

.box-confirmado {
    display: flex;
    flex-direction: column;
    padding: 24px;
    align-items: center;
    text-align: center;
    width: 100%;
    border: 1px solid #578615;
    box-shadow:
        0px 4px 88px -2px rgba(0, 0, 0, 0.1),
        0px 2px 88px -2px rgba(0, 0, 0, 0.06);
    background-color: #fefefe;
}

.box-confirmado.pendente {
    border: 1px solid #f3ad37;
}

.head-box-confirmado {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.head-box-confirmado img,
.img-aprovado-icon {
    padding: 10px;
    border-radius: 6px;
    background-color: #d9ecd0;
    box-shadow:
        0px 4px 88px -2px rgba(0, 0, 0, 0.1),
        0px 2px 88px -2px rgba(0, 0, 0, 0.06);
    height: 60px;
    width: 60px;
}

.head-box-confirmado img.pendente,
.img-aprovado-icon.confirmar {
    background-color: #f6f0e4;
}

.head-box-confirmado img.pendente,
.img-aprovado-icon.erro {
    background-color: #ffdbdb;
}

.head-box-confirmado img.pendente,
.img-aprovado-icon.editar {
    background-color: #e0e6ed;
}

.head-box-confirmado p {
    font-weight: 600;
    font-size: 24px;
    color: #0f3055;
}

.middle-box-confirmado {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
}

.middle-box-confirmado p {
    font-size: 16px;
    color: #676767;
}

.middle-box-confirmado span {
    font-size: 14px;
    color: #676767;
}

.bottom-box-confirmado {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bottom-box-confirmado .desc {
    color: #000000;
}

.bottom-box-confirmado .id-pedido {
    font-weight: 600;
    font-size: 20px;
    color: #0f3055;
}

.carrinho-confirmacao {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.details-compra-box {
    display: flex;
    gap: 24px;
}

.box-detalhes {
    display: flex;
    flex-direction: column;
    background-color: #fefefe;
    border: 1px solid #f3f3f3;
    box-shadow:
        0px 4px 88px -2px rgba(0, 0, 0, 0.1),
        0px 2px 88px -2px rgba(0, 0, 0, 0.06);
    width: 100%;
    padding: 24px;
    gap: 24px;
}

.box-detalhes-title {
    font-weight: 700;
    font-size: 14px;
    color: #0f3055;
}

.box-detalhes .info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.box-detalhes .info-list .info-name {
    font-size: 12px;
    color: #676767;
}

.box-detalhes .info-list .info-result {
    font-size: 14px;
    color: #000000;
}

.box-detalhes .info-list .info-result.verde {
    color: #578615;
    font-weight: 700;
}

.box-detalhes .info-list .info-result.vermelho {
    color: #d41c1f;
    font-weight: 700;
}

.box-detalhes .info-list .info-result.bold {
    color: #000000;
    font-weight: 700;
}

.box-envio-email {
    border: 1px solid #578615;
    background-color: #d9ecd0;
    padding: 24px;
    border-radius: 6px;
    display: flex;
    gap: 12px;
}

.box-envio-email .mail {
    align-self: flex-start;
}

.envio-email-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.envio-email-text-title {
    font-weight: 700;
    font-size: 14px;
    color: #1e1e1e;
}

.envio-email-text-desc {
    color: #676767;
    font-size: 14px;
}

.btn-recibo {
    padding: 12px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: flex;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #676767;
    background-color: #f3f3f3;
    justify-content: center;
    align-items: flex-start;
}

.proximos-passos-container {
    margin-top: 20px;
    background-color: #0f3055;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.proximos-passos-title {
    font-weight: 600;
    color: #fefefe;
    font-size: 24px;
}

.passos-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.passos-list.interna {
    padding: 24px;
}

.passo-box {
    background-color: #f3f3f3;
    padding: 24px;
    border-radius: 6px;
    gap: 12px;
    display: flex;
}

.passo-number {
    border-radius: 6px;
    padding: 8px;
    background-color: #f3ad37;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin: 0;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.passo-number.azul {
    background-color: #0f3055;
    color: #fefefe;
}

.passo-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.passo-info-title {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
}

.passo-info-desc {
    font-weight: 400;
    color: #676767;
    font-size: 12px;
    text-align: left;
}

.btn-acessar-plano {
    background-color: #f3ad37;
    text-decoration: none;
    border-radius: 30px;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    width: fit-content;
    text-align: center;
    align-items: center;
    align-self: center;
    color: #1e1e1e;
}

.btn-acessar-plano.azul {
    background-color: #0f3055;
    color: #fefefe;
}

.row-price.btn-login {
    align-self: center;
    display: flex;
    margin-top: 12px;
    gap: 8px;
}

.row-price.btn-login .btn-acessar-plano {
    padding: 12px;
}

.btn-retomar-pagamento {
    background-color: #0f3055;
    color: #fefefe;
    text-decoration: none;
    border-radius: 30px;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    width: fit-content;
    text-align: center;
    align-items: center;
    align-self: center;
}

.line-box-metricas {
    padding: 24px;
    border-top: 1px solid #f3f3f3;
    display: flex;
    gap: 24px;
}

.box-metrica {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: #e0e6ed;
    border-radius: 6px;
    text-align: left;
    width: 100%;
}

.box-metrica.verde {
    background-color: #d9ecd0;
}

.box-metrica.vermelho {
    background-color: #ffdbdb;
}

.box-metrica.amarelo {
    background-color: #f6f0e4;
}

.box-metrica img {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0f3055;
    padding: 8px;
    border-radius: 6px;
}

.metrica-title {
    font-size: 12px;
    color: #676767;
}

.metrica-num {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-top: auto !important;
}

.meus-pagamentos {
    width: 100%;
    float: right;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    border: 1px solid;
}

.column-status-candidato {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-modal label b {
    font-weight: 700;
}

.line-status-candidato {
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    width: 100%;
    padding: 24px;
    cursor: pointer;
}

.line-status-candidato p {
    border-radius: 30px;
    padding: 4px;
    font-weight: 700;
    width: fit-content;
}

.line-status-candidato p.analise {
    color: #0f3055;
    background-color: #e0e6ed;
}

.line-status-candidato p.agendado {
    color: #f3ad37;
    background-color: #f6f0e4;
}

.line-status-candidato p.contratado {
    color: #578615;
    background-color: #d9ecd0;
}

.line-status-candidato p.rejeitado {
    color: #d41c1f;
    background-color: #ffdbdb;
}

.line-status-candidato.current {
    border: 2px solid #0f3055;
}

.line-status-candidato p {
    border-radius: 30px;
    padding: 4px;
    font-weight: 700;
    width: fit-content;
}

.line-status-candidato p.analise {
    color: #0f3055;
    background-color: #e0e6ed;
}

.line-status-candidato p.agendado {
    color: #f3ad37;
    background-color: #f6f0e4;
}

.line-status-candidato p.contratado {
    color: #578615;
    background-color: #d9ecd0;
}

.line-status-candidato p.rejeitado {
    color: #d41c1f;
    background-color: #ffdbdb;
}

.line-status-candidato.current {
    border: 2px solid #0f3055;
}

.container-meus-pagamentos {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box-expirou-title {
    display: flex;
    gap: 4px;
    font-weight: 700;
    color: #1e1e1e;
    align-items: flex-start;
}

.box-expirou {
    background-color: #fefefe;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.box-expirou.amarelo {
    border: 1px solid #f3ad37;
}

.box-expirou.vermelho {
    border: 1px solid #d41c1f;
}

.plano-info-column {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.plano-main-info {
    font-weight: 700;
    color: #000000;
}

.plano-vencimento-info {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    color: #676767;
    font-size: 12px;
}

.expirou-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.renovar-btn {
    border: none;
    padding: 16px;
    border-radius: 6px;
    font-weight: 700;
}

.renovar-btn.amarelo {
    background-color: #f3ad37;
    color: #1e1e1e;
}

.renovar-btn.azul {
    background-color: #0f3055;
    color: #fefefe;
}

.meu-plano-atual {
    border: 1px solid #ededed;
    background-color: #ffffff;
    padding: 24px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.plano-atual-title {
    color: #0a0a0a;
    font-weight: 700;
}

.meu-plano-status {
    width: fit-content;
    padding: 10px;
    background-color: #dcfce7;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    color: #008236;
}

.meu-plano-status.pendente {
    color: #f3ad37;
    background-color: #f6f0e4;
}

.meu-plano-atual-box-interno {
    background-color: #0f3055;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 10px;
}

.text-medium-plano {
    font-weight: 700;
    color: #ffffff;
}

.text-plano {
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
}

.row-info-meu-plano {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.text-small-plano {
    font-weight: 400;
    color: #ffffff;
}

.progress-bar {
    width: 100%; /* largura total do container */
    height: 8px; /* altura definida */
    background-color: #ffffff33; /* parte que não andou (translúcida) */
    border-radius: 33554400px; /* borda super arredondada */
    overflow: hidden; /* garante que o preenchimento não saia do contorno */
}

.progress {
    /* width: 60%; */ /* porcentagem já concluída */
    height: 100%;
    background-color: #f3ad37; /* parte que andou */
    border-radius: 33554400px; /* mantém o formato */
    transition: width 0.4s ease; /* animação suave */
}

.btn-exportar-pagamentos {
    cursor: pointer;
    background-color: #e0e6ed;
    border-radius: 6px;
    padding: 12px;
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    border: none;
}

.expirou-row.historico-pagamentos {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: row !important;
}

.historico-pagamentos {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.tabela-transacoes {
    width: 100%;
}

.tabela-transacoes th {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 700;
    color: #676767;
    text-transform: uppercase;
}

.tabela-transacoes td {
    padding: 40px 12px;
    font-size: 14px;
    color: #1e1e1e;
}

td.valor {
    font-weight: 700;
    color: #1e1e1e;
}

td.metodo {
    color: #676767;
}

.status.pago {
    width: fit-content;
    padding: 10px;
    background-color: #dcfce7;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    color: #008236;
}

.status.pendente {
    width: fit-content;
    padding: 10px;
    color: #f3ad37;
    background-color: #f6f0e4;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
}

.foto-perfil-box.candidato {
    padding: 0px;
}

.hero-planos.cursos {
    padding-bottom: 24px;
}

.cursos-container {
    padding: 40px 0;
    border-top: 1px solid #f3f3f3;
}

.cursos .select-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.cursos .cursos-group {
    justify-content: flex-start;
    width: 100%;
}

.inputs-column-modal {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.input-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.menu-perfil-btn {
    cursor: pointer;
}

.menu-perfil-box {
    position: absolute;
    right: 0;
    z-index: 5;
    top: 70px;
    display: none;
    flex-direction: column;
    background-color: #fefefe;
    border-radius: 8px;
    width: 150px;
    box-shadow: 0px 8px 60px -8px rgba(0, 0, 0, 0.15);
    border: 1px solid #ededed;
    padding: 8px;
}

.menu-perfil-box.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    display: flex;
}

.menu-perfil-btn.rotated {
    transform: rotate(180deg);
}

.menu-perfil-box a {
    padding: 8px;
    text-align: left;
    color: #1e1e1e;
    text-decoration: none;
}

.menu-mobile,
.menu-hamburguer-tela {
    display: none;
}

.input-busca-lista-empresas {
    background-color: #f3f3f3;
    border: none;
    border-radius: 30px !important;
    padding: 16px;
    padding-left: 40px;
    height: 40px;
    background-image: url('assets/img/material-symbols_search.svg');
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px;
}

.btn-ordernar {
    background-color: #e0e6ed;
    display: flex;
    gap: 6px;
    border-radius: 6px;
    padding: 12px;
    height: 40px;
    color: #000000;
    font-size: 12px;
    align-items: center;
    cursor: pointer;
    border: none;
}

.btn-ordernar img {
    height: 20px;
    width: 20px;
}

.adicional-info-company {
    display: flex;
    gap: 6px;
    width: 100%;
    margin-top: 12px;
}

.secundary-info-pessoal {
    display: flex;
    gap: 12px;
}

.adicional-info-name {
    font-size: 12px;
    color: #000000;
}

.adicional-info-name {
    font-size: 12px;
    font-weight: 700;
    color: #1e1e1e;
}

.column-qtd-vagas {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: auto;
}

.column-qtd-vagas {
    font-size: 12px;
    color: #676767;
}

.qtd-vagas {
    font-weight: 700;
}

.detalhamento-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px;
}

.detalhamento-box {
    padding: 24px;
    gap: 12px;
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
    border-radius: 6px;
    align-items: flex-start;
}

.detalhamento-empresa-title {
    font-weight: 700;
    font-size: 14px;
}

.detalhamento-box .metricas-vaga {
    margin-top: 0px;
}

.extrair-relatorio-box {
    display: flex;
    justify-content: space-between;
    padding: 12px 24px;
    border: 1px solid #f3f3f3;
}

.inputs-box-relatorios input {
    border-radius: 30px;
    padding: 16px;
    height: 40px;
    background-color: #f3f3f3;
    border: none;
    font-size: 12px;
    color: #676767;
    /*     background-image: url('assets/img/mdi_calendar.svg');
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px; */
}

.inputs-box-relatorios {
    display: flex;
    gap: 10px;
    align-items: center;
}

.inputs-box-relatorios span {
    color: #000000;
    font-size: 14px;
}

#profissao2,
#profissao3 {
    display: none;
}

.inputs-searchs {
    padding: 12px 0;
}

.checkbox-input {
    display: flex;
    gap: 12px;
    flex-direction: row-reverse;
    justify-self: flex-start;
    font-size: 14px;
    padding: 12px 24px;
}

.checkbox-input.box {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.box-interno-input {
    padding: 0px;
}

.limpar-buscas {
    border: 1px solid #0f3055;
    background-color: #fefefe;
    color: #0f3055;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    padding: 12px 24px;
}

.filtro-title {
    font-weight: 700;
}

.column-options-filtro {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
}

.filtros-vagas-mobile {
    display: flex;
    justify-content: space-between;
}

#open-filtro-mobile {
    display: none;
    background-color: #fefefe;
    border: 1px solid #0f3055;
    border-radius: 6px;
    padding: 12px;
    color: #1e1e1e;
    font-size: 12px;
}

.box-plano-selected.cupom {
    width: fit-content;
}

.row-cupom {
    display: flex;
    gap: 24px;
}

.row-cupom input {
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    padding: 12px;
    height: 40px;
    text-transform: uppercase;
}

.row-cupom button {
    background-color: #0f3055;
    padding: 12px;
    border-radius: 6px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    text-align: center;
    cursor: pointer;
}

.line-cupom {
    display: flex;
    gap: 24px;
    padding: 24px;
}

.cupom-box {
    display: flex;
    flex-direction: column;
    padding: 12px 24px;
    gap: 12px;
    border: 1px solid #f3f3f3;
    width: 100%;
}

.cupom-box-interno {
    padding: 24px;
    background-color: #0f3055;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.box-cupom-title {
    font-size: 12px;
    color: white;
}

.box-cupom-value {
    font-size: 24px;
    font-weight: 600;
    color: #fefefe;
}

.cupom-status {
    font-weight: 700;
    font-size: 12px;
    text-align: left;
}

.cupom-status.ativo {
    color: #578615;
}

.cupom-status.pausado {
    color: #f3ad37;
}

.status-vaga.Pausada {
    color: #f3ad37;
    background-color: #f6f0e4;
}

.porcent-icon {
    width: 32px;
    height: 32px;
}

.cupom-name {
    font-weight: 700;
    color: #1e1e1e;
    font-size: 12px;
    align-self: flex-start;
}

button.btn-loading {
    opacity: 0.6;
    pointer-events: none;
}

button.btn-loading::after {
    content: ' ...';
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

.buscar-candidatos {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 10px;
    background-color: #f3ad37;
    color: #1e1e1e;
    font-weight: 700;
    cursor: pointer;
}

.busca-candidatos-header {
    padding: 24px;
    flex-direction: column;
    gap: 20px;
}

.metrica-qtd-candidatos {
    font-size: 14px;
    color: #1e1e1e;
    text-align: start;
}

.metrica-qtd-candidatos b {
    font-weight: 700;
}

.lista-candidatos-busca {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box-candidato-busca {
    max-width: 635px;
    width: 100%;
    padding: 24px;
    background-color: #fefefe;
    border: 1px solid #f3f3f3;
    box-shadow:
        0px 4px 8px -2px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.nome-candidato-busca {
    font-weight: 700;
    color: #1e1e1e;
}

.bloco-candidato {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.infos-pessoais-candidato {
    color: #676767;
}

.infos-pessoais-candidato b {
    font-weight: 700;
}

.perfil-candidato-btn {
    background-color: #0f3055;
    color: #fefefe;
    font-weight: 700;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
}

.sem-plano {
    font-weight: 500;
}

.sem-plano a {
    color: #0000ff;
}

.candidaturas .informacoes-pessoais-column {
    width: 100%;
}

.box-desconto-indicativo {
    display: none;
    gap: 5px;
    margin-bottom: 12px;
}

.desconto-indicativo-title {
    color: #0f3055;
    font-weight: 700;
    font-size: 14px;
}

.desconto-indicativo-price {
    font-weight: 700;
    font-size: 12px;
    align-self: flex-end;
}

.desconto-indicativo-price.verde {
    color: #578615;
}

@media (max-width: 768px) {
    .container-meus-pagamentos {
        width: 100%;
    }
    .busca-candidatos-header .row-filtros {
        flex-direction: column;
    }
    .line-cupom {
        flex-direction: column;
    }

    .expirou-row.historico-pagamentos {
        flex-direction: column !important;
        align-items: flex-start;
        gap: 20px;
    }

    .vaga-info-columns {
        flex-direction: column;
        gap: 8px;
    }

    .adicional-info-company {
        flex-direction: column;
    }

    .secundary-info-pessoal {
        margin-left: 0 !important;
        padding: 0;
    }

    .extrair-relatorio-box {
        gap: 20px;
        flex-direction: column;
    }

    #open-filtro-mobile {
        display: block;
    }
    .menu-hamburguer {
        width: 48px !important;
        height: 48px !important;
    }

    .menu-desktop {
        display: none;
    }

    .menu-mobile {
        display: flex;
    }

    .menu-hamburguer-tela {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 5;
        background-color: #f3f3f3;
        display: none;
        flex-direction: column;
        gap: 20px;
    }

    .menu-hamburguer-tela.open {
        display: flex;
    }

    #menu-home-mobile-filtros {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        flex-direction: column;
    }

    .logo-with-close {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 12px;
        border-bottom: 1px solid #f3f3f3;
    }

    .logo-nav-mobile {
        width: 95px;
        height: 48px;
    }

    .combo-menu {
        background-color: #fefefe;
        display: flex;
        flex-direction: column;
    }

    .combo-menu .links-menu {
        padding: 12px 24px;
        border-bottom: 1px solid #f3f3f3;
        color: #000000;
    }

    .combo-menu .links-menu.a-entrar {
        color: #0f3055;
        font-weight: 700;
    }

    .btn-column-menu {
        display: flex;
        padding: 12px 24px;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }

    .btn-column-menu p {
        color: #000000;
        font-weight: 700;
    }

    .btn-column-menu a {
        background-color: #0f3055;
        border-radius: 6px;
        padding: 12px;
        color: #f3ad37;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .oportunidade {
        width: 100%;
    }

    .busca-hero {
        width: 100%;
    }

    .busca-hero a {
        width: 100%;
    }

    .selo {
        display: none;
    }

    .hero {
        padding-bottom: 0;
    }

    .hero .select2-container {
        width: 100% !important;
    }

    .canditar-passos-group {
        flex-direction: column;
    }

    .empresas-contratam {
        flex-direction: column;
        align-items: center;
    }

    .candidatar h3 {
        text-align: center;
    }

    .chamativa-contratam {
        width: 80%;
    }
    .empresas-contratam-list {
        justify-content: center;
        gap: 20px;
        display: flex;
        flex-wrap: wrap; /* Permite que os itens se movam para a próxima linha */
        width: 100%;
    }

    .empresas-contratam-list > .item {
        flex: 0 0 48%; /* Cada item ocupa 48% da largura, deixando um pequeno espaço entre eles */
        margin: 1%; /* Espaçamento entre os itens */
    }

    .cursos-group {
        flex-direction: column;
        align-items: center;
    }

    .parceiros-group {
        overflow-x: auto; /* Ativa a rolagem horizontal */
        white-space: nowrap; /* Impede que os itens quebrem para a linha seguinte */
        max-width: 100%; /* Garante que o contêiner tenha largura mínima de 100% da tela */
    }

    .parceiros-group a {
        display: inline-block; /* Faz os itens ficarem em linha */
    }

    .parceiros-group img {
        min-width: 145px;
        min-height: 145px;
    }

    .saida-group {
        flex-direction: column;
    }

    .saida-box {
        width: 100%;
    }

    .footer-first-section {
        flex-direction: column-reverse;
    }

    .row-footer,
    .footer-sobre {
        flex-direction: column;
    }

    .footer-sobre {
        gap: 20px;
        margin-top: 20px;
    }

    .login {
        width: 100%;
    }

    .login-box {
        width: 100%;
    }

    .section-login {
        padding: 0;
    }

    .login-box-container {
        width: 100%;
    }

    .voltar {
        padding-left: 24px;
    }

    .planos-list,
    .line-perguntas,
    .details-compra-box {
        flex-direction: column;
    }

    .box-perguntas {
        width: 100%;
        max-width: 100%;
    }

    .box-plano {
        max-width: 100%;
    }

    .filtros-vagas {
        display: none;
    }

    .vaga-box {
        display: none;
        width: 100%;
        max-height: max-content;
    }

    .voltar-listagem-mobile {
        display: flex;
        gap: 4px;
        font-weight: 600;
        color: #000000;
    }

    .box-perfil {
        display: none;
    }

    .foto-perfil-box button {
        height: auto;
    }

    .informacoes-pessoais-column .info-row {
        flex-direction: column;
    }

    .empresa-vagas .search-line {
        flex-direction: column;
        gap: 12px;
    }

    .empresa-vagas .vaga-info-columns {
        flex-direction: column;
        gap: 8px;
    }

    .metricas-vaga,
    .line-box-metricas {
        flex-direction: column;
    }

    .ocultar-mobile {
        display: none;
    }

    .vagas-column-box,
    .vagas-column,
    .box-plano-selected.cupom {
        max-width: none !important;
        width: 100% !important;
    }

    .compra {
        flex-direction: column;
    }

    .input-busca-hero-v2 {
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 80%;
        flex-direction: column;
                align-self: center;
    }

    .hero-v2 {
        gap: 24px;
    }

    .hero-title-v2 {
        font-size: 32px;
    }

    .solucoes {
        flex-direction: column;
        gap: 10px;

    }

    .solucoes-box-container {
        width: 100%;
        flex-direction: column;
    }

    .box-solucao {
        width: 100%;
    }

    .depoimentos {
        flex-direction: column;
        gap: 10px;
    }

    .depoimento-box {
        width: 80%;
        min-width: 250px;
    }

    .depoimentos-title-box {
        max-width: none;
        width: 100%;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .parceiros-precisando {
        height: auto;
        width: auto;
    }

    .bg-azul-circle {
        padding-bottom: 24px;
    }
}

@media (max-width: 520px) {
    .title-planos.central {
        font-size: 24px;
    }

    .cursos .select2-container {
        width: 100% !important;
    }

    .cursos-group a {
        width: 100%;
    }

    .curso-box img {
        width: 100%;
        object-fit: cover;
    }

    .curso-box.interna,
    .curso-box.interna span,
    .curso-box span {
        max-width: 100%;
        width: 100%;
    }

    .row-cupom {
        flex-direction: column;
    }
}

@media (max-width: 350px) {
    .hero-title-v2 {
        font-size: 24px;
    }

}