/*** ScrollBar ***/

::-webkit-scrollbar {
	width: 12px
}

::-webkit-scrollbar-track {
	background-color: #69030e;
	border-left: 1px solid #69030e
}

::-webkit-scrollbar-thumb {
	background-color: #d80027
}

::-webkit-scrollbar-thumb:hover {
	background-color: #ff9a22
}

@charset "UTF-8";
#monitor {
	top: -32px;
	right: 0;
	z-index: 99;
	display: block;
	position: fixed
}

#monitor div {
	color: #fff;
	width: 64px;
	padding: 5px 0;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase
}

#monitor #visible-xs {
	background-color: rgba(232, 18, 27, 0.8)
}

#monitor #visible-sm {
	background-color: rgba(239, 122, 16, 0.8)
}

#monitor #visible-md {
	background-color: rgba(255, 246, 0, 0.8);
	color: #444
}

#monitor #visible-lg {
	background-color: rgba(3, 145, 63, 0.8)
}

.box-light {
	background: #666;
	float: left;
	padding: 10px 60px
}

.box-dark {
	background: #222;
	float: left;
	padding: 10px 60px
}

.pulse::before {
	content: "";
	width: 3rem;
	height: 3rem;
	position: absolute;
	border: 0.5rem solid white;
	border-radius: 50%;
	z-index: 2;
	opacity: 0;
	animation: pulse 1.5s 2s 6;
	pointer-events: none;
	margin-left: -7px;
	margin-top: -5px
}

.pulse.exibir_sidebar::before {
	left: -3px
}

.no-pulse {
	cursor: default
}

.no-pulse::before {
	display: none
}

@keyframes pulse {
	from {
		transform: scale(0.5);
		opacity: 0;
		animation-timing-function: ease-in
	}
	25% {
		transform: scale(1);
		opacity: 1;
		animation-timing-function: ease-out
	}
	50%,
	to {
		transform: scale(1.2);
		opacity: 0
	}
}

html,
body {
	min-height: 100%;
	height: 100%
}

body {
	background-color: #181818;
	font-family: "Roboto", sans-serif
}

#rodape-mt2mega {
	margin-top: unset!important
}

.background_home {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1)
}

.background_home.show {
	opacity: 1
}

.grey {
	background-color: grey
}

.blue {
	background-color: blue
}

.cyan {
	background-color: cyan
}

.green {
	background-color: green
}

.greenyellow {
	background-color: greenyellow
}

.yellow {
	background-color: yellow
}

.gold {
	background-color: gold
}

.orange {
	background-color: orange
}

.orangered {
	background-color: orangered
}

.red {
	background-color: red
}

.tomato {
	background-color: tomato
}

.purple {
	background-color: purple
}

hr {
	border-top: 1px solid #505050
}

button {
	box-shadow: unset;
	text-transform: unset
}

input {
	box-shadow: unset;
	border: 1px #505050 solid!important;
	border-radius: unset;
	background-color: #262626;
	color: #E7E7E7;
	margin-bottom: 15px
}

input.input-lg {
	font-weight: 300;
	letter-spacing: 0.15rem;
	height: unset;
	padding: 0.75rem 0.5rem;
	border-radius: unset
}

a {
	text-decoration: unset!important;
	outline: none
}

a:focus,
a a:hover,
a:active {
	text-decoration: unset;
	outline: none
}

.btn {
	border-radius: 0
}

.hide {
	display: none
}

.text-primary {
	color: #177bbb
}

.text-info {
	color: #1ccacc
}

.text-success {
	color: #6fd46f
}

.text-warning {
	color: #fcc633
}

a.text-warning:focus,
a.text-warning:hover {
	color: #fcc633;
	text-decoration: underline!important
}

.text-danger {
	color: #e33244
}

.text-dark {
	color: #222733
}

.text-center {
	text-align: center
}

.sem-bg {
	background-color: transparent!important
}

.tab-content .alert {
	padding: 10px
}

.alert {
	color: #FFF;
	font-weight: 300;
	font-size: 16px;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.alert.alert-success {
	background-color: #449d44;
	border-color: #449d44
}

.alert.alert-info {
	background-color: #0275d8;
	border-color: #0275d8
}

.alert.alert-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.alert.alert-danger {
	background-color: #c9302c;
	border-color: #c9302c
}

.alert.alert-dark {
	background-color: #555;
	border-color: #616161
}

.alert-elo-bank {
	display: none
}

.sem-padder {
	padding: 0!important
}

.line {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 5px;
	background-color: #F57C00
}

.conteudo {
	padding-bottom: 30px;
	min-height: calc(100% - 403px);
	position: relative;
	background-size: cover;
	z-index: 9;
	background-position: top center
}

.conteudo.bg_sem_jogo {
	background: url(../../img/game/background/mt2mega.jpg);
	background-repeat: no-repeat;
	background-position: center top
}

.conteudo .container {
	padding-top: 30px
}

.conteudo .container .row .mensagem_guia {
	padding: 0 40px
}

.conteudo_site {
	padding-top: 32px;
	height: 100%;
	transition: all 0ms ease
}

@media (min-width:1200px) {
	.centralizar-conteudo {
		text-align: center;
		padding: 0
	}
}

@media (min-width:1200px) {
	.centralizar-conteudo .col-xl-3 {
		width: 24.8%;
		display: inline-block;
		margin-left: -2px;
		float: initial
	}
}

.conteudo_site>header {
	margin: 0;
	background-color: #181818;
	border-bottom: 1px #212121 solid;
	height: 102px;
	position: relative;
	box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 24px 38px 3px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.4);
	z-index: 10
}

.conteudo_site>header .linha_header {
	margin: 0;
	height: 56px;
	background-color: #262626;
	border-bottom: 1px #323232 solid;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24)
}

.conteudo_site>header .linha_header #logo {
	line-height: 50px;
	margin: initial
}

.conteudo_site>header .linha_header #logo img {
	height: 24px
}

#menu-principal {
	padding: 0;
	float: right;
	border-radius: 0;
	width: 100%;
	min-height: 45px
}

#menu-principal .container .navbar-header .box-menu-jogo-pais {
	height: 45px;
	float: left;
	width: 140px
}

#menu-principal .container .navbar-header .box-menu-jogo-pais a {
	float: left;
	width: 100px;
	height: 45px;
	position: relative
}

