@charset "UTF-8";
@import "../fonts/custom-font-montserrat.css";
html, body {
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  color: #5BC4D5;
}

a {
  color: #5BC4D5;
  text-decoration: none;
}

.btn-anunciar-vaga, .btn-cadastrar-cv {
  border-radius: 23px;
  padding: 10px 30px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.btn-anunciar-vaga:hover, .btn-cadastrar-cv:hover {
  transform: scale(1.1);
  filter: brightness(90%);
}

.btn-salvar-dados, .btn-salvar-curriculo {
  background: #5BC4D5;
  color: #FFFFFF;
  font-weight: bold;
}

.uptalentos-header-ctas {
  display: flex;
  gap: 22px;
  justify-content: end;
  align-items: center;
}

.site-header {
  background: #FFFFFF;
}

.site-footer {
  background: #035D7E;
  color: #FFFFFF;
  padding-top: 72px;
}
.site-footer a {
  color: #FFFFFF;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  color: #FFFFFF;
}
.site-footer h2 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.site-footer .footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.site-footer .footer-inner.footer-copyright {
  display: flex;
  border-top: 1px solid #FFFFFF;
  padding: 36px 0;
}
.site-footer .footer-inner.footer-copyright .text-copyright {
  font-size: 13px;
}
.site-footer .footer-inner.footer-copyright .agencia-dev {
  text-align: right;
}
.site-footer .wp-element-button {
  font-size: 15px !important;
  padding: 10px 20px !important;
  border-width: 1px !important;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
  color: #FFFFFF !important;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
  color: #FFFFFF !important;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
  color: #FFFFFF !important;
}

[type=button], [type=submit], button {
  border-color: #035D7E;
  background: #035D7E;
  color: #FFFFFF;
}
[type=button]:hover, [type=submit]:hover, button:hover {
  border-color: #5BC4D5;
  background: #5BC4D5;
  color: #000000;
}

.comments-area #submit {
  border-radius: 22px;
}

.preloader-up-talentos-page {
  position: fixed; /* Fixa a sobreposição na tela */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* Fundo preto com 50% de transparência */
  backdrop-filter: blur(10px); /* Aplica desfoque ao fundo */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Garante que fique acima dos outros elementos */
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.preloader-up-talentos-page.show {
  visibility: visible;
  opacity: 1;
}
.preloader-up-talentos-page .elements-preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.preloader-up-talentos-page .elements-preloader .spinner {
  background: url("../images/logo-up-talentos.png") no-repeat center;
  width: 70px;
  height: 70px;
  animation: tada 1s linear infinite;
}
.preloader-up-talentos-page .elements-preloader .msg-loading {
  text-align: center;
  font-weight: bold;
  color: #7e7e7e;
  font-size: 20px;
}

.site-main-sistema {
  background: #f5f5f5;
  max-width: 100% !important;
}

label {
  line-height: normal;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border-radius: 5px;
}

.form-control {
  border: 1px solid #666;
}

.form-check-input {
  border: 1px solid #666;
}

.form-select {
  border: 1px solid #666;
  font-size: 0.875rem;
  min-height: 2.5rem;
}

.form-control:read-only {
  background: #fafafa;
  cursor: not-allowed;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  background-color: #035D7E;
  color: #FFFFFF;
  border-color: #035D7E;
}

.form-floating > label {
  font-size: 14px;
  padding: 0.7rem 0.75rem;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(2.5rem + var(--bs-border-width) * 2);
  min-height: calc(2.5rem + var(--bs-border-width) * 2);
  line-height: 1.25;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 0.7rem 0.75rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.4rem;
  padding-bottom: 0.15rem;
  font-size: 14px;
}

.btn-buscar-vaga-form {
  background: #5BC4D5;
  color: #FFFFFF;
  font-weight: 600;
  border-color: #5BC4D5;
}

.buscador-vaga-header {
  max-width: 613px;
}

.uptalentos-header-logado {
  display: flex;
  gap: 4rem;
}
.uptalentos-header-logado .ctas-usuario-logado {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.uptalentos-header-logado .ctas-usuario-logado .dropdown-toggle {
  background: none;
  color: #dadada;
  border: 0;
  font-size: 1.6rem;
  padding: 0;
}
.uptalentos-header-logado .ctas-usuario-logado .dropdown-toggle::after {
  display: none;
}
.uptalentos-header-logado .ctas-usuario-logado .dropdown-item {
  font-size: 0.8rem;
}
.uptalentos-header-logado .ctas-usuario-logado .bg-danger {
  background: red;
  top: 11px;
  right: -2px;
}

.header-bg-hero {
  min-height: 534px;
  width: 100%;
  background: url(../images/bg-editar-curriculo.png) no-repeat center;
  background-size: cover;
}
.header-bg-hero.p-busca-vagas {
  background: url(../images/bg-header-busca-vaga.png) no-repeat center;
}
.header-bg-hero.p-vagas-candidatadas {
  background: url(../images/bg-header-vaga-candidatada.png) no-repeat center;
}

.page-editar-curriculo {
  margin-top: -334px;
}

.form-check-input:checked {
  background-color: #035D7E;
  border-color: #035D7E;
}

.btn-primary {
  background-color: #5BC4D5;
  border-color: #5BC4D5;
}
.btn-primary:hover {
  background-color: #5BC4D5;
  border-color: #5BC4D5;
}

.btn-secondary {
  background-color: #035D7E;
  border-color: #035D7E;
}
.btn-secondary:hover {
  background-color: #035D7E;
  border-color: #035D7E;
}

.btn-outline-secondary {
  border-color: #035D7E;
  color: #035D7E;
}
.btn-outline-secondary:hover {
  background-color: #035D7E;
  border-color: #FFFFFF;
}

.box-lista-vagas {
  max-width: 1000px;
  margin: 0 auto 100px;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 50px 20px;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #035D7E;
  border-color: #035D7E;
}

.mostrar-senha-btn, .mostrar-senha-btn:focus, .mostrar-senha-btn:hover {
  border: 0;
  background: transparent;
  color: #000;
}

.active > .page-link, .page-link.active {
  background-color: #035D7E;
  border-color: #035D7E;
}

.page-link {
  color: #035D7E;
  border-color: #035D7E;
}

/*# sourceMappingURL=custom-css.css.map */
