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

main body {
  height: 200vh;
}

header a {
  font-weight: bold;
  color: #000000;
  font-size: 17px;
  text-decoration: none;
}

.container-sidebar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 12vh;
  background-color: #ffe676;
  box-shadow: -2px 8px 13px -5px rgba(0, 0, 0, 0.3);
}

.Container-links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 0vh;
  gap: 10%;
}

.Container-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.zoom:hover {
  transform: scale(
    1.2
  ); /* Aumenta o tamanho em 20% /
    transition: transform 0.3s ease; / Adiciona uma transição suave */
}

.zoom-logo:hover {
  transform: scale(
    1.1
  ); /* Aumenta o tamanho em 20% /
    transition: transform 0.3s ease; / Adiciona uma transição suave */
}

.container-logo {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

.container-logo img {
  width: 100%;
  height: 12vh;
}

.container-cadastro-login {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 18%;
  height: 10vh;
}
.container-cadastro-login button {
  background: none;
  padding: 5px 20px 5px 20px;
  border-radius: 503px;
  border: 3px solid #283433;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.container-cadastro-login button:hover {
  background-color: black;
  color: #fff;

  a {
    color: #fefadc;
  }
}

.container-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 90vh;
}

.container-image {
  display: flex;
  justify-content: center;
  align-self: center;
  width: auto;
  height: 80vh;
}

.container-image img {
  padding: 1px;
  width: auto;
  height: 80vh;
}

.container-login {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  gap: 1%;
  width: 50%;
  height: 80vh;
}

.title-login {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 2rem;
}

.container-login-e-senha {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  height: 45vh;
}

.container-login-email {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 2px;
}

.container-login-email label {
  font-family: Montserrat;
  color: #7c838a;
  width: 50%;
  text-align: start;
}

.container-login-email input {
  background-color: #e9e9e9;
  font-size: 1rem;
  width: 50%;
  height: 7vh;
  text-align: start;
  border-radius: 10px;
  border: none;
}

.container-login-senha {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 2px;
}

.container-login-senha label {
  font-family: Montserrat;
  color: #7c838a;
  width: 50%;
  text-align: start;
}

.container-login-senha input {
  background-color: #e9e9e9;
  font-size: 1rem;
  width: 50%;
  height: 7vh;
  text-align: start;
  border-radius: 10px;
  border: none;
}

.container-entrar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10%;
  gap: 25px;
}

.container-entrar #button-login {
  background-color: #ffe676;
  color: #000000;
  font-size: 1.4rem;
  font-family: Montserrat;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  padding: 20px 150px 20px 150px;
  cursor: pointer;
}

.container-entrar p {
  color: #7c838a;
}

.container-entrar a {
  color: #f4ec55;
  text-decoration: none;
}

.container-entrar a:hover {
  color: #54544f;
}