#menu-principal .container .navbar-header .box-menu-jogo-pais a img {
	max-height: 75%;
	max-width: 90%;
	margin: auto;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

#menu-principal .container .navbar-header .box-menu-jogo-pais a.ico-jogo-pais {
	width: 110px;
	height: 45px;
	line-height: 45px;
	color: #aaa;
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	margin-left: -100px;
	text-align: right;
	transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1)
}

#menu-principal .container .navbar-header .box-menu-jogo-pais a.ico-jogo-pais:hover {
	color: #fff
}

#menu-principal .container .navbar-header .box-menu-jogo-pais ul.box-menu-select {
	background-color: #181818;
	pointer-events: none;
	width: 100px;
	list-style-type: none;
	position: absolute;
	padding: 0;
	opacity: 0;
	filter: saturate(20%) grayscale(100%)
}

#menu-principal .container .navbar-header .box-menu-jogo-pais ul.box-menu-select li {
	display: block;
	width: 100%;
	height: 45px;
	margin-bottom: 1px
}

#menu-principal .container .navbar-header .box-menu-jogo-pais ul.box-menu-select li a {
	opacity: 0.8;
	transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 3), opacity 0.2s cubic-bezier(0, 0, 0.2, 1)
}

#menu-principal .container .navbar-header .box-menu-jogo-pais ul.box-menu-select li a:hover {
	opacity: 1;
	transform: scale(1.1)
}

#menu-principal .container .navbar-header .box-menu-jogo-pais a.ico-jogo-pais.focus~ul.box-menu-select {
	background-color: #262626;
	pointer-events: auto;
	opacity: 1;
	filter: saturate(100%) grayscale(0%);
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4)
}

#menu-principal .container .navbar-header .box-menu-jogo-pais a.ico-jogo-pais:focus {
	opacity: 0
}

#menu-principal .container .navbar-header .box-menu-jogo-pais#box-menu-flag {
	width: 80px
}

#menu-principal .container .navbar-header .box-menu-jogo-pais#box-menu-flag a:first-child {
	width: 60px
}

#menu-principal .container .navbar-header .box-menu-jogo-pais#box-menu-flag a:first-child img {
	max-height: 50%
}

#menu-principal .container .navbar-header .box-menu-jogo-pais#box-menu-flag ul.box-menu-select {
	width: 60px
}

#menu-principal .container .navbar-header .box-menu-jogo-pais#box-menu-flag ul.box-menu-select li:hover img {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4)
}

#menu-principal .container .navbar-header#box-menu-flag a {
	width: 80px
}

#menu-principal .container .navbar-header button.navbar-toggle {
	margin-top: 5px;
	margin-bottom: 0;
	background-color: #333
}

#menu-principal .container .navbar-header button.navbar-toggle:hover,
#menu-principal .container .navbar-header button.navbar-toggle:focus {
	background-color: #494949
}

#menu-principal .container .navbar-header button.navbar-toggle .icon-bar {
	background-color: #888
}

#menu-principal .container #navbar {
	padding: 0;
	border: none
}

#menu-principal .container #navbar ul.navbar-nav {
	float: left;
	padding: 0;
	list-style-type: none;
	margin: 0
}

@media (max-width:767px) {
	#menu-principal .container #navbar ul.navbar-nav {
		width: 100%;
		background-color: #181818
	}
}

#menu-principal .container #navbar ul.navbar-nav li.nav-item {
	margin-left: 2px;
	float: left;
	padding: 0
}

@media (max-width:767px) {
	#menu-principal .container #navbar ul.navbar-nav li.nav-item {
		width: 100%;
		margin-left: 0
	}
}

#menu-principal .container #navbar ul.navbar-nav li.nav-item a {
	font-size: 20px;
	color: #EEEEEE;
	height: 45px;
	padding: 16px;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
	float: left;
	border-bottom: 4px solid transparent;
	transition: background-color 0.2s cubic-bezier(0.4, 0, 0.6, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

@media (max-width:767px) {
	#menu-principal .container #navbar ul.navbar-nav li.nav-item a {
		width: 100%;
		border: none!important
	}
	#menu-principal .container #navbar ul.navbar-nav li.nav-item a:hover {
		background-color: orange
	}
}

#menu-principal .container #navbar ul.navbar-nav li.nav-item a:hover {
	border-color: #F57C00;
	background-color: #262626;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24)
}

#loja .loja,
#pontos-venda .pontos-venda,
#pincode .pincode,
#historico .historico {
	border-bottom: 4px solid #F57C00!important;
	text-shadow: none!important;
	color: #bbb!important
}

.nav-tabs {
	z-index: 1;
	border: unset;
	padding: 0
}

.nav-tabs .nav-item {
	background-color: #181818;
	height: 60px;
	width: 25%
}

.nav-tabs .nav-item:nth-child(even) {
	background-color: #181818
}

.nav-tabs .nav-item:not(.ativo) {
	box-shadow: inset 0 -4px 6px 0 rgba(0, 0, 0, 0.25)
}

.nav-tabs .nav-item:hover {
	background-color: #424242
}

.nav-tabs .nav-item.ativo {
	background-color: #424242;
	border-top: 1px #555 solid;
	border-left: 1px #555 solid;
	border-right: 1px #555 solid;
	height: 61px
}

.nav-tabs .nav-item.ativo:hover {
	background-color: #424242
}

.nav-tabs .nav-item a {
	color: #DDD;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	padding: 15px;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
	border: unset
}

.nav-tabs .nav-item a:hover {
	border: unset
}

@media (max-width:391px) {
	.nav-tabs .aba_district a {
		padding: 9px;
		line-height: 20px;
		height: 100%
	}
	.nav-tabs .aba_district a button {
		height: 100%
	}
}

.nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border: unset;
	border-radius: unset
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent
}

.mensagem_guia {
	position: relative;
	margin-bottom: 15px;
	padding: 0 30px
}

.mensagem_guia span {
	color: #ddd;
	font-size: 20px;
	font-weight: 300;
	text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.5)
}

.tab-content:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	width: 100%;
	background-color: #333
}

.tab-content .tab-pane {
	background: #424242;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
	border: 1px #555 solid;
	min-height: 268px;
	padding-top: 15px;
	display: block
}

