.ShopTitulo{
	font-family: "Allura", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.2rem;
    margin-bottom: 20px;
	color: #ffe000;
}
.ShopSubtitulo{
		
	font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1.2rem;
    margin-bottom: 20px;
	color: white;
}
.ShopCard{
	border: none;
	background-color: transparent;
}
.ShopBoton{
	color: black;
	background-color: #ffe000;
	border-radius: 15px;
	border: none;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 10px;
}