body {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 0;
    margin: 0;
}
body.ptn {padding-top: 3.46rem;}

.bhg-box-1 {
    border-radius: 22px;
    background-color: #1f005791;
    padding: 1.5rem;
	border: 3px solid #f0d191;
}
.bhg-box-1 label {color: #fff;}

.navbar {padding: 0.5rem;}

.navbar-brand {font-weight: 300; padding: 0;}
.navbar-brand span {font-weight: 800;}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.75);
    font-size: 0.95rem;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,1);
}
.nav-scroller .btn-sm {margin: .45rem;}

h1.main-title {
    font-weight: 900;
    color: #fff;
    margin-bottom: 2rem;
    text-align: center;
}

.intro {
    border-radius: 19px;
    background-image: url('../images/bg-games.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 20px 0 0 0;
    color: #fff;
    text-align: center;
}
.intro img {
    width: 100%;
    height: auto;
}
.intro h1 {
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 5rem;
}

.video-home {
	width: 100%;
	border-radius: 16px;
}

.btn-jogar-agora {
    display: inline-block;
    padding: 3px;
    text-decoration: none;
    border-radius: 12px;
    border: none;
    margin: 20px auto 36px;
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
    box-shadow: 0 7px 8px -3px rgba(0,0,0,.5);
}
.btn-jogar-agora .inner-btn {
    display: block;
    background: linear-gradient(180deg, rgb(77, 134, 46) 0%, rgb(42, 91, 24) 20%, rgb(83, 155, 34) 100%);
    padding: 12px 25px;
    font-size: 2rem;
    border-radius: 9px;
    border: none;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
}
.btn-jogar-agora .inner-btn i {
    background-image: linear-gradient(90deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 41%, rgba(250,222,157,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    margin-bottom: 6px;
}
.btn-jogar-agora .inner-btn h4 {
    margin: 0;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #fffc24;
    display: block;
}
.btn-jogar-agora .inner-btn h4 span {
    margin: 0;
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1.2rem;
    color: #fffc24;
}

.slot-box {
    border-radius: 22px;
    padding: 3px;
    margin: 0 auto 3rem;
    box-shadow: 0px 23px 20px -17px #000;
    -webkit-box-shadow: 0px 23px 20px -17px #000;
}

.slot-machine {
    display: block;
    border-radius: 18px;
    padding-bottom: 2rem;
}
.slot-machine .display-numero {
    display: block;
    padding: 3px;
    border-radius: 8px;
    width:8rem;
    margin: -25px auto 0 auto;
}
.slot-machine .display-numero .inner-disp {
    display: block;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.6rem;
}
.slot-machine .display-fav {
    display: block;
    padding: 3px;
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
    margin: -42px 17px 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.slot-machine .display-fav .btn-fav {
    display: block;
    border-radius: 50%;
    font-size: 1.3rem;
    line-height: 34px;
    text-align: center;
}

.valor-acumulado {
    display: block;
    padding: 2px;
    border-radius: 8px;
    margin: 14px auto 0;
}
.valor-acumulado .inner-disp {
    display: block;
    padding: 5px;
    border-radius: 5px;
    margin: 0;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.4rem;
}
.valor-acumulado .inner-disp span {
    float: left;
    font-size: 0.7rem;
    line-height: 0.75rem;
    text-align: left;
    width: 4.55rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 2px 0 0 3px;
}
.valor-acumulado .inner-disp .valor {
    float: right;
    text-align: right;
    margin: 3px;
}

.slot-machine .display-jogo {
    display: block;
    margin: 14px 33px;
    width: auto;
}
.slot-machine .display-jogo .carousel-indicators {
    margin-bottom: -2rem;
}
.slot-machine .display-jogo .carousel-inner {
    border-radius: 8px;
}
.slot-machine .carousel-caption {
    bottom: 0;
    padding: 8px;
    position: relative;
    left: 0;
    right: 0;
}
.slot-machine .carousel-caption h5 {padding-bottom: 10px;}
.slot-machine .carousel-caption a.btn-jogar {
    border-radius: 8px;
    padding: 5px 14px 5px 30px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.slot-machine .carousel-caption a.btn-jogar i {
    font-size: 1rem;
    margin: 8px 0px 0 -22px;
    position: absolute;
}

.carousel-control-next {right: -37px; font-size: 2rem;}
.carousel-control-prev {left: -37px; font-size: 2rem;}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
}

.banner-acumulados {
    display: block;
    border-radius: 18px;
    padding: .8rem .6rem 2rem;
}
.banner-acumulados h3 {
  font-size: 2.2rem;
  line-height: 2.2rem;
  padding-left: 25px;
  margin-bottom: 15px;
}
.banner-acumulados p {
  font-size: .9rem;
  line-height: 1.1rem;
  margin-bottom: 0;
  padding-right: 25px;
}
#carousel-acumulados {margin: 0 27px;}
#carousel-acumulados .carousel-control-prev,
#carousel-acumulados .carousel-control-next {
  width: 27px;
  font-size: 2rem;
}
#carousel-acumulados .carousel-control-prev {
  left: -37px;
}
#carousel-acumulados .carousel-control-next {
  right: -37px;
}
#carousel-acumulados .carousel-indicators {bottom: -44px;}

.banner-acumulados .jogo-box {
  border-radius: 6px;
  padding: 3px 8px 8px;
  display: block;
  text-decoration: none;
}
.banner-acumulados .jogo-box img {width: 100%; height: auto;}
.banner-acumulados .jogo-box h5.valor {
  font-size: 1.3rem;
  text-align: center;
  color: #fffb07;
  padding-top: 7px;
  margin: 0;
}
.banner-acumulados .jogo-box span {
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  display: block;
}
.banner-acumulados a.btn-jogar {
    border-radius: 6px;
    padding: 5px 14px 5px 30px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
}
.banner-acumulados a.btn-jogar i {
    font-size: 1rem;
    margin: 5px 0px 0 -22px;
    position: absolute;
}

.plano-fidelidade {
	padding: .8rem .6rem .3rem;
	color: #fff;
	display: flex;
	width: 100%;
	text-decoration: none;
}
.plano-fidelidade:hover {color: #fff;}
.plano-fidelidade h3 {
  font-size: .8rem;
  line-height: .8rem;
  margin: 0;
  color:#FF0;
  margin: 0 10px 0 0;
  display: inline-block;
  text-transform: uppercase;
}
.plano-fidelidade h4 {
  font-size: 1.45rem;
  line-height: 1.45rem;
  margin: 0;
  display: inline-block;
}
.plano-fidelidade h4 span {
  font-size: .65rem;
  line-height: .7rem;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}
.plano-fidelidade .icon-plano {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: -3px 5px 0 0;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 3px;
}
.plano-fidelidade .icon-plano i {
  font-size: 1.4rem;
  text-shadow: 0px -1px 0px #fff;
}
.plano-fidelidade .icon-plano.gold {
  background-color: #F2C865;
  color: #ac7d3f;
}
.plano-fidelidade .icon-plano.silver {
  background-color: #B5B4B1;
  color: #757474;
}
.plano-fidelidade .icon-plano.bronze {
  background-color: #C49468;
  color: #a46b55;
}
.banner-fidelidade {
  height: 337px;
  padding: 1rem .6rem;
  text-align: center;
  border-radius: 19px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.banner-fidelidade h2 {
  font-size: 2rem;
  text-transform: uppercase;
}
.banner-fidelidade h2 span {
  font-size: 1.1rem;
  line-height: 1.4rem;
  display: block;
  padding: 0px 20px;
  text-transform: none;
  font-weight: 400;
}

.banner-fidelidade .btn-fidelidade {
  font-size: 2rem;
  text-transform: uppercase;
  padding: 12px 20px;
  display: block;
  margin: 10px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}

.logo-cel {
	display: block;
	margin: 0px auto;
	height: 277px;
	width: auto;
}
a.btn-logo-jogar {display: block; float: right;}
a.btn-ponto-jogar {
	display: block;
	text-decoration: none;
}
a.btn-ponto-jogar .nome-local {
	display: block;
	font-size: 1.5rem;
	line-height: 1.6rem;
	text-align: center;
	font-weight: 700;
	position: absolute;
	color: #fff;
	bottom: 34px;
	padding: 8px;
	width: 181px;
	margin-left: 40px;
}

/* CRÉDITO */
p.txt-modal {
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 400;
    color: #444;
}
h5.title-modal {
	font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 400;
    color: #444;
	margin-bottom: 1.2rem;
}
.modal label {
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: .3rem;
}
.modal label.form-check-label {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  background-color: #eee;
  border-radius: 6px;
  padding: 10px;
}
.modal .form-check-input[type="radio"]{
  margin-top: 9px;
}
i.ouro {color: #F2C865;}
i.prata {color: #b3b3b3;}
i.bronze {color: #c49b71;}
.modal label.form-check-label span {font-weight: 600;}
.modal .chave-pix {
    font-size: .8rem;
    background-color: #e7f2db;
    border-radius: 4px;
    padding: 5px 8px;
    margin: 0 0 1rem 0;
}
.modal .chave-pix strong {
    font-weight: 500;
    color: #4b7913;
}

.modal .numeros-select {
    background-color: #e7f2db;
    border-radius: 4px;
    padding: 8px;
    margin: 0 0 1rem 0;
}
.modal .numeros-select span.nums {
    background-color: #a1ce71;
    border-radius: 4px;
    padding: 5px 8px;
    margin: 0 8px 4px 0;
    display: inline-block;
}
a.btn-fechar {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: #000;
    border: none;
    outline: none;
    position: absolute;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    padding: 0;
    color: #fff;
    right: 20px;
    cursor: pointer;
}
a.btn-fechar:hover {
    background-color: #F00;
    color: #fff;
}


.btn-credit {
    display: block;
    padding: 2px;
    width: 100%;
    border-radius: 8px;
    border: none;
    margin: 0 0 18px 0;
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
    box-shadow: 0 7px 8px -3px rgba(0,0,0,.5);
    /*transition: all 0.3s ease;*/
}
.btn-credit:active {
    margin: 2px 0 13px 0;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.5);
}
.btn-credit .inner-btn {
    display: block;
    background: linear-gradient(180deg, rgb(77, 134, 46) 0%, rgb(42, 91, 24) 20%, rgb(83, 155, 34) 100%);
    padding: 9px 5px 3px 5px;
    border-radius: 5px;
    border: none;
}
.btn-credit .inner-btn i {
    background-image: linear-gradient(90deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 41%, rgba(250,222,157,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    margin-bottom: 6px;
}
.btn-credit .inner-btn h4 {
    margin: 0;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #fffc24;
    display: block;
}
.btn-credit .inner-btn h4 span {
    margin: 0;
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1.2rem;
    color: #fffc24;
}

/* JOGO */
.player-data {
    margin-top: 7px;
    color: #fff;
    font-size: 11px;
    padding: 0 5px;
}
.player-data .data-hora {
    text-align: right;
}
.menu-col {padding-top: 12px;}

.bhg-container-jogo {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgb(40, 40, 40) none repeat scroll 0% 0%;
}
.jogo1 {
    /*margin: auto;
    outline: currentcolor none medium;
    flex-shrink: 0;*/
    width: 100%;
    /*height: 90vh;*/
    /*cursor: none;*/
}
.menu-box {
    border-radius: 22px;
    background: rgb(223,181,119);
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
    padding: 3px;
    margin: 0 auto;
    box-shadow: 0px 23px 20px -17px #000;
    -webkit-box-shadow: 0px 23px 20px -17px #000;
}
.menu-box-inner {
    display: block;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,42,42,1) 45%, rgba(64,64,64,1) 78%, rgba(0,0,0,1) 100%);
    border-radius: 20px;
    border: 3px solid #000;
}
.menu-box .display-numero {
    display: block;
    padding: 2px;
    border-radius: 8px;
    width:7rem;
    margin: 0px auto 8px auto;
    background: rgb(223,181,119);
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
}
.menu-box .display-numero .inner-disp {
    display: block;
    background: rgb(223,223,223);
    background: linear-gradient(180deg, rgba(223,223,223,1) 0%, rgba(255,255,255,1) 31%, rgba(250,250,250,1) 47%, rgba(204,204,204,1) 100%);
    padding: 4px;
    border-radius: 6px;
    border: 1px solid #888;
    text-align: center;
    margin: 0;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
.jogo-menu {
  width: 100%;
  padding: 10px;
  margin: 0px;
}

.btn-audio {
	display: block;
	font-size: 1.1rem !important;
	border: none;
	height: 34px;
	width: 34px;
}
.btn-audio .fa-volume-mute {display: none;}

.btn-jg-default, .btn-jg-default-2 {
    display: block;
    background: linear-gradient(180deg, rgba(223,223,223,1) 0%, rgba(255,255,255,1) 31%, rgba(250,250,250,1) 47%, rgba(204,204,204,1) 100%);
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 500;
    border-radius: 6px;
    border: 2px solid #d9a666;
    color: #000;
    padding: 8px 6px;
    margin: 0 0 .5rem 0;
}
.btn-jg-default:hover, .btn-jg-default-2:hover {
    color: #444;
    background: #fff;
    border: 2px solid #ffd7ac;
}
.btn-jg-default:active, .btn-jg-default-2:active {margin: .1rem 0 .4rem 0;}
.btn-jg-default-2 {padding: 6px 8px;}

.btn-menu-jogar {
    display: block;
    background: linear-gradient(180deg, rgb(133, 185, 104) 0%, rgb(66, 125, 45) 31%, rgb(61, 132, 13) 100%);
    text-decoration: none;
    text-align: center;
    font-size: .9rem;
    line-height: 1rem;
    border-radius: 6px;
    border: 2px solid #8bbd5a;
    color: #fffc24;
    padding: 8px;
    /*margin: 0 0 .5rem 0;*/
    font-weight: 500;
    text-transform: uppercase;
}
.btn-menu-jogar:hover {
    color: #FFF;
    border: 2px solid #87df31;
    background: linear-gradient(180deg, rgb(133, 185, 104) 0%, rgb(66, 125, 45) 31%, rgb(61, 132, 13) 100%);
}
.btn-menu-jogar:active {margin: .1rem 0 .2rem 0;}

.sbmn-premios-toggle {
    display: block;
    padding: 3px;
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
    margin: 0px auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.sbmn-premios-toggle .btn-tgl {
    display: block;
    background: #fff;
    color: #919191;
    border-radius: 50%;
    font-size: 1.3rem;
    line-height: 34px;
    text-align: center;
}
.sbmn-premios-toggle .btn-tgl:hover,
.sbmn-premios-toggle .btn-tgl.active {
    background: #336c13;
    color: #ff0;
}
.submenu-premios {
    display: block;
    width: 25vw;
    margin: -17px 0 0 0;
    padding: 15px;
    position: absolute;
    left: 100%;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
}
.submenu-premios.open {
    visibility: visible;
    transform: translateX(-100%);
}
.submenu-contents {
    background: #000;
    border-radius: 15px;
    padding: 15px;
    height: 227px;
    color: #fff;
    border: 2px solid #000;
}
.submenu-contents .premio-acumulado {
    display: block;
    padding: 3px;
    border-radius: 8px;
    margin: 8px auto 0;
}
.submenu-contents .premio-acumulado.gold-bg {
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
}
.submenu-contents .premio-acumulado.silver-bg {
    background: linear-gradient(180deg, rgba(223,223,223,1) 0%, rgba(133,133,133,1) 31%, rgba(250,250,250,1) 65%, rgba(114,114,114,1) 100%);
}
.submenu-contents .premio-acumulado .inner-disp {
    display: block;
    background: rgb(0,0,0,.6);
    /*background: linear-gradient(180deg, rgb(133, 185, 104) 0%, rgb(66, 125, 45) 31%, rgb(61, 132, 13) 100%);*/
    padding: 5px;
    border-radius: 5px;
    margin: 0;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #fffc24;
    /*border: 1px solid #686868;*/
}
.submenu-contents h4 {
    font-size: 1.1rem;
    line-height: 1.1rem;
}
.submenu-contents .premio-acumulado .inner-disp span {
    float: left;
    text-align: left;
    /*width: 4.55rem;*/
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 3px 0 0 3px;
}
.submenu-contents .premio-acumulado .inner-disp .valor {
    float: right;
    text-align: right;
    margin: 3px;
}
.submenu-contents a.bonus-magico {
    display: block;
    padding: 3px;
    border-radius: 8px;
    width: 96%;
    height: auto;
    text-decoration: none;
    margin: 11px 8px 0 0;
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
}
.submenu-contents a.bonus-magico .inner-disp {
    display: block;
    background: rgb(0,0,0,.6);
    /*background: linear-gradient(180deg, rgb(133, 185, 104) 0%, rgb(66, 125, 45) 31%, rgb(61, 132, 13) 100%);*/
    padding: 5px;
    border-radius: 5px;
    margin: 0;
    text-decoration: none;
    color: #fff;
}
.submenu-contents a.bonus-magico .inner-disp .texts {
    display: block;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 500;
    color: #ffdc88;
}
.submenu-contents a.bonus-magico .inner-disp .texts span {
    display: block;
    padding: 0;
    margin: 0;
}
.submenu-contents a.bonus-magico .inner-disp .texts .title-lg {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 600;
    color: #fff;
}
.submenu-contents a.bonus-magico:hover .inner-disp {
    background: rgba(0,0,0,.7);
}
.submenu-contents a.bonus-magico .magico {
    display: block;
    position: absolute;
    right: 1rem;
    bottom: 0.4rem;
    width: 123px;
    height: 100px;
    background-image: url('../images/magico.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* RIFA */
#topo-rifa {
    padding: 4rem 0 0 0;
}
#topo-rifa .rifa-img {
    border-radius: 12px;
    background: rgb(223,181,119);
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
    padding: 4px;
    margin: 0;
    box-shadow: 0px 23px 20px -17px #000;
    -webkit-box-shadow: 0px 23px 20px -17px #000;
}
#topo-rifa .rifa-img img {
    display: block;
    padding: 0;
    border-radius: 8px;
    margin: 0;
    width: 100%;
}
#topo-rifa h4 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #ff0;
}
#topo-rifa h2 {
    font-size: 2.5rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0 1rem 0;
}
#topo-rifa p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-weight: 300;
    color: #dbfdaa;
    margin: 0 0 2rem 0;
}

.cartela-box {
    border-radius: 12px;
    background: rgb(223,181,119);
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
    padding: 4px;
    margin: 0 0 2rem 0;
    box-shadow: 0px 23px 20px -17px #000;
    -webkit-box-shadow: 0px 23px 20px -17px #000;
}
.cartela-box .inner-box {
    display: block;
    background: linear-gradient(180deg, rgb(133, 185, 104) 0%, rgb(66, 125, 45) 31%, rgb(61, 132, 13) 100%);
    padding: 20px 10px 10px;
    border-radius: 8px;
    margin: 0;
}
.actions-menu {
    border-radius: 12px;
    border: 1px solid #547d22;
    background-color: rgba(0,0,0,.4);
    padding: 15px 15px 5px;
}
.actions-menu h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2rem;
    padding: 5px 0 15px 0;
    margin: 0;
}

.disponivel, .reservado, .pago, .vermelho {
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    padding: 5px 0;
    border-radius: 5px;
    width: 60px;
}

.disponivel {
    background-color: #1a5509;
    border: 2px solid #6fac45;
    color: white;
}
.disponivel:hover {
    border: 2px solid #7fdf3d;
    color: #fff;
    background-color: #0a2f00;
}
.disponivel-barra {
    background-color: rgba(0,0,0,.85);
    border: none;
    padding: 1rem 2rem;
    color: white;
    text-decoration: none;
    /*display: none;*/
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9;
}
.disponivel-barra h4 {font-size: 1.2rem; font-weight: 600;}
.disponivel-barra #numeros_exibir {
    padding: 0 0 10px 0;
    font-weight: 500;
    color: #ff0;
    font-size: 1.65rem;
    line-height: 2rem;
}
.disponivel-barra #numeros_tempo {
    padding: 0 0 20px 0;
    /*font-weight: 500;*/
    color: #60ff00;
    font-size: 1.65rem;
    line-height: 2rem;
}
.valor-cotas {
    display: block;
    margin: 0 auto 1rem;
    padding: 2px;
    color: #fff;
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
    border-radius: 10px;
    /*box-shadow: 0px 23px 20px -17px #000;
    -webkit-box-shadow: 0px 23px 20px -17px #000;*/
    text-decoration: none;
}
.valor-cotas .inner-cotas {
    background: #0a2f00;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: #ff0;
}
.valor-cotas .inner-cotas span.pre-text {
    display: inline-block;
    font-size: 1.5rem;
    padding: 0 10px 0 0;
    text-align: left;
    text-transform: uppercase;
    float: left;
    color: #fff;
}
.valor-cotas .inner-cotas span.valor {
    display: inline-block;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    float: right;
}