.tab-content .tab-pane.carrinho_ativo {
	min-height: 400px
}

.tab-content .tab-pane.carrinho_ativo .card.card-efeito.blocked-access {
	filter: contrast(40%);
	box-shadow: none;
	cursor: not-allowed
}

.tab-content .tab-pane.carrinho_ativo .card.card-efeito.blocked-access:hover {
	box-shadow: none;
	transform: scale(1)
}

.tab-content .tab-pane.carrinho_ativo .card.card-efeito.blocked-access:before {
	display: none
}

.tab-content .tab-pane i {
	margin-right: 8px
}

.tab-content .tab-pane .card {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	background-color: #424242;
	display: block;
	border: none
}

.tab-content .tab-pane .card header {
	text-align: center
}

.tab-content .tab-pane .card header img {
	border-radius: 2px 0 2px 0;
	max-width: 100%
}

.tab-content .tab-pane .card footer {
	padding-top: 10px;
	text-align: center;
	background-color: #555;
	border-top: 1px #616161 solid;
	padding-bottom: 10px
}

.tab-content .tab-pane .card footer .prazo_texto {
	color: #EEEEEE;
	line-height: 1
}

.tab-content .tab-pane .card footer .prazo {
	color: #F5F5F5;
	font-size: 15px;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
	line-height: 1.2
}

.tab-content .tab-pane .card:hover {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4)
}

.tab-content .tab-pane .card.card-efeito.ativo:before {
	content: "";
	position: absolute;
	bottom: 0;
	opacity: 1;
	height: 6px;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-property: left, right;
	transition-property: left, right;
	z-index: 1;
	left: 0;
	right: 0
}

.tab-content .tab-pane .card-efeito:hover {
	transform: scale(1.05)
}

.tab-content .tab-pane .titulo-banco>span {
	color: #ddd;
	font-size: 18px;
	font-weight: 300;
	text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
	display: inline-block
}

.tab-content .tab-pane .botao-finalizar {
	height: 70px
}

.tab-content .tab-pane .botao-finalizar>button {
	color: white;
	display: block;
	margin: 0 auto;
	background-color: #242B31;
	padding: 15px 30px;
	position: relative;
	z-index: -1;
	font-size: 15px;
	transition: 0.15s;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px
}

.tab-content .tab-pane .botao-finalizar>button:hover {
	transform: scale(1.05)
}

.tab-content .tab-pane .botao-finalizar>button:focus {
	outline: none
}

.tab-content .tab-pane .botao-finalizar>button:visited {
	outline: none
}

.tab-content .tab-pane .botao-finalizar>button:active {
	outline: none
}

.tab-content .tab-pane .botao-finalizar>button.active {
	z-index: 1
}

.tab-content .tab-pane .botao-finalizar>button.bounceIn {
	animation-name: bounceIn;
	animation-duration: 0.5s;
	animation-fill-mode: both
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		transform: scale3d(0.5, 0.5, 0.5)
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		transform: scale3d(0.9, 0.9, 0.9)
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}

@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		transform: scale3d(0.5, 0.5, 0.5)
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		transform: scale3d(0.9, 0.9, 0.9)
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}

.box_btn_servidor {
	display: none
}

.box_btn_servidor .show {
	display: block
}

.btn_servidor {
	background-color: #0C1E43!important;
	border: solid 1px #060606;
	line-height: 40px;
	width: 150px;
	color: #e2e7f7;
	font-size: 13.2px;
	letter-spacing: 1.3px;
	position: relative;
	height: 42px;
	padding: 0
}

@media (max-width:991px) {
	.btn_servidor {
		max-width: 120px;
		font-size: 12px
	}
}

@media (max-width:350px) {
	.btn_servidor {
		max-width: 100px
	}
}

.btn_servidor span {
	height: 40px;
	width: 40px;
	background-color: #07123B!important;
	display: block;
	float: right;
	position: relative;
	padding: 0!important
}

@media (max-width:350px) {
	.btn_servidor span {
		display: none!important
	}
}

.btn_servidor span .fa {
	line-height: 40px;
	font-size: 18px;
	margin-top: 1px;
	margin-left: 1.4px
}

.btn_servidor:hover {
	box-shadow: inset 0px 0px 20px 5px #122761;
	transition: 0.3s
}

.btn_servidor:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0px;
	opacity: 0.4;
	background: #5d7cca;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-property: left, right;
	transition-property: left, right
}

.btn_servidor:hover::after {
	z-index: 1;
	left: 0;
	right: 0
}

.btn_servidor.ativo {
	box-shadow: inset 0px 0px 20px 5px #44180f;
	-moz-box-shadow: inset 0px 0px 20px 5px #44180f;
	-webkit-box-shadow: inset 0px 0px 20px 5px #44180f;
	background-color: #29100b!important;
	border: solid 1px #260c0c
}

.btn_servidor.ativo:hover {
	box-shadow: inset 0px 0px 20px 5px #44180f;
	-moz-box-shadow: inset 0px 0px 20px 5px #44180f;
	-webkit-box-shadow: inset 0px 0px 20px 5px #44180f;
	outline: none
}

.btn_servidor.ativo:hover::after {
	display: none
}

.btn_servidor.ativo span {
	background-color: #b16416!important
}

.btn_servidor .icone-server {
	right: 2px;
	position: absolute;
	bottom: 2px
}

.tab-content-servidor .tab-pane-servidor {
	background: #424242;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
	border: 1px #555 solid;
	min-height: 70px;
	padding-top: 15px;
	display: block
}

.tab-content-servidor .tab-pane-servidor a {
	display: inline;
	margin-left: 16px
}

.tab-content-servidor .tab-pane-servidor a:first-child {
	margin-left: 0px
}

.fundo_servidor {
	margin: 0 30px 25px
}

.fundo_servidor.card {
	transition: none
}

.fundo_servidor #box_distrito_servidor {
	padding: 0!important
}

.fundo_servidor #box_distrito_servidor ul {
	text-align: center;
	border-bottom: none;
	background-color: #424242!important;
	min-height: 127px
}

.fundo_servidor .distrito {
	padding: 0!important;
	text-align: center
}

.fundo_servidor .distrito a {
	padding: 0;
	border: 0;
	margin: 0;
	max-width: 150px;
	height: 42px;
	width: 100%;
	display: inline-block
}

