html, body{
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	height: 100%;
	letter-spacing: 0.03em;
	line-height: 1.5;	
}
.titulo{
	text-align: center;
	font-size: 45px;
	color: #3D0000;
	font-weight: 200;
	margin-top: 35px;
	font-family:inherit;
}
.contenedorG{
	width: 100%;
	justify-content: center;
	display: flex;
	margin: auto;
	max-width: 1200px;
	height: 450px;
	flex-wrap: wrap;
}
.contenedorG .tarjeton{
	width: 900px;
	margin: 25px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.4);
	background-color: #FEF5ED;
	padding: 15px;
	
}
.contenedorG .tarjeton h2{
	font-weight: 400;
	font-family:serif;
	color: #3E065F;
}
.contenedorG .tarjeton p{
	padding: 0 1rem;
	font-size: 15px;
	font-weight: 300;
	font-family:sans-serif;
}
