.header {
	padding: 10vh 0;
	background: url(../img/empresa.jpg) no-repeat;
	background-size: cover;
}

.header div{
	opacity: 1;

}
form{
	background-color: white;
	padding: 20px !important;
}
.cuanto-sale {
	background: url(../img/frase.jpg) no-repeat !important;
	background-size: cover !important;
}
@media screen and (max-width: 480px){
	.header{
		height: auto;
	}
	form{
		width: 100%;
		padding: 1em;
	}
	form h2{
		font-size: 25px;
	}
}