@media (max-width:991px) {
	.fundo_servidor .distrito a {
		max-width: 120px;
		font-size: 12px
	}
}

@media (max-width:350px) {
	.fundo_servidor .distrito a {
		max-width: 100px
	}
}

.fundo_servidor .distrito span {
	color: white;
	font-size: 15.333333px;
	display: block;
	background-color: #2D2D2D;
	text-transform: uppercase;
	padding: 6px 0
}

.fundo_servidor .distrito span.server-name.ativo {
	color: #D9A300!important
}

.fundo_servidor .distrito.custom-col:after {
	width: 1px;
	height: 50px;
	background-color: #505050;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0
}

.fundo_servidor .distrito.custom-col {
	width: 27.5%
}

@media (max-width:767px) {
	.fundo_servidor .distrito.custom-col {
		width: 50%
	}
}

@media (max-width:350px) {
	.fundo_servidor .distrito.custom-col {
		width: 50%
	}
}

.fundo_servidor .distrito.custom-col:first-child {
	width: 45%
}

@media (max-width:767px) {
	.fundo_servidor .distrito.custom-col:first-child {
		width: 100%
	}
}

@media (max-width:767px) {
	.fundo_servidor .distrito:first-child:after {
		display: none
	}
}

.fundo_servidor .distrito:last-child:after {
	display: none
}

.fundo_servidor .distrito .button-center {
	display: inline-block;
	width: 100%;
	max-width: 152px;
	height: 42px;
	margin: 24px 0
}

@media (max-width:991px) {
	.fundo_servidor .distrito .button-center {
		max-width: 120px;
		font-size: 12px
	}
}

@media (max-width:350px) {
	.fundo_servidor .distrito .button-center {
		max-width: 100px
	}
}

.fundo_servidor .distrito #Mu {
	margin-right: 45px
}

@media (max-width:1199px) {
	.fundo_servidor .distrito #Mu {
		margin-right: 10px
	}
}

@media (max-width:767px) {
	.fundo_servidor .distrito #Mu {
		margin-right: 60px
	}
}

@media (max-width:426px) {
	.fundo_servidor .distrito #Mu {
		margin-right: 20px
	}
}

.fundo_servidor.pincode_row {
	margin: 0 15px 25px!important
}

.fundo_servidor .none {
	display: none
}

.fundo_servidor .msg-aviso-server {
	min-height: 66px;
	background-color: #363636;
	padding: 9.5px 20px;
	text-shadow: none;
	font-size: 12pt;
	color: #c4c4c4
}

.fundo_servidor .msg-aviso-server span {
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	color: #AD8200
}

.side_titulos {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-top: 10px
}

.side_titulos h4 {
	margin-bottom: 35px;
	color: #fff
}

.msg_servidor {
	float: none!important
}

.msg-aviso {
	color: #ffffff;
	padding: 15px;
	font-size: 16px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2)
}

.msg-aviso span {
	color: #D9A300;
	font-weight: 600
}

.msg-conversao {
	font-size: 14px
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0, 0, 0, 0.1)
}

.table thead {
	background: #2C2C2C
}

.table td,
.table th {
	border-bottom: unset!important;
	border-top: unset!important;
	vertical-align: middle!important;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2)
}

.table tbody.link tr {
	cursor: pointer;
	transition: all 0.2s ease-in
}

.table tbody.link tr:hover {
	background-color: rgba(0, 0, 0, 0.25)
}

.table tbody.link tr td img {
	max-height: 20px
}

.card {
	background-color: #424242;
	border: 1px solid #212121;
	border-radius: 2px;
	margin-bottom: 25px;
	transition: all 250ms
}

.card header img {
	border-radius: 2px 0 2px 0
}

.card .card-block {
	display: block;
	position: relative
}

.card .card-block .card-header {
	width: 100%;
	min-height: 180px;
	display: block
}

.card .card-block .card-header img {
	width: 100%
}

.card .card-block .card-header img.item-bonus {
	position: absolute;
	top: 0px;
	left: 0px
}

.card .card-block .card-footer {
	color: #EEE;
	background-color: #181818;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	line-height: 40px;
	margin: initial
}

@media (max-width:480px) {
	.card .card-block .card-footer {
		line-height: initial;
		padding: 1rem 1rem 0.5rem
	}
}

.card .card-block .card-footer:before {
	background: #F57C00;
	opacity: 1
}

.card .card-block .card-footer.dark {
	background-color: #161616!important
}

@media (max-width:600px) {
	.card .card-block .card-footer.dark span {
		text-align: center
	}
}

.card .card-block .card-footer a {
	color: #FFF;
	font-size: 34px
}

.card.card_jogo .card-footer {
	text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.7);
	letter-spacing: 1.2px
}

@media (max-width:530px) {
	.card.card_jogo .card-footer {
		font-size: 20px;
		line-height: 1.8
	}
}

@media (max-width:385px) {
	.card.card_jogo .card-footer {
		font-size: 15px;
		line-height: 1;
		padding-top: 12px
	}
}

.card_itemcash {
	background: radial-gradient(ellipse farthest-corner at 50% 100%, #323232 20%, #212121 80%);
	display: block;
	width: 100%
}

.card_itemcash .card-block .card-header {
	display: block;
	position: relative;
	padding: 0px 3px 93px 3px;
	text-align: center
}

@media (max-width:480px) {
	.card_itemcash .card-block .card-header {
		padding: 14px 14px 75px 14px
	}
}

.card_itemcash .card-block .card-header .nome_cash {
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	bottom: 100px;
	left: 10px;
	position: absolute;
	text-align: left;
	line-height: 1.1;
	margin: initial
}

@media (max-width:480px) {
	.card_itemcash .card-block .card-header .nome_cash {
		bottom: 75px;
		font-size: 10px;
		left: 8px
	}
}

@media (max-width:400px) {
	.card_itemcash .card-block .card-header .nome_cash {
		bottom: 70px
	}
}

@media (max-width:600px) {
	.card_itemcash .card-block .card-header img {
		width: 300px;
		margin: 0 auto
	}
}

.card_itemcash .card-block .card-footer {
	height: 90px;
	text-align: left
}

@media (max-width:480px) {
	.card_itemcash .card-block .card-footer {
		height: 70px
	}
}

@media (max-width:400px) {
	.card_itemcash .card-block .card-footer {
		height: 66px
	}
}

.card_itemcash .card-block .card-footer span {
	text-align: left;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
	display: block
}

.card_itemcash .card-block .card-footer .txt-total {
	font-size: 30px;
	line-height: 1.2;
	margin-top: 6px;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7)
}