.total-cotas {
    display: block;
    margin: 0 auto 1rem;
    padding: 3px;
    color: #fff;
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
    border-radius: 10px;
    box-shadow: 0px 23px 20px -17px #000;
    -webkit-box-shadow: 0px 23px 20px -17px #000;
    text-decoration: none;
}
.total-cotas .inner-cotas {
    background: #0a2f00;
    padding: 10px 20px;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.total-cotas .inner-cotas span.pre-text {
    display: inline-block;
    font-size: .8rem;
    line-height: .9rem;
    text-align: left;
    text-transform: uppercase;
    padding: 2px 10px 0 0;
    float: left;
    color: #ff0;
}
.total-cotas .inner-cotas span.valor {
    display: inline-block;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    float: right;
    color: #fff;
}

.finalizar-pgt {
    display: block;
    width: auto;
    margin: 0 auto 1rem;
    padding: 3px;
    color: #fff;
    background: linear-gradient(180deg, rgba(223,181,119,1) 0%, rgba(180,133,74,1) 31%, rgba(250,222,157,1) 65%, rgba(153,114,71,1) 100%);
    border-radius: 10px;
    box-shadow: 0px 23px 20px -17px #000;
    -webkit-box-shadow: 0px 23px 20px -17px #000;
    cursor: pointer;
    text-decoration: none;
}
.finalizar-pgt .inner-btn {
    background: linear-gradient(180deg, rgb(133, 185, 104) 0%, rgb(66, 125, 45) 31%, rgb(61, 132, 13) 100%);
    padding: 12px 20px;
    border-radius: 7px;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
.finalizar-pgt:hover {text-decoration: none; color: #fff;}
.finalizar-pgt:hover .inner-btn {
    background: linear-gradient(180deg, rgb(0, 68, 19) 0%, rgb(50, 123, 18) 31%, rgb(79, 195, 56) 100%);
    color: #fff;
    text-decoration: none;
}
.reservado {
    background-color: #E36A00;
    border: 2px solid #ff0;
    color: #ff0;
}
.reservado:hover {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
}
.pago-barra {
    background-color: #59BA41;
    border: none;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 10px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.pago {
    background-color: transparent;
    border: 2px solid #fff;
    color: white;
    cursor: not-allowed;
}
.pago:hover {
    text-decoration: none;
    /*color: black;*/
}
.vermelho{
    background-color: red;
    border: none;
    color: white;
}
.vermelho:hover {
    text-decoration: grey;
    color: black;
}
.nome {
    display: none;
    position: absolute;
    margin-top: -50px;
    margin-left: -125px;
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 10px;
    min-width: 250px;
}
.visible {display: inline-block!important;}

#fichas {
    padding: 3rem 0;
}
#fichas button {
    margin: 0 0 12px;
    display: block !important;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 15px;
    border-radius: 10px;
    color: #fff;
    outline: none;
    border: 2px solid #d3a278;
}
#fichas button.all {background-color: #109777;}
#fichas button.all:hover {
    background-color: #03bd91;
    border:2px solid #fff;
}
#fichas button.availiable {background-color: #1a5509;}
#fichas button.availiable:hover {
    background-color: #216f0b;
    border:2px solid #fff;
}
#fichas button.reserved {background-color: #E36A00;}
#fichas button.reserved:hover {
    background-color: #E36A00;
    border: 2px solid #ff0;
}
#fichas button.paid {background-color: #59BA41;}
#fichas button.paid:hover {
    background-color: #59BA41;
    border: 2px solid #fff;
}
#fichas button.my-numbers {
    background-color: #F82222;
}
#fichas label {
  display: inline-block;
  margin-bottom: .5rem;
}

