.title {
	font-size: 30px;
	font-family: los-feliz;
	font-weight: bold;
}

.writer {
	font-size: 18px;
	font-family: kulim-park-regular;
}

.article {
	text-align: justify;
	font-size: 20px;
	font-family: tex-gyre-pagella;
	display: block;
	line-height: 23px;
	letter-spacing: -0.003em;
	/* margin-left: 20px;*/
	margin-right: 20px;
}

.podcast {
	margin-left: 10px;
	margin-top: 5px;
	font-size: 20px;
	font-family: tex-gyre-pagella;
	display: block;
	line-height: 23px;
	cursor: pointer;
}

.podcast:hover {
	
	-webkit-transition: transform 0.3s ease-in-out;
	transform: scale(1.03);
}

.sobre {
	text-indent: 50px;
	text-align: justify;
	font-size: 20px;
	font-family: tex-gyre-pagella;
	display: block;
	line-height: 30px;
	letter-spacing: 0.01em;
}

.sobreMobile {
	text-align: left;
	font-size: 16px;
	font-family: tex-gyre-pagella;
	display: block;
	line-height: 30px;
	letter-spacing: 0.01em;
}

.sliderText {
	text-align: unset;
	font-size: 20px;
	font-family: tex-gyre-pagella;
	display: block;
	line-height: 23px;
	letter-spacing: -0.003em;
	margin-left: 20px;
	margin-right: 20px;
}

.interview {
	font-size: 20px;
	font-family: kulim-park-regular;
	text-align: unset;
	line-height: 32px;
	letter-spacing: -0.003em;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.full-article {
	font-size: 20px;
	font-family: tex-gyre-pagella;
	text-align: justify;
	display: block;
	line-height: 32px;
	letter-spacing: -0.003em;
	margin-bottom: 2px;
	text-indent: 50px;
}

.full-article-drop-capital {
	font-size: 20px;
	font-family: tex-gyre-pagella;
	text-align: justify;
	display: block;
	line-height: 32px;
	letter-spacing: -0.003em;
	margin-bottom: 2px;
}

.full-article-drop-capital:first-child::first-letter {
	color: #000;
	font-weight: bold;
	font-size: 70px;
	float: left;
	line-height: 60px;
	padding-right: 8px;
	margin-top: -3px;
}

.caption {
	font-size: 14px;
	font-family: tex-gyre-pagella;
	color: #666;
}

.text {
	font-size: 18px;
	font-family: kulim-park-regular;
	margin-left: 20px;
	margin-top: 20px;
	word-spacing: -0.2em;
}

.z-menuitem-text {
	font-size: 21px;
	font-family: kulim-park-regular;
	display: inline-block;
	word-spacing: -0.2em;
	vertical-align: middle;
}

@media only screen and (max-width: 839px) {
	.article {
	text-align: inherit;
	margin-right: 0px;
}
}