*{
  font-family: 'Ubuntu', sans-serif !important;
}

.box-mensagem{
    background: #46b450;
    text-align: center;
    color: #fff;
    padding: 11px;
	display: none;
}
.sucesso{
	display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    color: #fff;
    background: #46b450;
	display: none;
}
.wpcf7-submit,
.wpcf7-spinner,
.wpcf7-spinner::before{
	display: none;
}
.foto{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
#home{
  height: 100vh;
  padding-bottom: 30px;
}
#home .content-box{
  padding: 30px 30px 0px 30px;
  background: #fff;
  margin-bottom: 0 auto;
}
