body {
	background-image: url(images/background.jpg);
	background-size: 100vw autovh;
	margin: 0;

	font-family: Raleway;
}


form {
	width: 450px;
	margin: 20px;
	background: rgba(0,0,0,0.4);
	padding: 20px 20px;
	box-sizing: border-box;
	margin-top: 40px;
	border-radius: 7px;
	margin-bottom: 50px;
}


h2 {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	font-size: 30px;
	margin-bottom: 20px;
	font-family: Raleway;
	font-weight: 300;
}

input, textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 15px;
	border: none;
	font-family: Raleway;

}

textarea {
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;
}

#button {
	background: #0071BC;
	color: #FFFFFF;
	padding: 15px;
	font-size: 15px;
	font-weight: 700;
}

#button:hover {
	cursor: pointer;
	background-color: #003CC8;
}


@media (max-width: 480px) {
	form {
		width: 100%;
	}
}


.mas-info {
	width: 450px;
	margin: 20px;
	background: rgba(250,250,250,0.7);
	padding: 20px 20px;
	box-sizing: border-box;
	margin-top: 40px;
	border-radius: 7px;
	margin-bottom: 50px;
}


h1 {
	text-align: left;
	color: #0071BC;
	font-size: 30px;
}


.plantas h2 {
	font-family: Raleway;
	font-size: 20px;
	font-weight: 300px;
	color: #0071BC;
	text-align: left;
}

.plantas p {
	font-family: Raleway;
	font-size: 17px;
	font-weight: 300px;
	color: black;
	margin-top: 5px;
	margin-bottom: 20px;
}


#contacto-jayor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