a.btn-voltar {
    background: transparent;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #fff;
    color: #fff;
    margin: 2rem 0 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}
a.btn-voltar:hover {background: #1a6207;}

/* RODAPÉ */
footer {
    padding: 0 0 2rem 0;
    margin-top: 3rem;
}
footer .footer-line {
    height: 2px;
    padding: 0;
    margin: 0 0 2rem 0;
}
footer p {font-size: 15px;}
footer ul {margin: 0;}

/* RESPONSIVO */
@media (max-width: 1280px) {
  .banner-fidelidade {height: 314px;}
}
@media (max-width: 1024px) {
  .banner-fidelidade {height: 352px;}
}
@media (max-width: 1080px) {
    .slot-machine .valor-acumulad0 .inner-disp {font-size: 1.25rem;}
    .slot-machine .display-jogo {margin: 14px 26px;}
    .carousel-control-next {right: -33px;}
    .carousel-control-prev {left: -33px;}
    .submenu-premios {
        width: 34vw;
    }
}
@media (max-width: 967px) {
    .jogo-1 {margin: 0 0 1rem 0;}
    .jogo-menu {padding: 7px 10px 8px;}
    /*.btn-jg-default {font-size: .8rem; line-height: .8rem; padding: 9px 8px;}*/
    /*.btn-menu-jogar {font-size: .8rem; line-height: .8rem; border-radius: 6px; padding: 9px 8px;}*/
    .menu-box {margin-top: 1.5rem;}
}
@media (max-width: 967px) and (orientation: landscape) {
    .jogo-col {width: 66.7% !important; height: 90vh;}
    .menu-col {width: 32.3% !important; padding: 16px 0 0 0;}
    .menu-box {margin-top: 0;}
    .submenu-contents {padding: 15px 10px 0; /*height: 212px;*/}
    .submenu-contents .premio-acumulado {padding: 2px; margin: 7px auto 0;}
    .submenu-contents .premio-acumulado .inner-disp {
        font-size: 1rem;
        line-height: 1.1rem;
        padding: 2px;
    }
    .submenu-contents a.bonus-magico {margin: 13px 8px 0 0; padding: 2px;}
    .submenu-contents a.bonus-magico .inner-disp .texts {font-size: .6rem;}
    .submenu-contents a.bonus-magico .inner-disp .texts .title-lg {font-size: 1rem; line-height: 1.1rem;}
    .submenu-contents a.bonus-magico .magico {
        right: .8rem;
        bottom: 2.4rem;
        width: 109px;
        height: 89px;
    }
}
@media (max-width: 667px) and (orientation: landscape) {
    .menu-box {
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 8px;
        padding: 2px;
    }
    .submenu-contents {height: 185px; border-radius: 6px; padding: 0;}
    .submenu-contents h4 {font-size: .9rem; line-height: 1.1rem;}
    .sbmn-premios-toggle {margin: -46px -2px 7px auto;}
    .valor-acumulado .inner-disp {
      font-size: 1rem;
      line-height: 1.3rem;
    }
    .menu-box-inner {border-radius: 6px;}
    .menu-box .display-numero {margin: -24px 0 8px;}
    .submenu-contents .premio-acumulado .inner-disp {font-size: .9rem; line-height: 1.1rem;}
    .submenu-contents a.bonus-magico .inner-disp {padding: 3px;}
    .submenu-contents a.bonus-magico .inner-disp .texts .title-lg {font-size: .9rem; line-height: 1rem;}
    .submenu-contents a.bonus-magico .magico {
        right: 0.5rem;
        bottom: 1.2rem;
        width: 79px;
        height: 58px;
    }
    .jogo-menu {padding: 3px;}
    .btn-jg-default, .btn-jg-default-2 {
        font-size: .75rem;
        border-radius: 4px;
        border: 1px solid #d9a666;
        padding: 7px 2px;
        margin: 0 0 .3rem 0;
    }
    .btn-jg-default:hover, .btn-jg-default-2 {border: 1px solid #ffd7ac;}
    .btn-jg-default:active, .btn-jg-default-2:active {margin: .1rem 0 .2rem 0;}
    .btn-jg-default-2 {padding: 5px 2px; line-height: .75rem;}
    .btn-menu-jogar {
      font-size: .75rem;
     /* line-height: .8rem;*/
      border-radius: 4px;
      border: 1px solid #8bbd5a;
      padding: 7px 8px;
    }
}
@media screen and (max-width: 667px) and (min-width: 567px) {
    .container {max-width: 96%;}
    .submenu-premios {
        width: 35vw;
        padding: 15px 13px 0 17px;
        margin: -15px 0 0 0;
    }
}
@media (max-width: 480px) {
	.logo-cel {
		height: 234px;
		width: auto;
	}
	a.btn-logo-jogar {display: block; float: right;}
	a.btn-ponto-jogar {
		display: block;
		text-decoration: none;
	}
	a.btn-ponto-jogar .nome-local {
		font-size: 1.2rem;
		line-height: 1.3rem;
		bottom: 31px;
		margin-left: 3px;
	}
    .jogo1 {width: 100%; height: auto;}
    .submenu-premios {width: 100%;}
    .slot-machine .display-jogo {margin: 14px 33px; width: auto;}
    .valor-acumulado .inner-disp span {width: 4.55rem;}
    .player-data {margin-top: 4px; padding: 0 5px 0;}
    .submenu-contents {padding: 0px 15px 7px; /*height: 212px;*/ border: 0;}
    .submenu-contents a.bonus-magico {margin: 16px 8px 0 0;}
    .submenu-contents a.bonus-magico .magico {right: 1rem; bottom: 1.2rem;}
    .disponivel-barra h4 {font-size: 1.2rem; margin: 0 10px 0 0;}
    .disponivel-barra #numeros_exibir {padding: 0 0 15px 0; font-size: 1.5rem;}
    #topo-rifa h4 {margin: 2rem 0 1rem 0;}
    .banner-acumulados h3 {text-align: center; padding-left: 0; margin-bottom: 6px;}
    .banner-acumulados p {margin-bottom: 14px; text-align: center; padding-right: 0;}
    .banner-acumulados .jogo-box {margin-bottom: 10px;}
    .banner-acumulados .jogo-box h5.valor {font-size: 1.1rem;}
    #carousel-acumulados {margin: 0 22px;}
    #carousel-acumulados .carousel-control-prev {left: -31px;}
    #carousel-acumulados .carousel-control-next {right: -31px;}
    .banner-fidelidade {height: 312px;}
}
@media (max-width: 360px) {
    .valor-acumulado .inner-disp {font-size: 1.1rem; padding: 3px;}
    .slot-machine .carousel-caption h5 {
        padding-bottom: 7px;
        font-size: 1.1rem;
    }
    .slot-machine .display-jogo {margin: 14px 22px;}
    .slot-machine .carousel-caption a.btn-jogar {
        border-radius: 6px;
        border: 2px solid #fff;
        padding: 4px 12px 4px 33px;
        font-size: 1.2rem;
    }
    .carousel-control-next {right: -33px;}
    .carousel-control-prev {left: -33px;}
    .btn-credit {margin: 0 0 14px 0;}
    .btn-credit:active {margin: 2px 0 11px 0;}
    .btn-credit .inner-btn i {
        font-size: 1.25rem;
        margin-bottom: 4px;
    }
    .btn-credit .inner-btn h4 {
        font-size: .9rem;
        line-height: 1.2rem;
    }
    .modal-footer > * {font-size: .9rem;}
    .btn-jg-default {
      font-size: .8rem;
      line-height: .8rem;
      padding: 7px 10px;
    }
    .btn-menu-jogar {
      font-size: .8rem;
      line-height: .8rem;
      border-radius: 6px;
      padding: 7px 8px;
    }
    .submenu-contents .premio-acumulado .inner-disp {
        font-size: 1rem;
        padding: 3px;
    }
    .submenu-contents a.bonus-magico .magico {right: 1rem; bottom: 1.8rem;}
    .jogo1 {width: auto; height: 39vh;}
}
