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


.mvo {
	margin: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
	font-family: Raleway;
	margin-bottom: 25px;
	margin-top: 175px;
}



.mvo-detail {
	text-align: left;
	width: 100%;
	max-width: 380px;
	height: 260px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 5%;
	margin: 10px;
}


.mvo-detail h1 {
	margin: 20px;
	margin-top: 5px;	
}

.mvo-detail p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
	margin-bottom: 20px;
}


.ionicons {
	font-size: 40px;
	color: #0033A0;
	margin: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.plantas-jayor {
	width: 100%;
	background-color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.plantas {
	margin: 25px;
	width: 45%;
}

.plantas h2 {
	font-family: Raleway;
	font-size: 20px;
	font-weight: 300px;
	color: #0033A0;
}

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


@media (max-width: 480px) {
	.mvo-detail {
		height: auto;
	}

	.plantas {
		margin-right: 10px;
		margin-left: 10px;
		width: 100%;
	}
}