body{
    background: white;
}

form {
	width: 100%;
	padding: 20px;
    display: inline;
    font-size: 18px;
	justify-content: center;
	text-align: center;
}
input{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-left: -20px;
	border: none;
	border-radius: 5px;
}



.clicar-venda{
	padding: 8px;
	margin: 10px auto;
	width: 30%;
	align-items: center;
	font-weight: bolder;
	font-size: 1em;
	letter-spacing: 0.9px;
	line-height: 1.5em;
	border: none;
	border-radius: 8px;
	transition: 0.5s;	
	background: rgba(233, 200, 94);
	color: #000;
}
.clicar-venda:hover{
	cursor: pointer;	
	background: rgb(2, 53, 73);
	color: white;
}

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  width: 90%;
}

@media screen and (max-width: 480px){
    body, form, main, div{
        width: 100%;
    }

	.imagem-contato{
		width: 100%;
	}

	.form-encapsulado{
		width: 70%;
	}
	.container-tag{
		width: 30%;
	}

	form-group{
		width: 30%;
	}
}