<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.tipoUsuario {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.tipoUsuario.empregador {
  background-color: white;
  width: 100%;
  filter: invert(1);
  -webkit-filter: invert(1);
}
section.tipoUsuario.tomador {
  color: white;
}
section.tipoUsuario .opcoes {
  display: flex;
  align-items: center;
  column-gap: 50px;
  row-gap: 5px;
  font-family: var(--font-Mohave);
  min-height: 50px;
  flex-wrap: wrap;
  padding-block: 5px;
}
section.tipoUsuario .opcoes &gt; div {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 350ms;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -ms-transition: opacity 350ms;
  -o-transition: opacity 350ms;
}
section.tipoUsuario .opcoes &gt; div.selecionado,
section.tipoUsuario .opcoes &gt; div:hover {
  opacity: unset;
}
section.tipoUsuario .linha {
  min-width: 100vw;
  background-color: rgb(129 121 121);
  height: 0.5px;
  left: 0;
  position: absolute;
}

section.header {
  position: absolute;
  top: 50.5px;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: background-color 350ms;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -ms-transition: background-color 350ms;
  -o-transition: background-color 350ms;
}
section.header.empregador {
  background-color: white;
  filter: invert(1);
  -webkit-filter: invert(1);
}
section.header.empregador button {
  filter: invert(1);
  -webkit-filter: invert(1);
}
section.header.tomador {
  filter: invert(1);
  -webkit-filter: invert(1);
}
section.header.movimento {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 40%);
}
section.header .menu {
  display: flex;
  width: 100%;
  gap: 25px;
}
section.header .menu .logo {
  background-image: url(/img/logos/new_logo_black.png);
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: center left;
  min-width: 140px;
  height: 150px;
  margin-right: auto;
}
.centro {
  align-self: center;
  width: 100%;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  font-family: var(--font-Roboto);
}
section.header .toogle {
  cursor: pointer;
  /*background: red;
  */
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-self: center;
  transition: background-color 450ms;
  -webkit-transition: background-color 450ms;
  -moz-transition: background-color 450ms;
  -ms-transition: background-color 450ms;
  -o-transition: background-color 450ms;
}
section.header .toogle &gt; div {
  height: 2px;
  background-color: hsl(0deg 0% 0% / 60%);
}
section.header .toogle &gt; div:nth-of-type(1) {
  width: 50%;
}
section.header .toogle &gt; div:nth-of-type(2) {
}
section.header .toogle &gt; div:nth-of-type(3) {
  width: 50%;
}
section.header .toogle:hover &gt; div {
  background-color: hsl(0deg 0% 0%);
}
section.header .opcoes {
  display: flex;
  gap: 15px;
  align-self: center;
  margin-right: 35px;
}
section.header .opcoes &gt; div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: transform 350ms;
  -webkit-transition: transform 350ms;
  -moz-transition: transform 350ms;
  -ms-transition: transform 350ms;
  -o-transition: transform 350ms;
}
section.header .opcoes &gt; div:hover {
  transform: scale(105%);
  -webkit-transform: scale(105%);
  -moz-transform: scale(105%);
  -ms-transform: scale(105%);
  -o-transform: scale(105%);
}
section.header .opcoes .login {
  display: flex;
  flex-direction: column;
  gap: 5%;
  justify-content: center;
  align-items: center;
  /* opacity: 0.6; */
}
section.header .opcoes .login &gt; div {
  --tamanhoElemnto: 13px;
  height: var(--tamanhoElemnto);
  width: var(--tamanhoElemnto);
  border: 2px solid black;
}
section.header .opcoes .login:hover {
  opacity: unset;
}
section.header .opcoes .login &gt; div:nth-of-type(1) {
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
section.header .opcoes .login &gt; div:nth-of-type(2) {
  width: 80%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
section.header .opcoes .help {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.header .opcoes .help &gt; div {
  --tamanhoElemnto: 30px;
  height: var(--tamanhoElemnto);
  width: var(--tamanhoElemnto);
  border: 2px solid black;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}
section.header .opcoes .help &gt; div::before {
  content: "\003F";
  font-size: 1.1rem;
}
section.header .opcoes .help &gt; div:hover {
  opacity: unset;
}
section.explicacaoInicial {
  --espacamento: min(50px, 5vw);
  --tamanhoIcone: 220px;
  padding: calc(7% + var(--espacamento)) var(--espacamento) 7%
    var(--espacamento);
  gap: var(--espacamento);
  background-color: orange;
  color: var(--color-dark);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}
section.explicacaoInicial &gt; div {
  padding: 20px;
  border: 5px solid #ebebeb;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0;
}
section.explicacaoInicial &gt; div &gt; div.icone {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  aspect-ratio: 1/1;
  width: var(--tamanhoIcone);
  height: var(--tamanhoIcone);
  top: calc(var(--tamanhoIcone) / 2 * -1);
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #ebebeb;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: filter 850ms;
  -webkit-transition: filter 850ms;
  -moz-transition: filter 850ms;
  -ms-transition: filter 850ms;
  -o-transition: filter 850ms;
}
section.explicacaoInicial &gt; div:hover .icone {
  filter: unset;
  -webkit-filter: unset;
}
section.explicacaoInicial &gt; div.orgulho &gt; div.icone {
  background-image: url(/img/proud.jpeg);
}
section.explicacaoInicial &gt; div.encaixa &gt; div.icone {
  background-image: url(/img/encaixa.jpeg);
}
section.explicacaoInicial &gt; div.paravoce &gt; div.icone {
  background-image: url(/img/paravoce.jpeg);
  background-size: 140%;
}
section.explicacaoInicial &gt; div &gt; div.titulo {
  font-size: 1.8rem;
  font-family: var(--font-Roboto);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(var(--tamanhoIcone) / 2) 0 20px 0;
}
section.explicacaoInicial &gt; div &gt; div.texto {
  font-family: var(--font-Roboto);
  font-size: 1.1rem;
  line-height: 30px;
}
section.footer.quemSomos {
  background-color: hsl(210deg 10% 23%);
  color: #ede9e9;
}
section.footer.quemSomos &gt; div.identificacao {
  min-height: 30vh;
  display: flex;
  display: grid;
  padding: 30px 5% 0 5%;
  justify-content: space-between;
  --gapIdentificacao: 15px;
  gap: var(--gapIdentificacao);
  grid-template-columns: repeat(auto-fit, minmax(calc(360px - var(--gapIdentificacao)), 1fr));
}
section.footer.quemSomos p.whatsApp {
  height: 32px;
  aspect-ratio: 1/1;
  background-image: url(/img/whatsapp.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
  cursor: pointer;
  transition: transform 350ms;
  -webkit-transition: transform 350ms;
  -moz-transition: transform 350ms;
  -ms-transition: transform 350ms;
  -o-transition: transform 350ms;
}
section.footer.quemSomos p.whatsApp:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
section.footer.quemSomos p.googleMaps {
  height: 28px;
  aspect-ratio: 1/1;
  background-image: url(/img/googleMaps.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
  cursor: pointer;
  transition: transform 350ms;
  -webkit-transition: transform 350ms;
  -moz-transition: transform 350ms;
  -ms-transition: transform 350ms;
  -o-transition: transform 350ms;
}
section.footer.quemSomos p.googleMaps:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
section.footer.quemSomos &gt; div.identificacao &gt; div &gt; p {
  font-size: .9rem;
  margin-bottom: 3px;
}
section.footer.quemSomos &gt; div.identificacao &gt; div &gt; p:first-of-type {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
section.footer.quemSomos &gt; div.direitosReservados {
  padding: 30px 5% 0 5%;
  padding-block: 20px;
  width: 100vw;
  font-size: .8rem;
  text-align: center;
  background-color: hsl(0deg 1% 15%);
  line-height: 25px;
}
.cadastrarCurriculo {
    position: fixed;
    top: 75px;
    top: 0;
    left: 0;
    height: 675px;
    height: 100vh;
    width: clamp(320px, 50vw, 550px);
    width: 100vw;
    overflow: hidden;
    background-color: rgb(0 0 0 / 57%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 850ms;
    -webkit-transition: opacity 850ms;
    -moz-transition: opacity 850ms;
    -ms-transition: opacity 850ms;
    -o-transition: opacity 850ms;
    backdrop-filter: blur(1.5px) grayscale(1);
    opacity: 0;
    z-index: -1;
}
.cadastrarCurriculo.show {
  z-index: 1;
  opacity: 1;
}
.cadastrarCurriculo .curriculo {
  height: 100%;
  background-color: hsl(17deg 30% 5% / 40%);
  width: clamp(320px, 600px, calc(100% - 50px));
  color: white;
  height: fit-content;
  padding: 40px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}
.cadastrarCurriculo .curriculo .titulo {
  margin-left: 25px;
  font-size: 1.2rem;
  color: white;
  font-family: var(--font-Roboto);
}
.cadastrarCurriculo form &gt; :nth-of-type(n + 1):nth-of-type(-n + 4) {
  position: relative;
}
.cadastrarCurriculo form &gt; :nth-of-type(4) span[showpassword] {
  right: 40px;
  top: 41px;
}
.cadastrarCurriculo .curriculo .state {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 2;
  top: 37px;
  right: 5px;
  filter: var(--filter-red-on-white);
  -webkit-filter: var(--filter-red-on-white);
}
.cadastrarCurriculo .curriculo .state.error {
  background-image: url(/img/error_white_24dp.svg);
}
.cadastrarCurriculo .curriculo .state.ready {
  background-image: url(/img/check_circle_white_24dp.svg);
  filter: var(--filter-green_2);
  -webkit-filter: var(--filter-green_2);
}
.cadastrarCurriculo .curriculo .state.empty {
    display: none;
}
.cadastrarCurriculo .curriculo .label {
  font-size: .95rem;
  margin-bottom: 10px;
}
.cadastrarCurriculo span.close {
  --distancia: min(-25px, -5vw);
    top: var(--distancia);
    right: var(--distancia);
    width: 35px;
    height: 35px;
    aspect-ratio: 1/1;
    background-color: unset;
}
.cadastrarCurriculo .juntos .titulo {
  position: absolute;
  top: 25px;
  font-family: var(--font-Roboto);
  color: black;
  text-align: center;
  font-size: 45px;
  padding-inline: 10%;
  filter: drop-shadow(2px 4px 6px white);
  -webkit-filter: drop-shadow(2px 4px 6px white);
}
@media screen and (max-width: 1333px) {
  section.explicacaoInicial &gt; div.paravoce {
    margin-top: calc(var(--tamanhoIcone) / 2);
  }
}
@media screen and (max-width: 894px) {
  section.explicacaoInicial {
    grid-template-columns: 90vw;
  }
  section.explicacaoInicial &gt; div.encaixa {
    margin-top: calc(var(--tamanhoIcone) / 2);
  }
}
@media screen and (max-width: 400px) {
  section.login &gt; div {
    width: 100%;
    padding: 20px;
  }
  span[close] {
    top: -20px;
    right: 5vw;
  }
}
</pre></body></html>