@font-face {
  font-family: TT Norms;
  src: url("./fontes/TT_Norms_Pro_Regular.woff2");
}

html {
  font-size: 15px;
}

body {
  margin: 30px;
  /*background: linear-gradient(90deg, #000000, #243147);*/
  /*background: linear-gradient(90deg, #243147, #243147);*/
  background: #ffffff;
  color: white;
  font-family: TT Norms;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  /*	gap: 20px;*/
  text-align: center;
}

a {
  color: white;
}

.fonte-dourada {
  color: #daa520;
  margin-bottom: 20px;
}

.colaborador {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.foto {
  min-width: 125px;
  min-height: 125px;
  max-width: 150px;
  max-height: 150px;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.nome {
  font-size: 2rem;
}

.email {
  font-size: 1rem;
  --color: #f0d898;
  color: #ffffff;
}

.logo-empresa {
  width: 25vw;
  width: 200 px;
  min-width: 200px;
  max-width: 200px;
  /* margin-bottom: 10px; */
  margin-top: 10px;
}

.textoDescricao {
  font-size: 1rem;
  max-width: 300px;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: left;
}

.texto {
  color: black;
  font-size: 1rem;
  max-width: 700px;
  margin-bottom: 0px;
  margin-top: 20px;
}

.texto2 {
  font-size: 1.5rem;
  max-width: 700px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.contato {
  color: black;
  gap: 16px;
  max-width: 300px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
}

.contato a {
  text-decoration: none;
}

/* Pagina de login */

.container {
  width: 300px;
  margin: 0 auto;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.formEditar {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: auto;
}

.logoapp {
  width: 80vw;
  max-width: 300px;
}

input {
  color: black;
  background-color: white;
  font-size: 0.8em;
  text-align: center;
  padding: 2px 10px;
  margin-bottom: 10px;
  border: 1px solid black;
  margin-top: 2px;
  border-radius: 5px;
  height: 34px;
  min-width: 140px;
  width: 260px;
}

label {
  font-size: 0.6em;
  margin-bottom: 4px;
  color: black;
}

input[type="checkbox"] {
  height: 20px;
  margin-left: 0px;
  min-width: 20px !important;
  margin-bottom: 5px !important;
  vertical-align: middle;
}

input[type="file"] {
  margin-top: 2px !important;
}

input[type="color"] {
  margin-top: 2px !important;
}

textarea {
  color: black;
  background-color: white;
  font-size: 0.8em;
  min-width: 140px;
  margin-bottom: 10px;
  text-align: left;
  padding: 2px 10px;
  border-radius: 8px;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  border: 1px solid black;
  width: 95vw;
  max-width: 500px;
}

form[name="formulario"] input {
  color: black;
  background-color: white;
  font-size: 0.8em;
  margin-bottom: 10px;
  text-align: left;
  border-radius: 8px;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid black;

  margin-top: 2px;
  border-radius: 5px;
  height: 34px;
  min-width: 140px;
  width: 260px;
}

button:hover {
  background-color: #4c4c4c;
  color: #ffffff;
  border: 1px solid #252525;
}

button {
  border-radius: 8px;
  font-size: 0.8em;
  cursor: pointer;
  min-width: max-content;
  line-height: initial;
  background-color: transparent;
  margin-top: 10px;
  background-color: black;
  color: white;
  border: 1px solid black;
  width: 282px;
  height: 40px;
}