.card_itemcash .card-block .card-footer .valor_cash {
	font-size: 34px;
	font-weight: bold;
	margin-top: 2px;
	margin: initial;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5)
}

@media (max-width:480px) {
	.card_itemcash .card-block .card-footer .valor_cash {
		font-size: 20px
	}
}

@media (max-width:400px) {
	.card_itemcash .card-block .card-footer .valor_cash {
		font-size: 16px
	}
}

.card_itemcash .card-block .card-footer .valor_dinheiro {
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.7);
	display: block;
	height: 30px
}

@media (max-width:480px) {
	.card_itemcash .card-block .card-footer .valor_dinheiro {
		font-size: 18px;
		margin-bottom: 0px;
		margin-top: 5px
	}
}

.card_itemcash .card-block .card-footer i {
	opacity: 0.08;
	position: absolute;
	right: 1rem;
	bottom: 0.5rem;
	font-size: 2.3em
}

.motion {
	-webkit-animation: fadeInScale 0.2s ease-out;
	animation: fadeInScale 0.2s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}

.motion-row {
	opacity: 0;
	-webkit-animation: fadeIn 0.2s ease-out;
	animation: fadeIn 0.2s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.motion:nth-child(1n) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s
}

.motion-row:nth-child(1n) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s
}

.motion:nth-child(2n) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s
}

.motion-row:nth-child(2n) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s
}

.motion:nth-child(3n) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s
}

.motion-row:nth-child(3n) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s
}

.motion:nth-child(4n) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s
}

.motion-row:nth-child(4n) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s
}

.motion:nth-child(5n) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.motion-row:nth-child(5n) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.motion:nth-child(6n) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s
}

.motion-row:nth-child(6n) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s
}

.motion:nth-child(7n) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s
}

.motion-row:nth-child(7n) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s
}

@-webkit-keyframes fadeInScale {
	0% {
		opacity: 0;
		filter: saturate(20%) grayscale(100%);
		transform: scale(0.3)
	}
	100% {
		opacity: 1;
		filter: saturate(100%) grayscale(0%);
		transform: scale(1);
		display: block
	}
}

@keyframes fadeInScale {
	0% {
		opacity: 0;
		filter: saturate(20%) grayscale(100%);
		transform: scale(0.3)
	}
	100% {
		opacity: 1;
		transform: scale(1);
		filter: saturate(100%) grayscale(0%);
		display: block
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1;
		display: block
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1;
		display: block
	}
}

.card-efeito {
	vertical-align: middle;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: transform;
	transition-property: transform;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0, 0, 0.2, 1.5)
}

.card-efeito:hover {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.card-efeito:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0.4;
	background: #000;
	height: 6px;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-property: left, right;
	transition-property: left, right
}

.card-efeito:hover::before {
	z-index: 1;
	left: 0;
	right: 0
}

.card-efeito.card_jogo::before,
.card-efeito.card_pais::before {
	background: #F57C00;
	opacity: 1
}

.card_pais {
	background: radial-gradient(ellipse farthest-corner at 50% 100%, #323232 20%, #212121 80%)
}

.card_pais .card-block .card-header {
	min-height: 250px;
	padding: 14px
}

.card_pais .card-block .card-footer {
	background-color: #181818
}

.card_pais .card-block .card-footer span {
	text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.7)
}

body#pagina_pagamento {
	min-width: 746px
}

#carrinho .wrapper-carrinho {
	border-radius: 3px
}

#carrinho .wrapper-carrinho .card {
	margin-bottom: 0;
	border: none
}

#carrinho .wrapper-carrinho .card-footer span>span {
	display: inline-block
}

#carrinho .wrapper-carrinho .box-quantidade {
	color: #fff;
	min-height: 38px
}

#carrinho .wrapper-carrinho .box-quantidade #exibir_carrinho {
	cursor: pointer;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.27);
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5)
}

#carrinho .wrapper-carrinho .box-quantidade #exibir_carrinho:hover {
	box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.6), 0 0 13px 0 rgba(0, 0, 0, 0.3), 0 0 4px -1px rgba(0, 0, 0, 0.8);
	transform: scale(1.03) translateY(-1px)
}

#carrinho .wrapper-carrinho .box-quantidade #exibir_carrinho:hover::after {
	background-color: rgba(255, 255, 255, 0.02)
}

#carrinho .wrapper-carrinho .box-quantidade #exibir_carrinho::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1
}

#carrinho .wrapper-carrinho .box-quantidade #exibir_carrinho::before {
	display: none
}

#carrinho .wrapper-carrinho .box-quantidade #carrinho_total {
	width: 100%;
	overflow: hidden
}

#carrinho .wrapper-carrinho .box-quantidade #carrinho_total .card {
	height: 130px
}

#carrinho .wrapper-carrinho .box-quantidade #carrinho_total .box-alterando-quantidade {
	padding: 10px;
	box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.27);
	position: relative;
	z-index: 1;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5)
}

#carrinho .wrapper-carrinho .box-quantidade #carrinho_total .box-alterando-quantidade::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1
}

#carrinho .wrapper-carrinho .box-quantidade #carrinho_total .box-alterando-quantidade i#diminuir_qtde,
#carrinho .wrapper-carrinho .box-quantidade #carrinho_total .box-alterando-quantidade i#aumentar_qtde {
	cursor: pointer;
	margin: 0 2px
}

#carrinho .wrapper-carrinho .box-quantidade #carrinho_total .box-alterando-quantidade i#diminuir_qtde:hover,
#carrinho .wrapper-carrinho .box-quantidade #carrinho_total .box-alterando-quantidade i#aumentar_qtde:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

#carrinho .wrapper-carrinho .box-quantidade #carrinho_total .box-alterando-quantidade i#diminuir_qtde:active,
#carrinho .wrapper-carrinho .box-quantidade #carrinho_total .box-alterando-quantidade i#aumentar_qtde:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

#carrinho .wrapper-carrinho .box-quantidade #carrinho_total .card-footer {
	bottom: inherit;
	height: 130px
}

