html, body
{
	margin-top: -1px;
	margin-left: -1px;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	background-color: #36404a;
	background-repeat: no-repeat;
	background-size: 100%;
	/* background-position: center, center; */
	color: white;
	font-family: 'Inter', sans-serif;
}

#pop_info_plataforma
{
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	margin-top: 0px;
	margin-left: 0px;
	background-color: rgba(0, 0, 0, 0.9); 
	display: none;
	opacity: 0;
	transition: 0.5s all;
	z-index: 55;
}

#pop_info_plataforma .conte_close2 h1
{
	text-align: right;
	float: right;
	margin-right: 50px;
	color: red;
	cursor: pointer;
}

.pop_info_plataforma_front
{
	width: 100%; 
	height: auto; 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
	align-items: center;
}

.pop_info_plataforma_front_texto
{
	max-width: 900px; 
	margin-top: 50px; 
	display: block;
	opacity: 0;
	height: auto; 
	overflow: hidden; 
	background-color: gray;
	transition: 0.5s all;
}	

.pop_info_plataforma_front_texto p
{
	font-size: 17px;
	/* margin: 25px; */
}	

/* #pop img
{
	margin-left: 45%;
	width: 10%;
	margin-top: 150px;	
	transition: 0.3s all;
	opacity: 0;
} */

h1, h3
{
	text-align: center;
}

h2
{
	text-align: left;
	margin-top: 75px;
	margin-bottom: 25px;
	font-weight: 100;
	margin-left: 50px;
}

header
{
	width: 100%;
	min-height: 70px;
	height: 200px;
	background-color: black;	
	z-index: 40;
}

.propa_header
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: white;
	width: 100%;
	background-color: #36404a;
}

.propa_header p
{
	text-align: center;
}		

.local_itens_header
{
	margin-left: 5%;
	width: 90%; 
	height: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	/* background-color: black; */
	padding-top: 10px;
	padding-bottom: 10px;
}

.local_itens_header a
{
	text-decoration: none;
	color: white;
}

.local_itens_header a img
{
	width: 150px;
}


.div_user
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.div_user i
{
	cursor: pointer;
}

#menu_login
{
	width: 200px; 
	height: auto;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.7); 
	z-index: 60; 
	right: 0; 
	margin-right: 25px;
	margin-top: -120px; 
	position: fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	opacity: 0;
	transition: 0.5s all;
	color: black;

	flex-direction: column;
	justify-content: center;
	align-items: center;
}	

#menu_login a
{
	text-decoration: none;
	width: auto;
}

#menu_login label
{
	text-align: center;
	font-weight: 700;
	color: blue;
	cursor: pointer;
}	

.bot_login
{
	margin-left: 5%;
	width: 90%;
	height: 50px;
	margin-top: 10px;
	cursor: pointer;
}

.query_line
{
	width: 100%; 
	height: auto; 
	overflow: hidden; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	display: flex; 
	flex-direction: row; 
	align-items: center; 
	justify-content: center;
}

.query_line input[type="text"], .query_line input[type="submit"]
{
	width: 60%;
	height: 40px;
	border-radius: 15px;
	padding-left: 10px;
	font-size: 25px;
}

.query_line input[type="submit"]
{
	width: 100px;
	height: 50px;
	margin-left: 10px;
	padding-left: 0px;
	background-color: #50ce50;
	color: white;
	font-size: 17px;
}	


/*.local_itens, .div_total_plataform*/
.local_itens
{
	width: 100%; 
	/*width: 85%;*/
	/*width: auto;*/ 
	height: auto; 
	overflow: hidden; 
	display: flex; 
	flex-direction: column; 
	/*align-items: flex-start; */
	justify-content: center;

}

.div_total_plataform
{
	/*width: 100%; */
	width: auto;
	height: auto;
	overflow: hidden;
	/* background-color: rgba(255, 255, 255, 0.5); */
	padding-bottom: 25px;
}

