
.formularioformhome {
  background-color: #f5f5f5;
}

.esquerdaformhome h1 {
  font-size: 4em;
  font-family: "Axiforma", sans-serif;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 15px;
  color:  #00b5e1;
}

.esquerdaformhome p {
  font-size: 1.3em;
  font-family: "Axiforma", sans-serif;
  font-weight: 400;
}

.direitaformhome h4 {
  font-size: 1.3em;
  font-family: "Axiforma", sans-serif;
  font-weight: 700;
  text-align: center;
}

.direitaformhome form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

input {
  width: 100%;
  height: 50px;
  padding: 0.8rem 1.2rem;
  border: none;
  border-radius: 10px;
  box-shadow: 1px 1px 6px #0000001c;
  background-color: #fff;
  color: #363636;
}

input:hover {
  background-color: #f7f7f7;
}

input:focus-visible {
  outline: 1px solid #00b5e1;
}

.buttonformhome {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #00b5e1;
  color: #ffffff;
  transition: 0.2s;
  border-radius: 5px;
}

.button2formhome {
  width: auto;
  height: 40px;
  padding: 0 1.5rem;
  border: 1px solid #eb824a ;
  background-color: transparent;
  color: #eb824a;
  transition: 0.2s;
  border-radius: 50px;
}


.buttonformhome:hover {
  background-color: #2191ac;
}
.button2formhome:hover {
  background-color: #eb824a;
  color: #ffffff
}