@import url("foundation.css");

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');


.fundo{
  background: url(img/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
}
.formulario{
  width: 720px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.formulario input{
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
}
.formulario textarea{
  border: 1px solid #e5e5e5;
  resize: none;
  height: 200px;
}
.formulario-botaoEnviar{
  background: #99d052;
  color: #FFFFFF;
  font-size: 18px;
  width: 140px;
  height: 40px;
  margin-top: 20px;
  cursor: pointer;
}
.formulario-botaoEnviar:hover{
  background: #87b848;
}
.logoSite{
  width: 120px;
  display: inline-block;
}
.textoFale{
  text-transform: uppercase;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  text-align: center;
}
.textoFinal{
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 70px;
  float: left;
  width: 100%;
  text-align: center;
}
.textoFinal-bold{
  font-weight: 600;
}