@media (max-width:600px) {
	#carrinho .wrapper-carrinho .box-quantidade #carrinho_total .valor_cash {
		text-align: center
	}
}

@media (max-width:600px) {
	#carrinho .wrapper-carrinho .box-quantidade #carrinho_total .valor_dinheiro {
		text-align: center
	}
}

#box_filtro #card_filtro {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
	color: #fff
}

#box_filtro #card_filtro .card-header {
	background: #1b1b1b;
	padding: 8px 10px;
	font-size: 16px;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5)
}

#box_filtro #card_filtro .conteudo_card_filtro {
	padding: 8px 10px
}

#box_filtro #card_filtro .conteudo_card_filtro .bloco_filtro {
	margin-bottom: 15px
}

#box_filtro #card_filtro .conteudo_card_filtro .bloco_filtro .box_filtro_item {
	padding: 1px;
	text-align: center
}

#box_filtro #card_filtro .conteudo_card_filtro .bloco_filtro .box_filtro_item a {
	background-color: #424242;
	border: 1px #777 solid;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24);
	height: 46px;
	display: flex;
	width: 100%;
	padding: 2px;
	color: #fff;
	text-align: center
}

#box_filtro #card_filtro .conteudo_card_filtro .bloco_filtro .box_filtro_item a img {
	margin: auto;
	width: 100%
}

#box_filtro #card_filtro .conteudo_card_filtro .bloco_filtro .box_filtro_item a span {
	margin: auto;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5)
}

#box_filtro #card_filtro .conteudo_card_filtro .bloco_filtro .box_filtro_item a:hover {
	background-color: #888;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

#box_filtro #card_filtro .conteudo_card_filtro .bloco_filtro .box_filtro_item a.ativo {
	background-color: #3b3b39;
	border: solid 1px #505050;
	box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.3), inset 0 0 2px 0 rgba(0, 0, 0, 0.3)
}

#box_filtro #card_filtro .conteudo_card_filtro .bloco_filtro .box_filtro_item a.ativo:hover {
	opacity: 0.7
}

.bloco_filtro {
	margin-top: 15px;
	float: left;
	width: 100%
}

.bloco_filtro .box_filtro_item {
	padding: 1px;
	text-align: center
}

.bloco_filtro .box_filtro_item a {
	background-color: #777;
	border: 1px #858585 solid;
	border-radius: 2px;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24);
	height: 46px;
	display: flex;
	width: 100%;
	padding: 2px;
	color: #fff;
	text-align: center
}

.bloco_filtro .box_filtro_item a img {
	margin: auto;
	max-width: 100%;
	max-height: 100%
}

.bloco_filtro .box_filtro_item a span {
	margin: auto;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5)
}

.bloco_filtro .box_filtro_item a:hover {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4)
}

.bloco_filtro .box_filtro_item a.ativo {
	background-color: #3b3b39;
	border: solid 1px #3C3C3C;
	box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.3), inset 0 0 2px 0 rgba(0, 0, 0, 0.3)
}

.bloco_filtro .box_filtro_item a.ativo:hover {
	opacity: 0.7
}

body#pagina_historico {
	min-width: 550px
}

#box_historico .card {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
	color: #fff;
	min-height: 222px;
	display: block;
	position: relative
}

#box_historico .card table {
	margin-bottom: 45px
}

#box_historico .card table tr th {
	padding: 9px 8px 10px;
	border-bottom: 1px solid #1f1f1f;
	line-height: 2;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5)
}

#box_historico .card table tr td {
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid #333;
	line-height: 2;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5)
}

#box_historico .card table tr td.col_cancelado {
	color: #FF4040
}

#box_historico .card table tr td.col_pendente {
	color: #fcc633
}

#box_historico .card table tr td.col_enviado {
	color: #4BB05B
}

#box_historico .card table tr:hover td {
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer
}

i.remover {
	background-color: transparent;
	padding: 2px;
	right: 0;
	top: -2px;
	opacity: 0.8;
	position: absolute;
	color: #ff2b2b;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3)
}

body#pagina_Detalhes_compra {
	min-width: 620px
}

#box_detalhes_compra .card {
	border-color: #353535;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	background-color: #262626;
	float: left;
	width: 100%
}

#box_detalhes_compra .card #box_header {
	border-bottom: 1px solid #333;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24);
	color: #CCC;
	font-size: 20px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
	z-index: 1
}

#box_detalhes_compra .card #box_header #box_codigo_compra {
	display: inline-block;
	padding: 18px 12px;
	background-color: #262626
}

#box_detalhes_compra .card #box_header #box_codigo_compra #codigo_compra {
	color: #FFF
}

#box_detalhes_compra .card #box_header #box_status {
	padding: 18px 12px;
	background-color: #181818;
	text-align: center;
	box-shadow: -8px 4px 10px rgba(0, 0, 0, 0.25);
	z-index: 1;
	border-left: 1px #333 solid;
	right: -1px
}

#box_detalhes_compra .card #box_sidebar {
	color: #FFF;
	height: 460px;
	background: -moz-radial-gradient(center, ellipse cover, #363636 0%, #262626 60%);
	background: -webkit-radial-gradient(center, ellipse cover, #363636 0%, #262626 60%);
	background: radial-gradient(ellipse at center, #363636 0%, #262626 60%)
}

@media only screen and (min-width:992px) {
	#box_detalhes_compra .card #box_sidebar .sidebar {
		transform: translateX(285px)
	}
	#box_detalhes_compra .card #box_sidebar .sidebar.exibir {
		transform: translateX(-15px);
		z-index: 2
	}
}

@media only screen and (max-width:991px) {
	#box_detalhes_compra .card #box_sidebar .sidebar {
		transform: translate(-15px, -460px)
	}
	#box_detalhes_compra .card #box_sidebar .sidebar.exibir {
		transform: translateX(-15px);
		z-index: 2;
		box-shadow: none
	}
}

#box_detalhes_compra .card #box_sidebar .sidebar {
	height: 460px;
	width: 100%;
	background-color: #262626;
	position: absolute
}

#box_detalhes_compra .card #box_sidebar .sidebar.exibir {
	transition: transform 500ms cubic-bezier(0.79, 0.14, 0.16, 1.2);
	z-index: 2
}