.column_total_plataform
{
	/*width: 95%; */
	width: auto; 
	/*display: flex;
	flex-direction: row; */
	/*align-items: flex-start; */
	/*justify-content: space-between;*/
	/*background-color: rgba(255, 255, 255, 0.2);*/
	/*padding-top: 25px;
	padding-bottom: 25px;	*/
	background-color: blue;
	color: black;
}

.itens_found
{
	/* width: 250px;  */
	margin-top: 15px;
	margin-left: 2.5%; 
	width: 30%; 
	background-color: white; 
	margin-top: 25px; 
	margin-left: 25px; 
	color: black; 
	display: inline; 
	float: left;

	/*margin-top: 50px; */
	/*width: 100%; */
	height: auto; 
	overflow: hidden; 
	box-shadow: 5px 5px 10px black;
	/*display: flex; 
	flex-direction: row; 
	justify-content: space-between;*/
	/*background-color: rgba(255, 255, 255, 0.2);*/
	/*background-color: rgba(0, 0, 0, 0.2);*/
}	

.itens_found_column
{
	display: flex; 
	flex-direction: column; 
	justify-content: center;
}

.itens_found_image
{
	/* width: 280px;  */
	width: 100%; 
	height: 150px; 
	/* margin-top: 10px;
	margin-left: 10px; */
	background-size: cover;
	/*margin-left: 10px;
	margin-top: auto;*/
	margin-bottom: auto;
}	

.items_found_info
{
	/*width: 50%; */
	width: 100%; 
	display: flex; 
	flex-direction: column; 
	background-color: transparent;
	justify-content: center;
	/*margin-right: 10px;*/
}

.items_found_info table
{
	border: groove 0.5px #50ce50;
	width: 70%;
	margin-left: 15%;
	margin-bottom: 10px;

}

.items_found_info table th, .items_found_info table td
{
	border: groove 0.3px #50ce50;
	text-align: center;
	font-size: 12px;
}

.items_found_info_titu
{
	width: 100%; 
	height: 80px; 
	text-align: center;	
}	

.items_found_info p
{
	/*float: right;*/
	/*text-align: right;*/
	text-align: center;
}


.conteiner_itens
{
	margin-top: 25px; 
	width: 100%; 
	height: auto; 
	overflow: hidden; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	display: flex; 
	justify-content: center;
}	





.items_found_plataform
{
	width: 100%; 
	height: auto; 
	overflow: hidden;
	background-color: #c6cace; 

}

.items_found_plataform_div
{
	height: 200px; 
	background-color: #c6cace; 
	display: inline; 
	float: left;	
	transition: 0.5s all;
	padding-bottom: 10px;
}

.items_found_plataform_div:hover
{
	background-color: #a2abb5; 
}	

.items_found_plataform_div_inter
{
	width: 100%; 
	height: 100%; 
	display: flex; 
	flex-direction: column; 
	justify-content: center;	
}	

.items_found_plataform_div_inter img
{
	margin-top: 10px; 
	width: 40px;
	margin-left: auto;
	margin-right: auto;
}	

.items_found_plataform_div_inter p
{
	color: white;

}

.items_found_plataform_div_inter p label
{
	width: 80px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 25px;
	background-color: blue;
	color: white;

}	

.items_found_plataform_div_inter a input, .bot_green
{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #50ce50;
	border-radius: 5px;
	color: #153f15;
	cursor: pointer;
	transition: .5s all;
}	

.bot_green
{
	margin-left: 25%;
	width: 50%;
}	

.items_found_plataform_div_inter a input:hover, .bot_green:hover
{
	background-color: #199e19;
}	




.item_slide_3
{
	/* max-width: 350px; */
	margin-top: 15px;
	margin-left: 2.5%; 
	width: 30%; 
	/*height: 270px; 
	height: 330px; */
	height: auto;
	overflow: hidden;
	background-size: cover; 
	display: inline; 
	float: left; 
	/*cursor: pointer;*/
	/* flex-shrink: 1;
	flex-grow: 1; */
}

