@font-face {
	font-family: 'SegoePro';
	font-style: normal;
	font-weight: normal;
	src: local('SegoePro'), local('SegoePro'), url(SegoePro.ttf) format('truetype');
}

p {
	margin: 0;
	padding: 0;
	font-family: SegoePro;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 970px;
}

.web {
	display: block;
}

.mobile {
	display: none;
}

/* --- BARRINHA DO TOPO --- */
.box-video video {
	width: 100%;
	height: auto;
}

.main-image-1 {
	background-image: url('minecoins.png');
}
.main-image-2 {
	background-image: url('loja-minecraft.png');
}
.main-image-3 {
	background-image: url('minijogos-e-mapas-de-aventura.png');
}
.main-image-5 {
	background-image: url('desfrute-do-seu-conteudo-onde-quer-que-voce-esteja.png');
}

.main-image-1 img,
.main-image-2 img,
.main-image-3 img,
.main-image-5 img {
	display: none;
}

.main-image-1,
.main-image-2,
.main-image-3,
.main-image-5 {
	margin-bottom: 20px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-repeat: no-repeat;
}

.content-4 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 50px auto 40px;
}

.mods-content-4 {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	margin-bottom: 15px;
}

	.mods-content-4 img {
		width: 100%;
		height: 100%;
		max-width: 200px;
		max-height: 125px;
		margin-bottom: 10px;
	}

	.title-content-4 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	
	.text-content-4 {
		font-size: 13px;
	}

#text-main-image {
	width: 245px;
	background-color: rgba(0, 0, 0, 0.5);
	margin-right: 20px;
	padding: 10px;
}

	.title-content {
		color: #ffffff;
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.text-content {
		color: #ffffff;
		font-size: 12px;
	}

	.text-content span {
		font-style: italic;
		font-size: 12px;
	}

/* --- DESCRIÇÃO DO PRODUTO */

.important-info {
	padding-bottom: 40px;
}

.description,
.important-info {
	border-top: 1px solid #cccccc;
	padding-top: 36px;
}

	.description p {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 50px;
	}

	.description #title-description {
		font-size: 21px;
		margin-bottom: 20px;
	}

	.important-info p {
		margin-bottom: 25px;
	}

	.important-info p {
		font-size: 12px;
	}

	.important-info #title-info {
		font-weight: bold;
	}