@charset "UTF-8";
*{
	letter-spacing: -0.04rem;
    box-sizing: border-box !important;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 350px;
    overflow: hidden;
}

.banner img {
	width: 200vw;
    max-width: 1440px;
}
.card-body .thumb{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-height: 350px;
    overflow: hidden;
    border-radius: 8px;
    padding: calc(1.5rem * 0.5);
}
.card-body img{
    width: 100%;
}
div.title h2 {
    font-size: 2.3rem;
    font-weight: 800;
    text-shadow: 0 0 16px #ffffff99;
}
.icones-brancos {
	width: 80px;
	height: 80px;
	background-color: #212529;
	text-align: center;
}
button.participe {
    margin-bottom: 2rem;
    width: 100%;
    border: 0;
    background: #090;
    text-transform: uppercase;
    padding: 1rem;
}
button.participando {
    margin-bottom: 2rem;
    width: 100%;
}
.card-header {
    font-size: 0.7rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5rem !important;
}
@media screen and (max-width: 360px) {
	button.participe{
		position: fixed;
	    bottom: 12px;
	    left: 0px;
	    z-index: 1000;
	    box-shadow: 0 0 32px #000;
	    margin: 0 12px;
	    width: calc(100% - 24px);
	}
}

@keyframes pulse {
            0% {
                transform: scale(1);
            }
  
            50% {
            }
  
            100% {
                transform: scale(1.05);
            }
        }

.modal {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	color: #333
}
.pricetag {
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    width: auto !important;
    margin: 0.8rem 0;
}
.pricetag:after {
    background: #9f0;
    display: block;
    height: 8px;
    content: "";
    position: relative;
    top: -8px;
    mix-blend-mode: multiply;
    border-radius: 8px;
}
.pricetag.gratis {
    max-width: 360px;
    background: #9f0;
    padding: 0.5rem;
    animation: pulse infinite alternate ease-out 0.4s;
    margin: 1rem auto;
    margin-top: 0;
}

.pricetag.gratis:after {
    display: none;
}
.price-sorteio {
    background: transparent;
    border-radius: 6px;
}
.price-sorteio>div{
	color: inherit;
}
.warning {
    background: #ffc;
    font-size: 0.8rem;
    padding: 0.5rem;
    text-align: center;
}
.soma-cota{
	background: #390;

}
.soma-cota .text-muted {
    font-size:0.8rem
}

.soma-cota h3 {
    font-weight: 800;
}
.checkout {
    padding: 0.8rem;
}

.botao-comprar-cotas {
    background: #390!important;
    border: none!important;
    padding: 1rem!important;
    animation: pulse 0.3s infinite alternate;
}

input[type="number"]:not([step="any"])::-webkit-inner-spin-button,
input[type="number"]:not([step="any"])::-webkit-outer-spin-button {
  opacity: 1;
}

.sharing {
    background: none;
}

.sharing .card-header {
    background: none;
    box-shadow: none
}

.ranking-sorteio{
	color: white!important;
	font-weight: bold;
	background-color: #111!important;
	max-width: 465px;
}
.ranking-sorteio .title {
    font-size: 2rem;
    margin: 1rem 0;
}
.ranking-sorteio [class*="top-"]{
	padding: 4px 8px 4px 8px;
	border-radius: 4px;
	margin-bottom: 4px;
	color: #999;
	font-size: 18px;
}
.ranking-sorteio [class^="top-"] > div:first-child{
	width: 40px;
}
.ranking-sorteio [class^="top-"] > div:nth-child(3){

}
.ranking-sorteio .top-1{
	color: #ff0;
	text-shadow: 0 0 12px #755B00;
}
.ranking-sorteio .top-2{
	color: #fff;
	text-shadow: 0 0 12px #4D5A61;
}
.ranking-sorteio .top-3{
	color: #fa3;
	text-shadow: 0 0 12px #401F00;
}
.ranking-sorteio .top-4{
	color: #999;
}
.ranking-sorteio .top-5{
	color: #999;
}

button.meus-dados{
    display: none !important;
}
.aviso {
    background: #220;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #ffc;
    margin-bottom: 0.5rem;
}
.aviso a{
    padding: 0.05rem 0.3rem;
    display: inline-block;
    color: #000;
    background: #ff0;
    border-radius:6px;
    animation: pulse 0.3s alternate infinite;
}
.link {
    background: #123;
    border-radius: 8px;
    padding: 0.5rem;
}
.link h2{
    font-size: 1.5rem;
}
h1.copy-url {
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.5rem;
    background: #fff !important;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1rem;
    width: 90vw;
    margin: 0 auto;
    border-radius: 8px;
    width: auto;
}

.score span {
    display: block;
}

.score .number {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 800;
}
.numbers>div{
    width: 100% !important;
}
.sorteio-card {
    padding: 1rem;
    background: #123;
    border-radius: 8px;
    margin: 0.5rem;
}

.sorteio-card .numeros span {
    background: #bcd !important;
    padding: 0.3rem !important;
    display: inline-block;
    color: #000;
    font-weight: 800;
    margin: 4px;
}

.sorteio-card h3 {
    font-weight: 800;
    font-size: 1.6rem;
}
.compras .lista {
    display: flex;
    width: 100%;
    margin: 0;
    gap: 12px;
}

.compras .lista>div {
    border-radius: 4px;
    padding: 0.5rem !important;
    background: #00000066 !important;
    color: #cde;
    width: auto;
    max-width: 260px;
}
h6.greetings{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table h2 {
    font-size: 1rem;
}

.table>div {
    margin: 1rem;
}

.table > thead, .table > tbody {
    font-size: 0.8rem !important;
}

.table {
    margin-top: 1rem !important;
}
.pagto {
    text-align: center;
    line-height: 1.2rem;
}

.pagto .texto-contador {
    font-size: 1rem;
}

.pagto .qrcode-copia > div {
    background: #123 !important;
    padding: 1rem;
    border-radius: 4px;
    overflow-wrap: anywhere;
    font-size:0.8rem;
    color: #abc;
    margin-top: 0.5rem;
}

.pagto .qrcode-img img {
    max-width: 320px;
}

.pagto>div:first-child {
    font-size: 1rem;
    font-weight: bold;
}
.pagto .logo img {
    max-height: 64px;
}

.pagto .logo {
    margin-bottom: 2rem;
}

.pagto .pedido span b {
    display: block;
}

.pagto .pedido {background: #123;padding: 1rem;max-width: 320px;margin: 0.5rem auto;border-radius: 8px;}

.pagto .qrcode-img {
    margin: 0 !important;
}

.pagto .bg-info {
    background: #000 !important;
}