
html {
    height: 95%;
}
body {
  min-height: 95%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
img{
	float:left;
	margin-top: 5%;
	margin-left: 5px;
	height: auto;
	width: 55%; 

}
/*#video{
	float:left;
	height: 100%;	
	width: 30%;	
	margin-top: 5%;
}*/
#general{
	float:right;
	width:40%;
}
#boton a{	
	float:right;
    text-decoration:none;
    color:inherit;
  	border-radius: 50px;
    font-size:18px;
    text-align:center;
    padding:15px 20px;
    display:inline-block;
    background-color:#fff;
    border:5px solid #fff;
    color:#000;
}
#boton:hover a{
  	border-radius: 50px;
	background-color:#000;
    color:#fff;
}

form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}

h1 {
  margin: 0 0 30px 0;
  text-align: center;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}

button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #7b92e8;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #7b92e8;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}

fieldset {
  margin-bottom: 30px;
  border: none;
}
legend {
  font-size: 1.4em;
  margin-bottom: 10px;
  text-align: center;
}
label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}


@media screen and (min-width: 480px) {

  form {
    max-width: 480px;
  }

}

@media only screen and (max-width:750px){
	img,#video{
		position: fixed;
		height: auto;
		width:200%;
		opacity: 0.7;
	}
	#general{
		position: fixed;
		height: auto;
		width:95%;
		opacity: 0.9;
    }
}