small {
	font-size: 15px;
	font-weight: bold;
}

body {
	background: #e8d7bd;
	color: #4b371e;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-weight: 600;
}

h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 30px;
}

h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.title-section {
	padding-top: 50px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.subtitle-section {
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.title-item {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #4b371e;
	text-transform: uppercase;
}

p, li {
	letter-spacing: 2px;
}

.precio {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #4b371e;
}

.precio-bar {
	font-weight: 700;
}

.item {
	margin-bottom: 20px;
}

.item-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.line {
	width: 150px;
	height: 3px;
	background: #4b371e;
	margin-top: 25px;
	margin-bottom: 15px;
}

.line-center {
	width: 50px;
	height: 3px;
	background: #4b371e;
	margin-top: 25px;
}