body{
	font-family: 'Poppins', sans-serif;
	color: #000000;
	line-height:1.6;
}

header{
	background-color:#D1E6C9;
	padding: 5px 0;
}

.logo{
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.logo-img{
	width:50px;
	height:auto;
}
.logo h1{
	font-size: 2rem;
	color:#484F45;
	font-weight:600;
}
.menu{
	display:flex;
	list-style:none;
}
.menu li{
	margin-left:20px;
}
.menu a{
	color:#37A378;
	text-decoration:none;
	font-weight:600;
}
.menu a:hover{
	color:#d9eyd4;
	border-bottom-style:solid;
	border-bottom-color:#d9e7d4;
}
.contenido{
	display:flex;
	justify-content:space-between;
	align-items:center;
	background-color:#DCFFE1;
	color:#5E6D60;
	padding:30px 20px;
	text-align:justify;
	background-position:CENTER;
}
.texto{
	PADDING-RIGHT:20PX;
}
h2{
	font-size:1.5 rem;
	font-weight:900;
	margin-bottom:15px;
}
footer{
	background-color:#398e3c;
	color:white;
	text-align:center;
	padding:15px 0px;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	