.front_item_slide_3
{
	width: 100%; 
	height: 100%; 
	background-color: rgba(0, 0, 0, 0.1);
	transition: 0.5s all;
}

.front_item_slide_3:hover
{
	background-color: rgba(0, 0, 0, 0.4);
}

.front_item_slide_3 img
{
	width: 100%;
	transition: 0.5s all;
}	

.div_paral:hover
{
	rgba(255, 255, 255, 0);
}

.principal
{
    display: flex; 
	/* flex-flow: column nowrap; */
    justify-content: center;
    width: 100%; 
    height: auto; 
    overflow: hidden; 
    padding-top: 25px; 
    padding-bottom: 25px; 
    background-color: transparent;
}  

.div_compacto
{
	max-width: 1100px;
}

.div_compacto2
{
	max-width: 1500px;
	width: 100%;
	display: flex; 
	flex-flow: row nowrap;
}

.div_compacto2 article 
{
    width: 80%;
	height: auto; 
    overflow: hidden;
	
}    

.div_compacto2 aside 
{
    /* background-color: rgba(255, 255, 255, 0.1);  */
    min-height: 250px; 
    width: 20%;
	margin-top: 50px;
}   

.div_table
{
	/* width: 15%;  */
	height: auto; 
	overflow: hidden; 
	min-height: 300px; 
	/* background-color: transparent; 
	display: flex; 
	flex-direction: row; 
	justify-content: center; */
	margin: 10px;
	position: fixed;
	margin-top: 0px;
	left: 0px;
}	

.div_table table
{
	width: 70px; 
	height: 200px; 
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #28445b;
	box-shadow: 5px 5px 15px black;
}

.front_item_slide_3_image
{
	width: 100%;
	height: 150px;	
	/*background-size: 120%; */
	background-size: cover; 
	transition: 0.5s all;
	background-position: center center;
	background-repeat: no-repeat;
}

/*
.front_item_slide_3_image:hover
{
	background-size: 150%; 
}
*/

/*.front_item_slide_3_info
{
	width: 100%; 
	height: 50px; 
	margin-top: 150px; 
}
*/

.front_item_slide_3_info_steam, .front_item_slide_3_info_gog
{
	/* background-image: linear-gradient(to right, #28445b, #1b2838); */
	width: 100%;
	/* min-height: 180px; */
	height: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 10px;
}