#box_detalhes_compra .card #box_sidebar .sidebar.ativo {
	transition: transform 500ms cubic-bezier(0.79, 0.14, 0.16, 1.2);
	z-index: 1
}

#box_detalhes_compra .card #box_sidebar .sidebar table td {
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3)
}

#box_detalhes_compra .card #box_sidebar .sidebar table img {
	max-width: 64px;
	max-height: 18px
}

#box_detalhes_compra .card #box_sidebar header {
	border-bottom: 1px solid #333;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24);
	padding: 18px 12px;
	font-size: 20px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3)
}

#box_detalhes_compra .card #box_sidebar table * {
	border-color: transparent
}

#box_detalhes_compra .card #box_sidebar #sidebar_padrao img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

#box_detalhes_compra .card #conteudo {
	box-shadow: inset 2px 4px 10px 0 rgba(0, 0, 0, 0.27), 0 1px 10px 0 rgba(0, 0, 0, 0.27), 0 2px 4px -1px rgba(0, 0, 0, 0.23);
	padding: 12px 12px;
	color: #FFF;
	background-color: #424242;
	min-height: 394px
}

#box_detalhes_compra .card #conteudo table {
	margin-bottom: unset
}

#box_detalhes_compra .card #conteudo table td {
	padding: 21px 8px 21px 8px
}

#box_detalhes_compra .card #conteudo table.tabela-detalhes-produto {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px
}

#box_detalhes_compra .card #conteudo table.tabela-detalhes-produto tr th {
	background-color: #333
}

#box_detalhes_compra .card #conteudo table.tabela-detalhes-produto tr th,
#box_detalhes_compra .card #conteudo table.tabela-detalhes-produto tr td {
	border: solid 1px #535353;
	padding: 8px;
	font-size: 16px;
	text-align: center
}

#box_detalhes_compra .card #conteudo table.tabela-detalhes-produto tr th:first-child,
#box_detalhes_compra .card #conteudo table.tabela-detalhes-produto tr td:first-child {
	text-align: left
}

#box_detalhes_compra .card #conteudo table.tabela-detalhes-produto tr td .box-img-item {
	width: 70px;
	height: 70px;
	padding: 13px 5px 0;
	background-color: #333;
	border-radius: 3px;
	margin-right: 10px;
	box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.25);
	border: 1px #535353 solid;
	display: inline-block;
	float: left
}

#box_detalhes_compra .card #conteudo table.tabela-detalhes-produto tr td .box-info-item {
	padding: 4px 0;
	display: inline-block;
	float: left
}

#box_detalhes_compra .card #conteudo table.tabela-detalhes-produto tr td .box-info-item span {
	width: 100%;
	line-height: 1.2;
	color: #bbb;
	display: block;
	clear: both
}

#box_detalhes_compra .card #conteudo table.tabela-detalhes-produto tr td .box-info-item span:first-child {
	color: #fff;
	font-size: 18px;
	font-weight: 300
}

#box_detalhes_compra .card #conteudo .card-footer {
	height: 44px
}

#box_detalhes_compra .card #box_conteudo_detalhes_compra {
	box-shadow: -6px 6px 25px rgba(0, 0, 0, 0.35), -25px 0 30px rgba(38, 38, 38, 0.8);
	border-left: 1px #474747 solid;
	z-index: 3
}

@media (max-width:991px) {
	#box_detalhes_compra .card #box_conteudo_detalhes_compra {
		box-shadow: none;
		border-left: none
	}
}

#box_detalhes_compra .card #box_conteudo_historico {
	box-shadow: -6px 6px 25px rgba(0, 0, 0, 0.35), -25px 0 30px rgba(38, 38, 38, 0.8);
	border-left: 1px #474747 solid;
	z-index: 3;
	overflow: hidden;
	overflow-x: auto
}

.linha_tempo {
	list-style: none;
	padding: 0;
	position: relative
}

.linha_tempo:before {
	top: 20%;
	bottom: 35px;
	position: absolute;
	content: "";
	width: 5px;
	background-color: #A22;
	left: 2.9%;
	margin-right: -1.5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.linha_tempo a {
	display: inline;
	color: #FF8000
}

.linha_tempo a:hover {
	opacity: 0.75
}

.linha_tempo a.btn {
	display: inline-block;
	float: right;
	margin-top: 6px;
	cursor: pointer
}

.linha_tempo li {
	position: relative
}

.linha_tempo li .marcador {
	width: 36px;
	height: 36px;
	font-size: 22px;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 1%;
	margin-right: -25px;
	background-color: #A22;
	border-radius: 50%;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24)
}

.linha_tempo li .marcador i {
	vertical-align: middle;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25)
}

.linha_tempo li .marcador.inativo {
	width: 26px;
	height: 26px;
	left: 1.62%;
	top: 40%
}

.linha_tempo li .panel {
	width: 93%;
	margin-bottom: 5px;
	position: relative;
	margin-left: 7%;
	float: left;
	top: 5px;
	background-color: #262626;
	border-radius: 3px;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24)
}

.linha_tempo li .panel .info {
	border-right: 1px #2D2D2D solid;
	border-radius: 4px 0 0 4px;
	background-color: #262626;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24);
	height: 100%;
	width: 25px;
	position: absolute
}

.linha_tempo li .panel .info i {
	top: calc(50% - 9px);
	position: relative;
	left: 4px;
	font-size: 18px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3)
}

.linha_tempo li .panel header {
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
	font-size: 18px;
	padding: 6px 0 0 35px
}

.linha_tempo li .panel header span {
	font-size: 17px
}

.linha_tempo li .panel header span.data {
	color: #ccc;
	font-size: 16px
}

.linha_tempo li .panel .panel-body {
	padding: 6px 6px 6px 35px;
	font-weight: 300;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2)
}

.linha_tempo li .panel .panel-body>p,
.linha_tempo li .panel .panel-body>ul {
	margin-bottom: 0;
	margin-top: 0
}

.linha_tempo li:after,
.linha_tempo li:before {
	content: " ";
	display: table
}

.linha_tempo li:after {
	clear: both
}

#paginacao {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #2C2C2C
}

#paginacao .pagination {
	margin: 0;
	padding: 4px
}

#paginacao .pagination li a {
	background-color: #2C2C2C;
	border-color: #2C2C2C;
	color: #ccc;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
	line-height: 2;
	margin-left: 0;
	padding: 0 12px
}

