@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
.pulse-button {
    width: 64px;
    height: 64px;
    border: none;
	text-align:center;
    box-shadow: 0 0 0 0 rgb(76 175 80 / 100%);
    border-radius: 50%;
    background-color: #4CAF50;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
	transition:0.5s
}
.pulse-button:hover {-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none; opacity:0.8}

.pulse-button img{
	padding-left:3px
}


.footer-default{background: #eaeaea !important; padding: 45px 0;}

.header-default { background: #eaeaea; padding: 17px 0; height: 98px; box-sizing: border-box; position: fixed; width: 100%; z-index: 999; top: 0px; }
.header-default-sombra { background: url(../img/sombra-header.svg) no-repeat center bottom; background-size: cover; width: 100%; height: 80px; position: fixed; top: 30px; z-index: 998; opacity:0.4 }
.header-default .bar-header { height: 100% }
.header-min .logo { padding-right: 90px; }
.logo .pixJB img { width: 38px; }
.logo .mascote { position: absolute; left: -3px; top: -20px; }
.header-sem-logar .logo .mascote { top: -25px; }
.header-min .logo .mascote { top: -10px; }
.header-default.header-min { padding: 20px 0 0 0; height: 79px; }
.header-space-point { height: 80px; display: block; }


.bar-criar-conta { max-width: 295px; margin: 0 auto; padding: 20px 0; }

.select-modalidade { padding: 20px 0; display: flex; flex-wrap: wrap; }
.select-modalidade li { width: 33%; padding: 2px; box-sizing: border-box; }
.select-modalidade .bt1 { height: 66px; text-transform: uppercase; font-size: 15px; line-height: 16px; text-align: center; }

.box-config-aposta { padding: 6px; box-sizing: border-box; margin-bottom: 6px; }

.select-colocacao { padding: 20px 0; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.select-colocacao li.title { flex-grow: 1 }
.select-colocacao li { padding: 2px; box-sizing: border-box; }
.select-colocacao .bt1 { height: 62px; text-transform: uppercase; font-size: 28px; line-height: 16px; text-align: center; }
.select-colocacao .bt-col .bt1 { width: 62px; }
.select-colocacao .bt1.ativo { background: #51BF87;  }
.select-colocacao .bt-1-5 { flex-grow: 1; width: 40%; }
.select-colocacao .bt-1-5 .bt1 { text-transform: none; padding: 0 4px; }

.colocacao:before { content: ""; background: url(../img/trofeu.svg) no-repeat center; width: 35px; min-width: 35px; height: 35px; display: block; margin-right: 8px; }
.colocacao .fontDefaultMin { line-height: 16px; }

.select-grupo { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.select-grupo li { padding: 2px; box-sizing: border-box; }
.select-grupo li.calhau { flex-grow: 1 }
.select-grupo li.title { flex-grow: 1; }

.select-grupo-play { margin: 8px 0 0 0 }
.select-grupo-play li.bt-col { width: 20%; display: flex; justify-content: center; align-items: center; }
.select-grupo-play li.bt-col .bt-bicho { width: 98%; }

.bar-select-resultados .owl-theme .owl-dots { position: absolute; margin-top: 0px; bottom: -25px; display: flex; justify-content: center; width: 100%; }
.bar-select-resultados .owl-theme .owl-dots .owl-dot span { width: 5px; height: 5px; margin: 2px; }
.owl-theme .owl-dots .owl-dot.active span { background: var(--cor-layout-3) !important; }

.tab-resultados { transform: translateX(-100%); height: 0px; visibility: hidden; pointer-events: none; transition: .2s; opacity: 0 }
.tab-resultados.ativo { transform: translateX(0%);height: inherit; visibility: visible; pointer-events: unset; transition: .2s; opacity: 1 } 

.closePushy { position: absolute; right: 12px; top: 12px; }
.content-pushy { padding: 20px; box-sizing: border-box; }
.pushy.pushyMenuUser { background: #eaeaea }
.pushyMenuUser .content-pushy  { padding: 40px 20px 100px 20px; }
.grade-menuUser li { padding: 18px 0; box-sizing:  border-box; }
.grade-menuUser li:not(:last-child) { border-bottom: solid 1px #D1CECE; }
.grade-menuUser .link1 { font-size: 16px; font-weight: 700; color: #4D4D4D }
.grade-menuUser .link1:hover { background: var(--cor-layout-1); padding: 8px 12px; border-radius: 100px; color: #fff }
.grade-menuUser .link1.link1Min { font-weight: 300; }

.pushy.pushyCarrinhoAposta { background: #FBF8F1; }
.pushy.pushyCarrinhoAposta .header { border-bottom: solid 1px #D1CECE; padding: 14px 0; margin-bottom: 14px; box-sizing: border-box; }

.box-finalizar-aposta { position: fixed; width: 90%; max-width: 732px; left: 0; bottom: 64px; }
.box-finalizar-aposta .content { padding: 20px; background: #FFF9EC; }

.header-pushy { border-bottom: #D1CECE solid 1px; padding-bottom: 14px; margin-bottom: 14px; }
.tit-ajuda:before { content: ""; background: url(../img/ico-question.svg) no-repeat center; width: 18px; height: 18px; display: block; margin-right: 8px; }

.bar-busca-resultados { padding: 30px 0 0 0px; }

.hero-home { height: 580px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-home:before { content: ""; position: absolute; background: rgba(0,0,0,0.05); width: 100%; height: 100%; left: 0; top: 0; pointer-events: none; }
.hero-home .bar-text { max-width: 280px; padding-left: 12px; }
.hero-home .bar-text .tit { margin-bottom: 14px; }
.hero-home .display-mini-bichos { max-width: 329px; }
.hero-home .thumb-leao-mini { display: none; }
.hero-home .mascote-leao-mini { width: 174px }
.hero-home .display-mini-bichos.select-grupo { justify-content: space-between; }

.card-play-home:after { content: ""; background: url(../img/moedas1.png) no-repeat center; width: 100%; height: 102px; display: block; position: absolute; bottom: -130px; pointer-events: none; }

.menu-cols-footer { max-width: 1000px; margin: 0 auto }
.menu-cols-footer .col .tit { display: block; margin-bottom: 8px; }
.menu-cols-footer .col a { color: #000; display: block; padding: 2px 0; opacity: .8 }
.menu-cols-footer .col a:hover { opacity: 1 }

.grade-cards-sorteio { display: flex; justify-content: center; }
.grade-cards-sorteio .card-sorteio { margin: 5px; }

.bar-cta-min { max-width: 280px; margin: 0 auto }

.logos-footer { border-top: solid 1px #00000020; padding-top: 20px; }
.logos-footer { display: flex; justify-content: center; }
.logos-footer .bar-logos { display: flex; justify-content: center; align-items: center; }
.logos-footer .bar-logos li { padding: 0 8px }
.logos-footer .bar-logos .logo { width: 100%; max-width: 150px; display: block; }

/* AJUSTES Display .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . */

@media ( max-width: 768px ) {
.no768 { display: none; }
.hero-home { height: inherit; padding-bottom: 80px; }
.hero-home .card-play2 { flex-direction: column-reverse; }
.hero-home .bar-text { padding-left: 0px; padding-bottom: 12px; max-width: 375px; }
.hero-home .thumb-leao-mini { display: block; min-width: 175px; position: relative; }
.hero-home .mascote-leao-mini { position: absolute; bottom: 20px; z-index: 1000; pointer-events: none; }
.hero-home .bt-aposte { max-width: 329px; margin: 0 auto }
.hero-home .text { padding: 40px 20px 20px 20px; text-align: center; }
.card-play-home:after { bottom: -115px; }
.menu-cols-footer { max-width: 90%; margin: 0 auto }
.menu-cols-footer .col { padding-bottom: 24px; }
.grade-cards-sorteio { flex-wrap: wrap; }

.select-grupo-play li.bt-col { width: 20% }

}

@media ( max-width: 600px ) {
main {
    margin-top: 0px;
}
.no600 { display: none; }
.header-default { height: 92px; }
.footer-default{ text-align:center}
.header-default-sombra { top: 25px; }
.header-space-point { height: 74px; }
.select-grupo,.select-colocacao { max-width: 320px; margin: 0 auto }
.menu-cols-footer { flex-direction: column; }

.select-grupo-play li.bt-col { width: 33.3% }

.logo-footer .bar-logos .logo { width: 100%; max-width: 120px; }
}