
.main {
	width: 100%;
	height: 700px;
	background-image: url("../../img/games/papurguesa/banner.png");
	background-position: center;
}

iframe {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.itchio_presskit {
	display: flex;
	width: 100%;
	height: fit-content;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 40px;
}

.itchio_presskit a {
	display: flex;
	justify-content: center;
}

.avaiable_on_itchio {
	width: 50%;
}

.part {
	margin-bottom: 40px;
}

.info_section {
	width: 100%;
	color: #fff;
	margin-bottom: 30px;
}

.version_bold {
	margin-right: 10px;
}

.info_title {
	font-size: 50px;
	margin-bottom: 5px;
}

.info_description {
	font-size: 20px;
	width: 60%;
}

.info_subtitle {
	font-size: 40px;
}

.version {
	font-family: roboto;
	padding: 10px;
	background-color: #1a1a1a;
	border-radius: 6px;
	transition: background-color 0.4s;
}

.vtext {
	margin-bottom: -2px;
	font-size: 20px;
}

.capture {
	display: inline-block;
	width: 400px;
	margin-top: 20px;
	margin-right: 20px;
	border-radius: 6px;
}

.image {
	display: inline-block;
	z-index: 50;
	width: 100vw;
	height: 100vh;
	position: fixed;
	backdrop-filter: blur(8px);
	background-color: rgba(0, 0, 0, 0.3);
	left: 0;
	transition: left 0.5s;
}

.x {
	width: 100vw;
	height: fit-content;
	float: right;
}

.x_img {
	float: right;
	padding: 60px;
	width: 60px;
}

.image_img {
	display: flex;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 10px;
}

.left {
	left: -9999px;
	transition: left 0.5s;
}

.right {
	left: 0;
	transition: left 0.5s;
}

.button {
	padding: 20px;
	background-color: #ccc;
	border-radius: 12px;
	text-align: center;
	transition: padding 0.4s;
}

.button_title {
	text-decoration: none;
	color: #212121;
	font-size: 30px;
}

.button:hover {
	padding-left: 26px;
	padding-right: 26px;
	transition: padding 0.2s;
}

.versions {}