#paginacao .pagination li a.ativo {
	background-color: #272727;
	border: 1px #2E2E2E solid;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24);
	pointer-events: none
}

#paginacao .pagination li a:hover {
	background-color: #282828
}

.modal {
	z-index: 1050
}

.modal .modal-dialog {
	top: 25%
}

.modal .modal-dialog .modal-content {
	border-radius: 0;
	background-color: #212121;
	color: #EEE
}

.modal .modal-content .modal-header {
	padding: 16px;
	border: 0;
	border-bottom: solid 1px #181818
}

.modal .modal-content .modal-header .modal-title {
	text-transform: uppercase;
	font-size: 20px
}

.modal .modal-content .modal-body {
	background-color: #424242;
	padding: 16px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4)
}

.modal .modal-content .modal-body .modal-text {
	font-size: 20px
}

.modal .modal-content .modal-body .modal-text_alert {
	font-size: 14px;
	color: #f44336
}

.modal .modal-content .modal-footer {
	border: none;
	padding: 16px
}

.modal .modal-content .modal-footer .btn {
	width: 20%;
	border-radius: 0;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24)
}

.modal .modal-content .modal-footer .btn-primary {
	background-color: #1E88E5;
	border-color: #1976D2
}

.modal .modal-content .modal-footer .btn-primary:hover {
	background-color: #2196F3;
	border-color: #1E88E5
}

.modal .modal-content .modal-footer .btn-danger {
	background-color: #e53935;
	border-color: #d32f2f;
	margin-right: 8px
}

.modal .modal-content .modal-footer .btn-danger:hover {
	background-color: #f44336;
	border-color: #e53935
}

.modal .modal-content .close {
	text-shadow: unset;
	opacity: 1;
	padding: 4px
}

@media only screen and (max-width:800px) {
	.box_alert {
		width: 90%
	}
}

.card_pincode {
	padding: 15px;
	color: #eee;
	border: solid 1px #4e4e4e;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4)
}

.card_pincode p {
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5)
}

.card_pincode input {
	width: 100%;
	letter-spacing: 2.5px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5)
}

.card_pincode h2 {
	font-size: 22px;
	margin: 8px 0 0;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5)
}

.card_pincode .card {
	background-color: #2d2d2d;
	border: solid 1px #4a4a4a;
	margin: 5px 0 5px;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24);
	border-radius: 0
}

.card_pincode .card h3 {
	margin: 12px 0;
	text-align: center;
	width: 100%;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5)
}

.card_pincode table {
	background-color: #505050;
	border-top: solid 1px #4c4c4c;
	margin-bottom: 0
}

.card_pincode table thead {
	background: #3b3b3b
}

.card_pincode table thead th {
	border-left: 1px solid #333
}

.card_pincode table thead th:first-child {
	border-left: 0px solid #333
}

.card_pincode table tr th {
	padding: 9px 8px 10px;
	border-bottom: 1px solid #333;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5)
}

.card_pincode table tr td {
	padding: 8px;
	width: 33%;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #333;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
	border-left: 1px solid #333
}

.card_pincode table tr td:first-child {
	border-left: 0px solid #333
}

#box_erro {
	min-height: 360px;
	color: #FFF;
	text-align: center
}

#box_erro {
	margin: 0 auto;
	text-align: center
}

#box_erro header {
	bottom: 60%;
	color: #FFF;
	font-size: 96px;
	line-height: 100px;
	font-weight: bold;
	text-shadow: 5px 5px 0 rgba(255, 255, 255, 0.15);
	margin-top: 20px;
	opacity: 0.7
}

#box_erro #titulo {
	color: #FFF;
	font-size: 45px;
	text-shadow: 5px 5px 6px black
}

#box_erro #mensagem {
	color: #CCC;
	font-size: 24px;
	margin-bottom: 15px;
	text-shadow: 3px 3px 2px black
}

#box_erro a {
	border-radius: 2px;
	transition: all 0.2s ease;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

#box_erro a:hover,
#box_erro a:focus {
	opacity: 0.9;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4)
}

#box_erro a:active {
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.24)
}

@media only screen and (max-width:990px) {
	.card {
		display: flex;
		flex-direction: column
	}
	.sidebar {
		display: flex;
		justify-content: space-between;
		width: 400px
	}
	#box_sidebar {
		width: 100%;
		height: 300px!important
	}
	#box_conteudo_historico {
		width: 100%;
		margin-top: 50px
	}
	.img_filtro-jogo {
		height: 40px
	}
	.aba_pagamentos {
		width: 100%!important
	}
	.side_titulos {
		display: none
	}
	.fundo_servidor {
		padding: 0
	}
	#box_distrito_servidor {
		padding: 15px;
		width: 100%!important
	}
	.btn_servidor {
		margin-left: 0;
		margin-bottom: 10px
	}
	.nav-tabs .nav-item {
		width: 50%
	}
	.tab-content-servidor .tab-pane-servidor {
		background: #424242;
		box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
		border: 1px #555 solid;
		min-height: 70px;
		display: block
	}
	.tab-content-servidor .tab-pane-servidor a {
		margin-left: 0
	}
	.fundo_servidor {
		height: 100%
	}
}

@media only screen and (max-width:600px) {
	#carrinho {
		width: 100%;
		float: none;
		margin-bottom: 40px
	}
	#box_pagamento {
		width: 100%;
		float: none
	}
	.nome_cash {
		position: initial!important
	}
	#box_codigo_compra {
		width: 100%;
		text-align: center
	}
	#box_status {
		width: 100%
	}
	.marcador {
		display: none
	}
	.linha_tempo:before {
		display: none
	}
	.linha_tempo li {
		position: relative
	}
	.linha_tempo li .panel {
		width: 100%;
		margin-left: 0
	}
	#box_sidebar header {
		display: none
	}
	#box_sidebar .sidebar {
		height: 100%!important
	}
}

@media only screen and (max-width:450px) {
	.texto_pagamento {
		font-size: 8.5px;
		margin-bottom: 10px
	}
	.img_filtro-jogo {
		height: 20px
	}
}

@media only screen and (max-width:350px) {
	.quantidade {
		display: none
	}
}

#mt2mega-footer {
	margin-top: 0px!important
}