*{
	font-family: 'Oswald', sans-serif;
}
.title1{
	font-family: 'Kdam Thmor Pro', sans-serif;
}
.margin1{
	margin: 50px 0;
}
.padding1{
	padding: 50px 0;
}
.padding2{
	padding: 80px 0;
}
.container-aos{
	overflow: hidden;
}
#header{
	background: url(../img/bg-header.jpg) no-repeat	;
	padding: 30px 0;
}
.navbar-dark{
	background: #000!important;
}
.home-dados{
	min-height: 220px;
	border-left: 10px solid #ddd;
	background-color: #eee;
	padding: 20px;
	border-radius: 0 20px 20px 0;
	transition: all 1s ease;
}
.home-dados:hover{
	border-color: #ff0000;
	padding-top: 50px;
}
.home-dados b{
	font-size: 24px;
	font-weight: 700;
}
.home-dados h3{
	font-weight: 700;
	font-size: 36px;
}
#section1{
	color: #fff;
	background: url(../img/blocos.png) bottom repeat-x, linear-gradient(328deg, rgba(26,56,186,1) 0%, rgba(75,212,255,1) 100%);
	padding: 100px 0;
}
#section1 li, #section2 li, #section3 li{
	font-size: 30px;
}
#section3{
	color:#fff;
	background: #0043C3 url(../img/bg-pacman.jpg) no-repeat top fixed;
	background-size: cover;
	padding: 100px 0;
}
#section4{
	background: #0043C3 url(../img/bg-pacman.jpg) no-repeat top fixed;
	background-size: cover;
	padding: 100px 0;
}
#listagames{
	background: #0043C3 url(../img/blocos.png) repeat-x bottom;
	padding: 0 0 50px 0;
}
#social{
	position: fixed;
	width: 60px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1021;
	background: rgba(255,255,255,0.5);
	padding: 10px 0px 0 5px;
	border-radius: 10px 0 0 10px;
	transition: all .5s ease;
}
#social:hover{
	background: #fff;
	width: 80px;
}
#social ul{
	list-style: none;
	padding: 0;
}
#social ul li{
	padding: 0;
	margin-bottom: 5px;
}
#social img{
	width: 50px;
}
#social img:hover{
	filter: opacity(70%);
}
#footer{
	background: #333;
	color: #fff
}
#direitos{
	background: #ddd;
	color: 333;
	padding: 10px;
}
.list-brand{
	padding: 20px;
	margin-bottom: 20px;
}
.list-brand img{
	transition: all .5s ease;
}
.list-brand img:hover{
	opacity: .7;
	transform: scale(.9);
}
#mascara{
	position: relative;
}
#mascara img{
	width: 100%;
}
.slick-prev:before, .slick-next:before{
	color: #f00;
}
#mascara::after{
	content: " ";
	top: 0;
	left: 0;
	height: 185px;
	width: 100%;
	z-index: 10;
	position: absolute;
	background:url(../img/mascara.png) no-repeat top left;
	background-size: 100%;
}

@media (max-width: 780px){
	.margin-m1{
		margin-bottom: 20px;
	}
	#header{
		text-align: center;
	}
	#header img{
		width: 70%;
	}
	.home-dados{
		margin-bottom: 20px;
	}
	#social{
		width: 40px;
	}
	#social img{
		width: 30px;
	}
	#section1 li, #section2 li, #section3 li{
		font-size: 20px;
	}
	.home-dados h3{
		font-size: 28px;
	}
	.home-dados{
		min-height: auto;
	}
	#footer, #footer .text-end{
		text-align: center!important;
	}
}

#myTable {
	border-collapse: collapse; /* Collapse borders */
	width: 100%; /* Full-width */
	border: 1px solid #ddd; /* Add a grey border */
	font-size: 18px; /* Increase font-size */
}