@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Playfair+Display&display=swap');

body {
	background-image: url('../img/bg-body2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin: 40px 0;
	padding: 0;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 1rem;
	color: #fff;
}
.brand {
	width: 50%;
	margin: 0 auto 80px;
	display: block;
}
.carta-title {
	margin-bottom: 30px;
	
	
	font-family: 'Montserrat';
	font-weight: 300;
	color: #fff;
	font-size: 3rem;
	
}
.carta-separador {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	font-family: 'Montserrat';
	font-weight: 300;
	color: #fff;
	font-size: 3rem;
	
}
.icono {
	width: 48px;
}
.product {
	margin-bottom: 50px;
}
.product .row {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}
.product-cover {
	width: 70%;
	margin: 0 auto;
	display: block;
}
h2 {
	margin-bottom: 20px;
	font-family: 'Playfair Display';
	font-weight: normal;
	color: #F8CF9D;
	font-size: 1.5rem;
}
h3,
.price {
	font-family: 'Montserrat';
	font-size: 1.2rem;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	
	.brand {
		width: 200px;
	}

}