@font-face {
  font-family: "PLZ";
  src: url("../../../../fonts/PLZ.ttf");
}

@media (max-width: 768px) {
  .cadastro {
    background-color: #fff;
    margin: 0px -10px 120px -10px;
    padding: 20px 50px 50px 50px;
    border-radius: 40px;
    box-shadow: 0px 0px 10px #0002;
  }

  .fundo {
    display: block;
    justify-content: start;
  }
}

@media (min-width: 768px) {
  .cadastro {
    background-color: #fff;
    padding: 20px 50px;
    border-radius: 40px;
    box-shadow: 0px 0px 10px #0002;
    margin: 0px 150px 150px 150px;
  }

  .fundo {
    margin-top: 25px;
    margin-bottom: 15px;
    justify-content: end;
  }
}

.link {
  color: #38c5eb;
}

.link:hover {
  cursor: pointer;
  color: #79daf5;
  text-decoration: none;
}

.fundo {
  display: flex;
}

@font-face {
  font-family: "Rubik";
  src: url("../../../../fonts/Rubik-Regular.ttf");
}

body,
.navbar {
  background-color: #f5f5f5;
}

h1,
h2,
h3 {
  color: #333756;
  font-family: 'PLZ';
}

.labelCadastro {
  color: #333756;
}


.destaque {
  color: #f00
}

.contrato {
  font-weight: 400;
  color: #333756;
  text-align: justify;
  text-justify: inter-word;
  margin-left: 15px;
}

.abas {
  overflow: hidden;
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 1px solid grey !important;
}

.abas button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  padding: 0px 16px 0px 3px;
  font-size: 17px;
  font-weight: 400;
  color: #333756;
  border-bottom: 3px solid #0000 !important;
  transition: 0.5s;
}

.abas button:active,
.abas button:focus {
  color: #333756;
  font-weight: 600;
  border-bottom: 3px solid #333756 !important;
}

.aba-inicial {
  margin-right: 120px;
}

.aba {
  border-radius: 0;
}