@charset "utf-8";
/* CSS Document */

form{
	
	width: 450px;
	margin:auto;
	background: rgba(0,0,0,0.4);
	pagdding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
}

h2{
	
	color: #fff;
	text-align: center;
	margin: 0;
	fonf-size:30px;
	margin-bottom: 20px;
	
}

input,textarea{
	
	width: 100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 17px;
	border: none;
	
}
textarea{
	min-height: 100px;
	max-height: 300px;
	max-width: 100%;
}
#boton{
	
	background: #6B6868;
	color: #fff;
	padding: 20px;
}
#boton:hover{
	
	cursor: pointer;
}
.fondo{
	background-image:url( ../img/co.jpg); 
}
.contac{
	
	background-image:url(../img/nieve.jpg); 
}
@media(max-width:480px){
	form{
		width: 100%;
	}
	iframe {
		width: 100%;
	}
}

@media(max-width:1024px){
	
	iframe {
		width: 100%;
	}
}
@media(max-width:1366px){
	
	iframe {
		width: 100%;
	}
}
@media screen and (max-width: 1600px) and (min-width:900px){
	
	iframe {
		width: 100%;
	}
}