body{
    background: white;
}

.v1{
	border-left: 2px solid rgb(206, 206, 206);
  height: 100%;
}

.espaco-form{
	display: flex;
}
/*BOTOES*/

.clicar-venda{
	padding: 8px 0;
	margin-top: 30px;
	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;
}



/*Formulario*/


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

a{
	text-decoration: none;
}

#mensagem{
	display: flex;
}



@media only screen and (max-width: 480px){
		.header, .div1, .div2, .div3, .div4, .img1, .footer, .lista-menu, .banner{
		width: 100%;
	}
	.menu ul li a{
		padding: 18px 0px;
		display: block;
	}

	.v1{
		display: none;
	}
	.btn-menu{
		display: block;
		width: 100%;
	}

	.espaco-form{
		display: block;
	}


	.img-top{
		width: 80%;
		height: 80%;
	}

		/*rodapé*/

	
	.titulo-rodape{
		text-align: center;
		padding: 0px ;
	}
	
	.txt-rodape{
		width: 92%;
		text-align: center;
		margin: 0px 0px 10px 0px;
		font-size: 12px;
		letter-spacing: 0.3px;
		line-height: 1.6em;
	}

	.click-logo{
		left: 20%;
		margin-left: 25%;
	}
}		