.color_steam
{
	background-image: linear-gradient(to right, #28445b, #1b2838);
}

.color_gog
{
	background-image: linear-gradient(to right, #692e85, #780df6);
}

/* .front_item_slide_3_info_gog
{
	background-image: linear-gradient(to right, #692e85, #780df6);
} */

.front_item_slide_3_info_steam_conteudo, .front_item_slide_3_info_gog_conteudo
{
	margin-left: 2.5%;
	width: 95%;
	background-color: transparent;
	display: flex;
	/*flex-direction: row;*/
	flex-direction: column;
	/*justify-content: space-between;*/
	align-items: center;
}

.front_item_slide_3_info_info
{
	width: 100%; 
	height: auto; 
	overflow: hidden; 
	display: flex; 
	/* flex-direction: row;  */
	flex-flow: row wrap;
	justify-content: space-between; 
	align-items: center;
}

.area_titu
{
	width: 100%; 
	height: 75px; 
	background-color: transparent;
}	

.front_item_slide_3_info_info label
{
	font-size: 19px;
	margin: 15px;
	float: right;
}	

.div_bot_itens
{
	display: flex; 
	flex-direction: row;
	justify-content: center; 
	flex-wrap: wrap;
	color: white;
}

.div_bot_itens button, .item_mais_vendidos_inter_info_icon button 
{
	/* background-color: rgba(21, 143, 21, 0.2);  */
	color: white;
	margin: 2px;
	border-radius: 5px;
	/* border: 1px groove verde; */
	cursor: pointer;
	transition: .5s all;
	width: 40px; 
	background-color: green;
}	

.div_bot_itens button:hover 
{
	background-color: rgba(21, 143, 21, 0.7); 
}	

.div_bot_itens button label
{
	font-size: 12px;
}	

/* .div_bot_itens button img */
.div_bot_itens img
{
	width: 22px;
	margin: 1px;
	cursor: pointer;
}

	

.front_item_slide_3_info_steam_conteudo label, .front_item_slide_3_info_gog_conteudo label
{
	cursor: pointer;
	/*font-size: 12px;*/
	font-weight: 900;
	text-align: center;
}

.front_item_slide_3_info_steam_conteudo_itens, .front_item_slide_3_info_gog_conteudo_itens
{
	width: 50px; 
	height: 100%; 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
	align-items: center;
	background-color: transparent;
	cursor: pointer;
}	

.front_item_slide_3_info_steam_conteudo_itens label, .front_item_slide_3_info_gog_conteudo_itens label
{
	font-size: 12px;
	text-align: center;
}	

/* .front_item_slide_3_info_steam_conteudo_itens img, .front_item_slide_3_info_gog_conteudo_itens img
{
	width: 30px;
} */

.front_item_slide_3_info_steam a, .front_item_slide_3_info_gog a
{
	color: white;
	text-decoration: none;
}	

/*.front_item_slide_3_info .bot_green*/
.front_item_slide_3 .bot_green
{
	/*margin-top: 120px; */
	width: 70px;
	/*float: left; 
	margin-left: 15px;*/
	margin-left: 0px;
}

/*.front_item_slide_3_info label */
 /*.front_item_slide_3 label 
{
	float: right; 
	margin-right: 15px; 
	font-size: 19px;
	font-weight: 900;

}*/	

.gaveta_imagem, .gaveta_background, .jogos_free
{
	width: 100%; 
	min-height: 200px; 
	display: inline; 
	float: left;

}

.gaveta_background
{
	/* height: 600px; */
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-color: blue; */
	background-position: center center;
}

.conteiner_slide
{
	width: 100%; 
	height: 100%; 
	background-color: rgba(0, 0, 0, 0.3);
	transition: 0.5s all;
	display: flex;
	flex-flow: column nowrap;
}

.conteiner_slide:hover
{
	background-color: rgba(0, 0, 0, 0.7);
}	

.space_inter_slide
{
	background-color: transparent; 
	width: 100%; 
	height: 70%;
	/* height: auto; */
}	

.space_lide_info
{
	width: 100%; 
	height: 30%;
}	

.conteiner_itens_wrap
{
	width: 100%; 
	height: 100%; 
	display: flex; 
	flex-flow: row wrap;
	/* flex-flow: row nowrap; */
	flex-shrink: 1;
	flex-grow: 1;
}

.item_slide_type_div_conf_fixa_transparent
{
	height: 600px;
}

#slide_transparente, #slide_principal
{
	margin-left: 10%;
	width: 80%;
}

#pop_info_game
{
	position: fixed; 
	/* margin-top: 50px;  */
	margin-top: 0px;
	right: -400px; 
	width: 400px; 
	/* height: auto;  */
	/* overflow: hidden; */
	height: 600px;
	padding-top: 25px;  
	padding-bottom: 25px; 
	/*background-color: gray;*/
	background-image: linear-gradient(to right, #36404a, gray, gray, #36404a);

	box-shadow: 5px 5px 15px black;
	transition: 0.5s all;
	z-index: 50;
}	

.conte_info_game_conteudo
{
	width: 400px; 
	/* height: auto;  */
	overflow: auto;
	overflow: hidden;
}	

.conte_info_game_conteudo img
{
	margin-top: 25px; 
	margin-left: 50px; 
	width: 300px;
}	

.conte_info_game_conteudo table
{
	border: 1px white groove;
	margin-left:  5%;
	width: 90%;
}

.conte_info_game_conteudo table th, .conte_info_game_conteudo table td
{
	border: 1px white groove;
	text-align: left;
	padding-left: 5px;
}	

.conte_info_game_conteudo label
{
	text-align: center;
}

.bot_steam, .bot_gog
{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 95%;
	height: auto;
	background-image: linear-gradient(to right, #28445b, #1b2838);
	border-radius: 5px;
	color: white;
	cursor: pointer;
	transition: .5s all;
}	

.bot_gog
{
	background-image: linear-gradient(to right, #692e85, #780df6);
}

.bot_steam:hover, .bot_gog:hover
{
	background-color: #199e19;
}	

.conte_close
{
	width: 100%; 
	height: auto; 
	overflow: hidden;
	background-color: transparent;
}

.conte_close label
{
	float: right; 
	text-align: right;
	font-size: 30px; 
	font-weight: 900; 
	cursor: pointer;	
	padding-right: 30px;
	color: red;
}	

#pop_info_game img
{
	margin-top: 25px; 
	margin-left: 75px; 
	width: 250px;
}

 .div_anun_promo_gog, .div_anun_promo_steam
 {
 	margin-top: 25px; 
 	width: 100%; 
 	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	background-color: transparent;
 }

 .div_anun_promo_steam
{
 	flex-direction: column;
	/* justify-content: flex-start; */
	/* flex-wrap: wrap; */
}

.anun_promo
{
	background-size: cover;  
	margin: 15px; 
	width: 175px; 
	height: 280px;
	background-color: rgba(255, 255, 255, 0.3);
	background-size: cover;
}	

.div_anun_promo_steam .anun_promo
{
	margin-left: 20%;
	width: 60%;
	height: 250px;
	background-position: center top;
}

.div_anun_promo_gog .anun_promo
{
	background-position: center center;
}	

.div_anun_promo_gog a
{
	text-decoration: none;
	color: white;
}	

.div_anun_promo_gog .anun_promo .anun_promo_front
{
	/* margin: auto; */
	/* padding-top: 100px; */
	/* top: -100px; */
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.5s all;
}	

.div_anun_promo_gog .anun_promo .anun_promo_front:hover
{
	background-color: rgba(0, 0, 0, 0.5);
}	

.div_anun_promo_gog .anun_promo .anun_promo_front h3
{
	transition: 0.5s all;
}

.div_anun_promo_gog .anun_promo .anun_promo_front:hover h3
{
	margin-bottom: 100px;
	/* transition: 0.5s all; */
}	

.item_mais_vendidos
{
	background-color: white; 
	margin-top: 10px; 
	margin-left: 10%; 
	width: 80%; 
	height: auto; 
	overflow: hidden; 
	border-radius: 15px;
}	

.item_mais_vendidos_inter
{
	color: white; 
	margin: 5px; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
	border-radius: 15px;
	min-height: 120px;
}	

.item_mais_vendidos_inter .img
{
	border-radius: 15px; 
	width: 250px; 
	height: 110px;
	margin: 5px;
	margin-top: auto;
	margin-bottom: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.item_mais_vendidos_inter_info
{
	background-color: transparent; 
	min-width: 200px; 
	height: auto; 
	overflow: hidden; 
	display: flex; 
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	float: right;
	margin-top: auto;
	margin-bottom: auto;
}

.item_mais_vendidos_inter_data
{
	width: 100%; 
	display: flex; 
	flex-flow: row nowrap; 
	background-color: transparent;
}	

.item_mais_vendidos_inter_data h4
{
	width: 100%; 
	text-align: center;
}	

.item_mais_vendidos_inter_info label
{
	font-size: 20px;
}	

.item_mais_vendidos_inter_info_icon button img
{
	width: 20px;
	height: 20px;
}

.div_blog
{
    margin-top: 50px; 
    margin-left: 5%; 
    width: 90%;  
    height: 175px; 
    background-size: 120%; 
    background-repeat: no-repeat; 
    transition: 0.5s all;
    background-position: center center;
}

.div_blog:hover
{
    background-size: 170%; 
}