:root {
    /* Colors */
    /* Fonts */
    --h1-font-family: Poppins-SemiBold, sans-serif;
    --h1-font-size: 48px;
    --h1-line-height: 58px;
    --h1-font-weight: 600;
    --h1-font-style: normal;
    --h2-font-family: Poppins-Bold, sans-serif;
    --h2-font-size: 36px;
    --h2-line-height: 46px;
    --h2-font-weight: 700;
    --h2-font-style: normal;
    --p-font-family: Poppins-Regular, sans-serif;
    --p-font-size: 16px;
    --p-line-height: 26px;
    --p-font-weight: 400;
    --p-font-style: normal;
    --note-1-font-family: Poppins-Regular, sans-serif;
    --note-1-font-size: 14px;
    --note-1-line-height: 24px;
    --note-1-font-weight: 400;
    --note-1-font-style: normal;
    --note-2-font-family: Poppins-Regular, sans-serif;
    --note-2-font-size: 12px;
    --note-2-line-height: 22px;
    --note-2-font-weight: 400;
    --note-2-font-style: normal;
    --h3-font-family: Poppins-Regular, sans-serif;
    --h3-font-size: 24px;
    --h3-line-height: 34px;
    --h3-font-weight: 400;
    --h3-font-style: normal;

    /* Effects */
}
/* Figma Color Variables of your File */

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background-color: #212121;
}

.content{
    width: 100%;
}

.navbar-nav {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Alinha verticalmente */
    gap: 25px; /* Espaçamento entre itens */
}
.d-flex {
    display: flex;
    align-items: center;
    gap: 15px; /* Espaço entre os ícones */
}

.bg-nav  {
    border-radius: 5px;
    background-color: #212121; /* Ajuste a cor do fundo */
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
}
/* Responsividade para a logo */
.navbar-brand img {
    max-height: 50px;
    width: auto;
}
/* Links do menu */
.nav-link {
    color: #f8f9fa !important; /* Texto branco */
    /*font-size: 1rem;*/
    /*font-weight: 500;*/
    /*text-transform: uppercase;*/
    font-family: var(--p-font-family, "Poppins-Bold", sans-serif);
    font-size: var(--p-font-size, 16px);
    line-height: var(--p-line-height, 26px);
    font-weight: var(--p-font-weight, 700);
}

.nav-link:hover {
    color: #f8d210; /* Cor dourada ao passar o mouse */
}
.navbar-toggler {
    border: none; /* Remove a borda do botão do menu colapsado */
}
.navbar-toggler-icon {
    background: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    center/contain no-repeat;
    width: 30px;
    height: 30px;
}

/* Ícones */
.user,
.carrinho img {
    max-height: 30px;
    width: auto;
    object-fit: contain;
}
/* Melhora alinhamento em dispositivos menores */
@media (max-width: 768px) {
    .nav-link {
        text-align: center;
        /*font-size: 0.9rem;*/
        font-family: var(--p-font-family, "-", sans-serif);
        font-size: var(--p-font-size, 16px);
        font-weight: var(--p-font-weight, 400);
    }

    .d-flex .nav-link img {
        margin: 0 auto;
        display: block;
    }
}

/* Espaçamento do texto ao lado do login */
.fa-a-o-login-ou-cadastre-se {
    color: #e1e1e1;
    text-align: left;
    font-family: var(--p-font-family, "-", sans-serif);
    font-size: var(--p-font-size, 16px);
    line-height: var(--p-line-height, 26px);
    font-weight: var(--p-font-weight, 400);
    position: relative;

}

.fa-a-o-login-ou-cadastre-se-span {
    font-family: var(--p-font-family, "Poppins-Bold", sans-serif);
    font-size: var(--p-font-size, 16px);
    font-weight: var(--p-font-weight, 700);

    white-space: nowrap; /* Impede quebra de linha */
}
.fa-a-o-login-ou-cadastre-se span2 {
    font-family: var(--p-font-family, "Poppins-Regular", sans-serif);

    white-space: nowrap; /* Impede quebra de linha */
}

.menu-btn {
    color: var(--site-color);
    font-size: 23px;
    cursor: pointer;
    display: none;
}
@media (max-width: 947px) {
    .menu-btn {
        display: block;
        z-index: 999;
    }
    #menu-icon.active::before {
        content: "\f00d";
    }
    #menu-site.active {
        left: 0;
    }
}

/* Responsividade adicional */
@media (max-width: 767.98px) {
    .fa-a-o-login-ou-cadastre-se {
        display: none; /* Esconde o texto em telas pequenas */
    }

    .icon-cadastre,
    .carrinho {
        margin-right: 10px;
    }
}

.img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.menu_header {
    width: 347px;
    height: 11px;
    position: static;
}
.menu_header_nav {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 528px;
    top: 10.63px;
}
.text_menu_header {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
}

.login {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 1068px;
    top: 2.63px;
}
/*.icon-cadastre {*/
/*    background: #39b54a;*/
/*    border-radius: 4px;*/
/*    padding: 4px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 0px;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    flex-shrink: 0;*/
/*    position: relative;*/
/*}*/
/*.user {*/
/*    flex-shrink: 0;*/
/*    width: 18px;*/
/*    height: 20px;*/
/*    position: relative;*/
/*    overflow: visible;*/
/*}*/
/*.fa-a-o-login-ou-cadastre-se {*/
/*    color: #ffffff;*/
/*    text-align: left;*/
/*    font-family: sans-serif;*/
/*    font-size: 16px;*/
/*    line-height: 26px;*/
/*    font-weight: 400;*/
/*    position: relative;*/
/*}*/
/*.fa-a-o-login-ou-cadastre-se-span {*/
/*    color: #ffffff;*/
/*    font-family: "Poppins-Bold", sans-serif;*/
/*    font-size: 16px;*/
/*    line-height: 26px;*/
/*    font-weight: 400;*/
/*}*/
/*.fa-a-o-login-ou-cadastre-se-span2 {*/
/*    color: #ffffff;*/
/*    font-family: "Poppins-Regular", sans-serif;*/
/*    font-size: 16px;*/
/*    line-height: 26px;*/
/*    font-weight: 400;*/
/*}*/

.checkout {
    width: 52px;
    height: 50.63px;
    position: static;
}
/*.carrinho {*/
/*    background: #ecf8ed;*/
/*    border-radius: 4px;*/
/*    padding: 6px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 0px;*/
/*    align-items: flex-end;*/
/*    justify-content: flex-start;*/
/*    position: absolute;*/
/*    !*left: 1830px;*!*/
/*    top: 8.63px;*/
/*}*/
.shopping-cart {
    flex-shrink: 0;
    width: 18px;
    height: 20px;
    position: relative;
    overflow: visible;
}
/*.frame-1171275538 {*/
/*    background: #f76a1e;*/
/*    border-radius: 12px;*/
/*    padding: 6px 4px 6px 4px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 10px;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    position: absolute;*/
/*    !*left: 1850px;*!*/
/*    top: 2px;*/
/*}*/
/*.itens_car {*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    font-family: "Geist-Regular", sans-serif;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    position: relative;*/
/*}*/

/* Responsividade */
/* Ajustes adicionais para telas pequenas */
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 50px; /* Ajuste do logo em telas menores */
    }
}
.ponto-de-luz {
    background: #6df480;
    border-radius: 50%;
    opacity: 0.8;
    width: 358px;
    height: 358px;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: 329px;
    filter: blur(200px);
    mix-blend-mode: screen;
    /*mix-blend-mode: plus-lighter;*/
}

.row-site {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Espaço entre o menu fixo e o restante do conteúdo */
.hero-image {
    margin-top: 70px; /* Altura do menu */
    width: 100%;
}
.hero-image img {
    display: block;
    width: 100%;
    height: auto;
}
.textura-background {
    opacity: 0.03;
    width: 100%;
    height: 1710px;
    position: absolute;
    left: 0px;
    margin-top: 4px; /* Altura do menu */
}
.lines {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
}
.texture {
    width: 100%;
    height: 100%;
    position: relative;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    object-fit: cover;
}

.frame-boloes {
    display: flex;
    flex-direction: column;
    gap: 148px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    /*position: relative;*/
    left: 50%;
    translate: -50%;

    /*top: 513px;*/

    margin-top: 127px;
    margin-bottom: 90px; /* Espaço após os bolões */
    position: relative; /* Remove dependências de posicionamento absoluto */
}
.boloes {
    flex-shrink: 0;
    width: 100%;
    /*width: 1200px;*/
    height: 771px;
    position: static;
}
.frame-nossos-boloes {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    /*justify-content: flex-start;*/
    width: 100%;
    position: static;
    left: 0px;
    top: 0px;
}
.participe-nossos-boloes {
    color: #f8f8f8;
    text-align: center;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.03em;
    font-weight: 600;
    position: relative;
    width: 542px;
}
.frame-boloes-home {
    display: flex;
    flex-direction: row;
    gap: 19px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.frame-lotofacil {
    background: #f3e5f3;
    border-radius: 8px;
    padding: 35px 50px 35px 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 387px;
    position: relative;
    /*box-shadow: 0px 0px 20px 0px rgba(139, 0, 139, 1);*/
    transition: border 0.3s ease, box-shadow 0.3s ease; /* Suaviza a transição */
}
.frame-lotofacil:hover {
    box-shadow: 0px 0px 20px 0px rgba(139, 0, 139, 1); /* Adiciona um sombreamento */
}

.frame-card-boloes {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 256.79px;
    /*width: 286.79px;*/
    position: relative;
}
.frame-card-boloes-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.frame-card-boloes-titulo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.lotofacil-tiutlo {
    color: #8b008b;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.loteria-concurso {
    color: #4a4a4a;
    text-align: right;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
}

.lotofacil-premiacao {
    color: #8b008b;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}
.frame-premiacao-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.text-premiacao {
    color: #4a4a4a;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
}

.data-sorteio {
    color: #4a4a4a;
    text-align: right;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
}

.frame-botao-boloes-lotofacil {
    background: #8b008b;
    border-radius: 4px;
    padding: 15px 115px 15px 115px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 48px;
    position: relative;
}
.frame-botao-boloes-lotofacil:hover {
    box-shadow: 0px 0px 20px 0px rgba(139, 0, 139, 1); /* Adiciona um sombreamento */
}

.text-ver-boloes {
    color: #ffffff;
    /*display: inline-block;*/
    text-align: center;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 14px;
    font-weight: 400;
    /*position: relative;*/
    white-space: nowrap;
}

.frame-mega-sena {
    background: #e6eee8;
    border-radius: 8px;
    padding: 35px 50px 35px 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 387px;
    position: relative;
    transition: border 0.3s ease, box-shadow 0.3s ease; /* Adiciona transição suave */
}
.frame-mega-sena:hover {
    /*box-shadow: 0px 0px 16px 0px #0e5922;*/
    box-shadow: 0px 0px 20px rgba(14, 89, 34, 1); /* Adiciona um efeito de sombra */

}

.mega-sena-titulo {
    color: #0e5922;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.mega-sena-premiacao {
    color: #0e5922;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}
.frame-botao-boloes-mega-sena {
    background: #0e5922;
    border-radius: 4px;
    padding: 15px 115px 15px 115px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 48px;
    position: relative;
}
.frame-botao-boloes-mega-sena:hover {
    /*box-shadow: 0px 0px 16px 0px #0e5922;*/
    box-shadow: 0px 0px 20px rgba(14, 89, 34, 1); /* Adiciona um efeito de sombra */

}

.frame-quina {
    background: #ecf4fe;
    border-radius: 8px;
    padding: 35px 50px 35px 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 387px;
    position: relative;
    transition: border 0.3s ease, box-shadow 0.3s ease; /* Adiciona animação suave */
    /*box-shadow: 0px 0px 20px 0px rgba(73, 149, 255, 1);*/
}
.frame-quina:hover {
    /*border: 2px solid #4995ff; !* Exibe borda azul ao passar o mouse *!*/
    box-shadow: 0px 0px 15px rgba(73, 149, 255, 1); /* Adiciona sombra ao redor */
}

.quina-titulo {
    color: #4895ff;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.quina-premiacao {
    color: #4895ff;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}
.frame-botao-boloes-quina {
    background: #4895ff;
    border-radius: 4px;
    padding: 15px 115px 15px 115px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 48px;
    position: relative;
}
.frame-botao-boloes-quina:hover {
    /*border: 2px solid #4995ff; !* Exibe borda azul ao passar o mouse *!*/
    box-shadow: 0px 0px 15px rgba(73, 149, 255, 1); /* Adiciona sombra ao redor */
}

.frame-lotomania{
    background: #feece5;
    border-radius: 8px;
    padding: 35px 50px 35px 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 387px;
    position: relative;
    /*box-shadow: 0px 0px 20px 0px rgba(255, 70, 0, 1);*/
    transition: border 0.3s ease, box-shadow 0.3s ease; /* Adiciona animação suave */
}
.frame-lotomania:hover {
    box-shadow: 0px 0px 15px  rgba(255, 70, 0, 1); /* Adiciona sombra ao redor */
}

.lotomania-titulo {
    color: #ff4500;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.lotomania-premiacao {
    color: #ff4500;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}
.frame-botao-boloes-lotomania {
    background: #ff4500;
    border-radius: 4px;
    padding: 15px 115px 15px 115px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 48px;
    position: relative;
}
.frame-botao-boloes-lotomania:hover {
    box-shadow: 0px 0px 15px  rgba(255, 70, 0, 1); /* Adiciona sombra ao redor */
}

.frame-timemania {
    background: #f6f6e6;
    border-radius: 8px;
    padding: 35px 50px 35px 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 387px;
    position: relative;
    /*box-shadow: 0px 0px 20px 0px rgba(168, 168, 12, 1);*/
    transition: border 0.3s ease, box-shadow 0.3s ease; /* Adiciona transição suave */

}
.frame-timemania:hover {
    box-shadow: 0px 0px 20px rgba(168, 168, 12, 1); /* Adiciona um efeito de sombra */
}

.timemania-titulo {
    color: #a8a80c;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.timemania-premiacao {
    color: #a8a80c;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}
.frame-botao-boloes-timemania {
    background: #a8a80c;
    border-radius: 4px;
    padding: 15px 115px 15px 115px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 48px;
    position: relative;
}

.frame-dia-sorte {
    background: #faf2eb;
    border-radius: 8px;
    padding: 35px 50px 35px 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 387px;
    position: relative;
    /*box-shadow: 0px 0px 20px 0px rgba(205, 133, 63, 1);*/
    transition: border 0.3s ease, box-shadow 0.3s ease; /* Adiciona transição suave */
}
.frame-dia-sorte:hover {
    box-shadow: 0px 0px 20px rgba(205, 133, 63, 1); /* Adiciona um efeito de sombra */
}

.dia-sorte-titulo {
    color: #cd853f;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.dia-sorte-premiacao {
    color: #cd853f;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}
.frame-botao-boloes-dia-sorte {
    background: #cd853f;
    border-radius: 4px;
    padding: 15px 115px 15px 115px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 48px;
    position: relative;
}

.frame-ver-todos-boloes {
    background: #39b54a;
    border-radius: 6px;
    padding: 15px 62px 15px 62px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 300px;
    height: 62px;
    align-self: center;
    /*box-shadow: 0px 0px 30px 0px rgba(57, 181, 74, 1);*/
    text-align: center; /* Centralizar o botão */
    margin-top: 2rem; /* Espaçamento superior */
    margin-bottom: 148px; /* Espaço após os bolões */
}
.frame-ver-todos-boloes:hover {
    /*background: #39B54AFF; !* Cor no hover *!*/
    box-shadow: 0px 0px 30px 0px rgba(57, 181, 74, 1);
    /*box-shadow: 30px 30px 20px rgba(14, 89, 34, 1); !* Adiciona um efeito de sombra *!*/
}
.frame-ver-todos-boloes .btn {
    display: inline-block;
    padding: 0.4rem 1.5rem; /* Ajuste do tamanho do botão */
    font-size: 1rem; /* Tamanho do texto */
    text-transform: uppercase; /* Texto em letras maiúsculas */
    /*background: #39B54AFF; !* Cor de fundo do botão *!*/
    color: #ffffff; /* Cor do texto */
    border: none;
    border-radius: 8px; /* Bordas arredondadas */
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
    width: auto;
}

.ver-todos-boloes {
    color: #ececec;
    text-align: center;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.icon-whatsup {
    height: auto;
    position: sticky;
    left: 1200px;
    top: 953px;
    overflow: visible;
}
.frame-faca-palpite {
    display: flex;
    flex-direction: column;
    gap: 148px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    /*position: absolute;*/
    left: 50%;
    translate: -50%;
    /*top: 513px;*/
}

.faca-seu-palpite {
    color: #f8f8f8;
    text-align: center;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.03em;
    font-weight: 600;
    position: relative;
    left: 50%;
    translate: -50%;
    width: 468px;
    margin-top: 148px;
    /*margin-top: 20px; !* Espaçamento entre "bolões" e "Faça seu palpite" *!*/
}

.frame-step-by-step {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centraliza os elementos */
    gap: 20px; /* Espaçamento entre os steps */
    margin-top: 36px; /* Espaçamento entre "Faça seu palpite" e os steps */
}

.frame-como-funciona {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    left: 20%;
    width: 100%;

}
.frame-como-funciona-cards {
    background: #fef4e8;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    width: 280px; /* Largura fixa para manter consistência */
}
.icons-cards {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    position: relative;
    overflow: visible;
}
.frame-como-funciona-icon {
    background: #f9951e;
    border-radius: 103px;
    padding: 10px 12px 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    position: relative;
}
.frame-text-faca-cadastro {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.text-titulo-cards {
    color: #222222;
    text-align: center;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}
.text-maior-18-anos {
    color: #222222;
    text-align: center;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    width: 201px;
}
.frame-escolha-boloes {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.frame-escolha-boloes-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.text-selecione-cotas-comprar {
    color: #222222;
    text-align: center;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}
.frame-realizar-pgto {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.frame-cadastrar-se {
    background: #39b54a;
    border-radius: 4px;
    padding: 15px 62px 15px 62px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center; /* Centralizar o botão */
    height: 62px;
    position: relative;
    /*translate: -50%;*/
    margin-top: 10px; /* Espaçamento entre "Faça seu palpite" e os steps */
    /*box-shadow: 0px 0px 30px 0px rgba(57, 181, 74, 1);*/
}
.frame-cadastrar-se:hover {
    box-shadow: 0px 0px 30px 0px rgba(57, 181, 74, 1);
}

.frame-cadastrar-se .btn {
    display: inline-block; /* Trata o botão como um elemento inline centralizável */
    background-color: #39b54a; /* Exemplo de cor de fundo */
    color: #fff; /* Cor do texto */
    padding: 10px 20px; /* Ajuste de tamanho do botão */
    border-radius: 5px; /* Bordas arredondadas (opcional) */
    text-decoration: none; /* Remover sublinhados */
    font-size: 16px; /* Ajuste de tamanho do texto (opcional) */
}

.cadastre-se-aqui {
    color: #ececec;
    text-align: center;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

@media (max-width: 768px) {
    .frame-como-funciona-cards {
        width: 100%; /* Ocupa toda a largura em telas pequenas */
    }

    .faca-seu-palpite {
        font-size: 28px; /* Reduz o tamanho do texto para dispositivos menores */
    }

    .frame-boloes {
        margin-bottom: 700px; /* Espaçamento extra entre os blocos */
    }
}

/*.sua-sorte,*/
/*.sua-sorte * {*/
/*    box-sizing: border-box;*/
/*}*/
/*.sua-sorte {*/
/*    position: relative;*/
/*}*/
/*.group-1171275128 {*/
/*    !*width: 1920px;*!*/
/*    width: 100%;*/
/*    height: 700px;*/
/*    position: static;*/
/*    margin-top: 182px; !* Espaçamento entre "Cadastre-se" e os Imagem *!*/
/*}*/
/*.rectangle-2360 {*/
/*    background: #39b54a;*/
/*    !*width: 1920px;*!*/
/*    width: 100%;*/
/*    height: 700px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    translate: -50%;*/
/*    top: 0px;*/
/*}*/
/*.dots {*/
/*    opacity: 0.1;*/
/*    !*width: 1920px;*!*/
/*    width: 100%;*/
/*    height: 700px;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 0px;*/
/*}*/
/*.texture2 {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    right: 0%;*/
/*    left: 0%;*/
/*    bottom: 0%;*/
/*    top: 0%;*/
/*    object-fit: cover;*/
/*}*/
/*.frame-1171275465 {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 32px;*/
/*    align-items: flex-start;*/
/*    justify-content: flex-start;*/
/*    width: 542px;*/
/*    position: absolute;*/
/*    left: 970px;*/
/*    top: 211px;*/
/*}*/
/*.conhe-a-a-sua-sorte {*/
/*    color: #e1e1e1;*/
/*    text-align: left;*/
/*    font-family: var(--h1-font-family, "Poppins-SemiBold", sans-serif);*/
/*    font-size: var(--h1-font-size, 48px);*/
/*    line-height: var(--h1-line-height, 58px);*/
/*    letter-spacing: var(--h1-letter-spacing, -0.03em);*/
/*    font-weight: var(--h1-font-weight, 600);*/
/*    position: relative;*/
/*}*/
/*.sua-sorte-uma-plataforma-que-foi-criada-para-facilitar-sua-vida-aqui-voc-pode-fazer-seus-bol-es-com-toda-a-comodidade-sem-sair-da-sua-casa-do-seu-escrit-rio-tudo-muito-f-cil-e-r-pido {*/
/*    color: #e1e1e1;*/
/*    text-align: left;*/
/*    font-family: var(--p-font-family, "-", sans-serif);*/
/*    font-size: var(--p-font-size, 16px);*/
/*    line-height: var(--p-line-height, 26px);*/
/*    font-weight: var(--p-font-weight, 400);*/
/*    position: relative;*/
/*    align-self: stretch;*/
/*}*/
/*.sua-sorte-uma-plataforma-que-foi-criada-para-facilitar-sua-vida-aqui-voc-pode-fazer-seus-bol-es-com-toda-a-comodidade-sem-sair-da-sua-casa-do-seu-escrit-rio-tudo-muito-f-cil-e-r-pido-span {*/
/*    font-family: var(--p-font-family, "Poppins-Bold", sans-serif);*/
/*    font-weight: var(--p-font-weight, 700);*/
/*}*/
/*.sua-sorte-uma-plataforma-que-foi-criada-para-facilitar-sua-vida-aqui-voc-pode-fazer-seus-bol-es-com-toda-a-comodidade-sem-sair-da-sua-casa-do-seu-escrit-rio-tudo-muito-f-cil-e-r-pido-span2 {*/
/*    font-family: var(--p-font-family, "Poppins-Regular", sans-serif);*/
/*}*/
/*.frame-1171275352 {*/
/*    !*background: #f7941e;*!*/
/*    !*background: #d53333;*!*/
/*    border-radius: 4px;*/
/*    padding: 15px 62px 15px 62px;*/
/*    !*display: flex;*!*/
/*    !*flex-direction: row;*!*/
/*    !*gap: 10px;*!*/
/*    !*align-items: center;*!*/
/*    !*justify-content: center;*!*/
/*    !*flex-shrink: 1;*!*/
/*    width: 400px;*/
/*    height: 72px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    margin-top: 540px; !* Espaçamento entre "Cadastre-se" e os Imagem *!*/
/*    z-index: 2; !* Coloca acima da imagem *!*/

/*}*/
/*.saiba-mais {*/
/*    background: #f7941e;*/
/*    border-radius: 4px;*/
/*    padding: 15px 62px 15px 62px;*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    font-family: "Poppins-Bold", sans-serif;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    position: relative;*/
/*}*/
/*.s-mbolo-logo-render-3-d {*/
/*    width: 484px;*/
/*    height: 490px;*/
/*    position: absolute;*/
/*    left: 333px;*/
/*    top: 105px;*/
/*    box-shadow: -7px 9px 26px 0px rgba(0, 0, 0, 0.25),*/
/*    -29px 37px 47px 0px rgba(0, 0, 0, 0.21),*/
/*    -65px 84px 64px 0px rgba(0, 0, 0, 0.13),*/
/*    -116px 149px 76px 0px rgba(0, 0, 0, 0.04),*/
/*    -181px 233px 83px 0px rgba(0, 0, 0, 0);*/
/*    object-fit: cover;*/
/*}*/


.group-saiba-mais {
    margin-top: 120px;
    position: relative;
    text-align: center;
    /*position: relative;*/
    width: 100%;
    height: 500px;
    background-color: #39b54a;
    display: flex;
    justify-content: center; /* Centraliza itens horizontalmente */
    align-items: center; /* Centraliza itens verticalmente */
    padding: 50px 20px; /* Espaçamento interno para telas menores */
    overflow: hidden; /* Garante que o conteúdo respeite os limites da área */

}
.rectangle-saiba-mais {
    background-color: #39b54a;
    width: 100%;
    height: 700px;
    text-align: center;
    position: relative;
    /*translate: -50%;*/
}
.dots-saiba-mais {
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1; /* Fica por trás do conteúdo */
    /*pointer-events: none; !* Permite clicar nos itens acima evitando problemas *!*/
}
.container-2 {
    border-color: #4B0082;
    position: relative;
    z-index: 2; /* Coloca acima da textura */
    max-width: 100%; /* Limita a largura máxima para não ocupar a tela toda */
    /*max-width: 1200px; !* Limita a largura máxima para não ocupar a tela toda *!*/
    display: flex;
    flex-wrap: wrap; /* Torna responsivo, permitindo quebra em telas pequenas */
    flex-direction: row; /* Organiza os elementos em coluna */
    align-items: start; /* Centraliza elementos verticalmente */
    justify-content: start; /* Centraliza elementos horizontalmente */
    text-align: center; /* Centraliza texto e imagem */
    gap: 20px; /* Espaçamento entre imagem e texto */
    height: 100%;
    padding: 0 20px;
    color: white; /* Texto branco para contraste com o verde */
}
.logo-render-3d {
    position: relative;
    left: 0;
    align-items: self-start;
    /*left: 73px;*/
    top: 0px;
    margin: 0 auto 20px; /* Centraliza e adiciona margem inferior */
    max-width: 500px; /* Tamanho máximo */
    height: auto; /* Mantém proporções */
    object-fit: cover;
    /*mix-blend-mode: multiply;*/
    /*background-color: rgba(57, 181, 74, 0.9); !* Suaviza o fundo *!*/
    opacity: 1.7;
    z-index: 2;
}
.ellipse-1 {
    background: #f7941e;
    border-radius: 50%;
    opacity: 0.4;
    width: 183px;
    height: 183px;
    position: relative;
    /*left: 777px;*/
    /*top: 2396px;*/
    filter: blur(75px);
    mix-blend-mode: screen;
}

/* Estilo para a imagem */
.image img {
    /*max-width: 500px; !* Tamanho máximo para a imagem *!*/
    /*width: 100%; !* Garante que seja responsivo *!*/
    width: 484px; /* Largura fixa */
    height: 490px; /* Altura fixa */
    object-fit: contain; /* Não distorce a imagem */

    /*height: auto; !* Mantém a proporção da imagem *!*/
}
/* Texto */
.text h1 {
    font-size: 1.8rem; /* Tamanho do título */
    font-weight: bold;
    margin-bottom: 15px; /* Espaçamento abaixo do título */
    color: white;
}

.text p {
    font-size: 1rem;
    line-height: 1.5; /* Ajuste de espaçamento entre linhas */
    margin: 0;
    color: white;
}


/*.texture0 {*/
/*        !*width: 100%;*!*/
/*        !*height: 700px;*!*/
/*        !*position: relative;*!*/
/*        !*right: 0%;*!*/
/*        !*left: 0%;*!*/
/*        !*bottom: 0%;*!*/
/*        !*top: 0%;*!*/
/*        !*object-fit: cover;*!*/
/*        width: 100%; !* Ocupa a largura total *!*/
/*        height: auto; !* Mantém proporções *!*/
/*        object-fit: cover; !* Faz com que preencha completamente sem deformar *!*/

/*    }*/

.frame-saiba-mais {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 36px;*/
    /*align-items: flex-start;*/
    /*justify-content: flex-start;*/
    /*width: 500px;*/
    /*position: relative;*/
    /*left: 690px;*/
    /*top: 1803px;*/

    max-width: 1200px; /* Limita a largura máxima em dispositivos maiores */
    margin: auto; /* Centraliza horizontalmente em dispositivos grandes */

}
.frame-picture-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
/* Estilo para o texto */
.text {
    flex: 1; /* O texto ocupará o espaço restante */
    text-align: left; /* Alinha o texto à esquerda */
    color: white; /* Texto branco para contraste com o fundo */
    max-width: 600px; /* Limita a largura do bloco de texto */
}
.tit-picture-text {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;

    /*font-family: sans-serif;*/

    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.03em;
    font-weight: 600;
    /*position: relative;*/
    font-size: 2rem; /* Tamanho grande para o título */
    font-weight: bold;
    margin-bottom: 20px; /* Espaçamento entre o título e o texto */
}

.frame-sua-sorte-text-saiba-mais {
    color: #ffffff;
    /*text-align: left;*/
    /*font-family: sans-serif;*/

    /*font-size: 16px;*/
    /*line-height: 26px;*/
    /*font-weight: 400;*/
    /*position: relative;*/
    /*align-self: stretch;*/

    font-size: 1rem;
    margin-bottom: 30px; /* Espaçamento abaixo do parágrafo */
    line-height: 1.6; /* Espacamento nas linhas */
}
.sua-sorte-text-destaque {
    color: #ffffff;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    font-weight: 700;
}
.sua-sorte-text {
    color: #ffffff;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
/* Botão */
.button-wrapper {
    margin-top: 20px; /* Espaçamento entre o texto e o botão */
    width: 100%; /* Botão ocupa todo o espaço disponível */
    display: flex;
    justify-content: flex-end; /* Alinha o botão à direita */
}

.btn-saiba-mais {
    display: inline-block; /* Garante que o botão fique na linha ao lado de outros blocos */
    margin-top: 20px; /* Espaçamento acima do botão */
    text-align: right; /* Alinha o texto do botão à direita */
    padding: 12px 30px; /* Espaçamento interno do botão */
    background-color: #f7941e; /* Fundo azul padrão (Bootstrap) */
    color: white; /* Texto branco */
    border-radius: 5px; /* Bordas arredondadas */
    font-size: 1rem; /* Tamanho do texto */
    text-decoration: none; /*Remove sublinhado */
}
.btn-saiba-mais:hover {
    background-color: #f7941e; /* Cor ao passar o mouse */
    color: #fff; /* Texto permanece branco */
}

.frame-botao-saiba-mais {
    background: #f7941e;
    border-radius: 6px;
    padding: 15px 62px 15px 62px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 62px;
    position: relative;
    left: 50%;
    translate: -50%;
    /*box-shadow: 0px 0px 30px 0px rgba(247, 148, 30, 1);*/

}
.frame-botao-saiba-mais:hover {
    box-shadow: 0px 0px 30px 0px rgba(247, 148, 30, 1);
}

@media (max-width: 768px) {
    .frame-picture-text {
        max-width: 100%; /* Permite que o texto ocupe todo o espaço disponível em telas menores */
    }

    .frame-botao-saiba-mais {
        width: 90%; /* Garante que o botão seja responsivo em telas pequenas */
    }

    .logo-render-3d {
        max-width: 150px; /* Reduz o tamanho da logo em telas menores */
    }
}

.frame-clientes-opinioes {
    /*background: #39b54a;*/
    width: 100%;
    height: 477px;
    justify-content: center; /* Centraliza os elementos */
    /*position: absolute;*/
    margin-top: 282px;
}
.opiniao-nossos-clientes {
    color: #f8f8f8;
    text-align: center;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.03em;
    font-weight: 600;
    position: relative;
    left: 50%;
    /*left: 396px;*/
    translate: -50%;
    width: 568px;
    /*margin-top: 202px;*/
    margin-bottom: 20px;
}
.frame-opinioes-clientes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    /*/       gap: 24px;*/
    text-align: center;
    align-items: center;
    /*justify-content: flex-start;*/
    justify-content: center; /* Centraliza os elementos */
    position: absolute;
    left: 50%;
    translate: -50%;

}
.frame-opiniao-cliente {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 300px;
    text-align: center;
    /*width: 400px;*/
    position: relative;
}
.opiniao-cliente-star {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    height: auto;
    position: relative;
    overflow: visible;
    width: 24px; /* Ajuste do tamanho da imagem */
    height: auto;
    margin-bottom: 15px;
}
.opiniao-cliente-text {
    color: #ffffff;
    text-align: center;
    font-family: "Poppins-Regular", sans-serif;
    /*font-size: 1rem;*/
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    margin-bottom: 15px;

}
.frame-opiniao-cliente-img{
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    /*justify-content: flex-start;*/
    flex-shrink: 0;
    position: relative;
}
.opiniao-cliente-img {
    border-radius: 50%;
    flex-shrink: 0;
    /*width: 29.84px;*/
    /*height: 29.84px;*/
    width: 48px;
    height: 48px;
    position: relative;
    object-fit: cover;
}
.frame-opiniao-cliente-nome{
    display: flex;
    flex-direction: column;
    gap: 6.22px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}
.opiniao-cliente-nome {
    color: #fddfbb;
    text-align: left;
    font-family: "Inter-Bold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
}

/* Ajustando para diferentes tamanhos de tela */
@media (max-width: 768px) {
    .opiniao-nossos-clientes {
        font-size: 1.5rem; /* Reduz tamanho do texto para telas menores */
    }

    .frame-opiniao-cliente {
        width: 100%; /* Cada opinião ocupa 100% da largura */
    }

    .frame-opinioes-clientes {
        gap: 15px; /* Ajusta o espaçamento dos cards */
    }
}

@media (max-width: 576px) {
    .opiniao-nossos-clientes {
        font-size: 1.2rem; /* Texto ainda menor para celulares */
    }

    .frame-opiniao-cliente {
        padding: 15px; /* Reduz o padding para caber melhor */
    }

    .opiniao-cliente-img {
        width: 40px;
        height: 40px; /* Imagens menores em dispositivos pequenos */
    }

    .opiniao-cliente-text {
        font-size: 0.9rem; /* Texto reduzido */
    }

    .frame-opinioes-clientes {
        gap: 10px; /* Espaçamento menor */
    }
}

/*Inicio inclusão IA*/
footer {
    position: relative;
    z-index: 1; /* Garante que todo o conteúdo do rodapé esteja acima da imagem */
    padding: 20px;
}
.footer-image-container {
    position: relative;
    width: 100%;
    height: 0;
    z-index: -1; /* Coloca atrás do conteúdo */
    text-align: center; /* Centraliza horizontalmente */
}

.footer-image {
    width: 60%; /* Mantém a proporção original da imagem */
    /*max-width: 100%; !* Responsivo: evita que ultrapasse o limite da tela *!*/
    height: auto; /* Ajusta proporcionalmente à largura */
    position: absolute; /* Libera a imagem para se posicionar independente do fluxo */
    bottom: 0;
    left: 50%; /* Centraliza na página */
    transform: translateX(-50%); /* Ajusta o ponto zero para o centro da imagem */
}
/*Fim inclusão IA*/

.rectangle-premios-pagos {
    margin-top: 200.64px; /* Espaçamento de 100px entre os blocos */
    width: 90%;
    height: 519px;
    text-align: center;
    align-items: center;
    justify-content: center;

    display: flex;
    margin: 0 auto; /* Centraliza na tela */
}
.frame-premios-pagos {
    padding: 20px; /* Espaçamento interno */
    background-color: #f9f9f9; /* Fundo claro automatizado */
    border-radius: 12px; /* Borda arredondada */
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra suave */
    align-items: center;
    justify-content: center;
}
.premios-pagos-titulo {
    margin-top: 50px;
    color: #434141;
    text-align: center;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 48px;
    line-height: 0.7;
    /*line-height: 58px;*/
    letter-spacing: -0.03em;
    font-weight: 600;
}
.premios-pagos-titulo .linha-1,
.premios-pagos-titulo .linha-2 {
    display: block; /* Garante que cada linha fique separada */
}

.premios-pagos {
    color: #434141;
    position: relative;
    align-self: stretch;
    font-size: 2.5rem;
    font-weight: bold;
}
.premios-pagos-moeda {
    color: #434141;
    font-family: "Poppins-ExtraBold", sans-serif;
    font-size: 64px;
    letter-spacing: -0.03em;
    font-weight: 800;
    vertical-align: top;
}
.premios-pagos-valor {
    color: #434141;
    font-family: "Poppins-ExtraBold", sans-serif;
    font-size: 64px;
    letter-spacing: -0.03em;
    font-weight: 800;
    vertical-align: top;
}
.icon-premios-distribuidos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.ellipse-52 {
    background: #f7941e;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}
.pig-money {
    width: 40px;
    height: auto;
    top: 8px;
    margin-right: 0px;
    align-items: center;
    flex-shrink: 0;
    overflow: visible;
    position: relative;
}

/* Responsividade */
@media (max-width: 768px) {
    .frame-premios-pagos {
        margin-top: 80px; /* Menor espaçamento para telas menores */
        font-size: 1.2rem; /* Texto reduzido */
    }

    .premios-pagos-titulo {
        font-size: 1.5rem;
    }

    .premios-pagos {
        font-size: 2rem;
    }

    .icon-premios-distribuidos {
        flex-direction: column; /* Organiza o ícone em coluna */
        margin-top: 15px;
    }

    .ellipse-52 {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 10px; /* Espaçamento entre os ícones em coluna */
    }

    .pig-money {
        width: 35px;
    }
}

@media (max-width: 576px) {
    .frame-premios-pagos {
        margin-top: 70px; /* Ajuste adicional para celulares */
        padding: 15px; /* Redução no padding */
    }

    .premios-pagos-titulo {
        font-size: 1.2rem;
    }

    .premios-pagos {
        font-size: 1.8rem;
    }

    .ellipse-52 {
        width: 40px;
        height: 40px;
    }

    .pig-money {
        width: 30px;
    }
}
@media (max-width: 480px) {
    .premios-pagos-titulo {
        font-size: 1.2rem; /* Reduz ainda mais o texto para telas muito pequenas */
    }
}

.frame-rodape {
    /*background-color: #f1f1f1; !* Cor de fundo do rodapé *!*/
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 48px;*/
    /*align-items: center;*/
    /*justify-content: flex-start;*/
    /*width: 600px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*translate: -50%;*/
    /*top: 3472px;*/
}

.frame-midias-sociais-separador {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
}

/* inicio inclusão IA*/

/*.frame-midias-sociais img {*/
/*    width: 20px;*/
/*    margin: 0 10px;*/
/*    cursor: pointer;*/
/*}*/

.frame-links-radape {
    margin-bottom: 20px;
}

.frame-links-radape .text-link-boloes,
.frame-links-radape .text-link-outros {
    margin: 5px 0;
    font-weight: bold;
    font-size: 14px;
    color: #f7941e;
    cursor: pointer;
    transition: color 0.3s;
}

.frame-links-radape .text-link-boloes:hover,
.frame-links-radape .text-link-outros:hover {
    color: #39b54a; /* Cor ao passar o mouse */
}

.frame-info-roadape {
    display: flex;
    flex-wrap: wrap; /* Ajusta os elementos em telas menores */
    justify-content: center;
    gap: 20px;
}

.frame-info-jogue,
.frame-info-outros-roadape {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icons-info-radape {
    width: 40px;
    height: auto;
}

.group-jogue-aposte,
.group-pgto-pix,
.group-sorteio-vivo {
    text-align: left;
}

.text-jogue-facil,
.text-pgto-seguro,
.text-sorteios-online {
    font-weight: bold;
    font-size: 16px;
}

.text-aposte-online,
.text-pix,
.text-acompanhe-vivo {
    font-size: 14px;
    color: #555;
}

.frame-regra-copyright {
    margin-top: 20px;
    font-size: 12px;
    color: #777;
    text-align: center;
}

/* Para a última linha do rodapé */
.frame-rodape-end {
    height: 23px; /* Ajuste opcional */
    background-color: #f7941e;
}

/* Ajustes responsivos */
@media (max-width: 768px) {
    .frame-midias-sociais {
        flex-direction: row;
        justify-content: center;
    }

    .frame-info-roadape {
        flex-direction: column;
    }

    .frame-info-jogue,
    .frame-info-outros-roadape {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .frame-rodape {
        padding: 10px 5px;
    }

    .icons-info-radape {
        width: 30px;
    }

    .text-jogue-facil,
    .text-pgto-seguro,
    .text-sorteios-online {
        font-size: 14px;
    }

    .text-aposte-online,
    .text-pix,
    .text-acompanhe-vivo {
        font-size: 12px;
    }
}

/* fim inclusão IA*/
.frame-midias-sociais {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.img-midias-sociais {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
    margin-right: 8px; /* Adiciona espaçamento apenas à direita */
}
.img-midias-sociais:last-child {
    margin-right: 0; /* Remove margem do último item */
}
.frame-separador {
    background: #eeeeee;
    border-radius: 1px;
    gap: 8px;

    flex-shrink: 0;
    width: 3px;
    height: 42px;
    position: relative;
}
.img-separador {
    flex-shrink: 0;
    width: 250.5px;
    height: 52.23px;
    position: relative;
    overflow: visible;
}
.frame-radape-dados {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.frame-links-radape {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.text-link-boloes {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
}
.text-link-outros {
    color: #f7941e;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
}
.frame-rodape-info {
    display: flex;
    /*flex-direction: column;*/
    flex-direction: row;
    gap: 32px;
    align-items: center;
    /*justify-content: flex-start;*/
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.frame-info-roadape {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}
.frame-info-jogue {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}
.icons-info-radape {
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 24px;
    position: relative;
    overflow: visible;
}
.group-jogue-aposte {
    flex-shrink: 0;
    width: 198px;
    height: 29px;
    position: static;
}
.text-jogue-facil {
    color: #eeeeee;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    position: absolute;
    left: 48.05px;
    top: 0px;
}
.text-aposte-online {
    color: #eeeeee;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: absolute;
    left: 48.05px;
    top: 19px;
}
.frame-info-outros-roadape {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}
.group-pgto-pix {
    flex-shrink: 0;
    width: 231px;
    height: 29px;
    position: static;
}
.text-pgto-seguro {
    color: #eeeeee;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    position: absolute;
    left: 50px;
    top: 0px;
}
.text-pix {
    color: #eeeeee;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: absolute;
    left: 50px;
    top: 19px;
}
.icon-multiplique-chances {
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 24px;
    position: relative;
    overflow: visible;
}
.group-chances-mult {
    flex-shrink: 0;
    width: 235px;
    height: 29px;
    position: static;
}
.text-mult-chances {
    color: #eeeeee;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight:700;
    position: absolute;
    left: 50px;
    top: 0px;
}
.text-oportunidades {
    color: #eeeeee;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight:400;
    position: absolute;
    left: 50px;
    top: 19px;
}
.icon-sorteios-online {
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 24px;
    position: relative;
    overflow: visible;
}
.group-sorteio-vivo {
    flex-shrink: 0;
    width: 237px;
    height: 29px;
    position: static;
}
.text-sorteios-online {
    color: #eeeeee;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight:700;
    position: absolute;
    left: 50px;
    top: 0px;
}
.text-acompanhe-vivo {
    color: #eeeeee;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight:400;
    position: absolute;
    left: 50px;
    top: 19px;
}
.frame-regra-copyright {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.frame-regra {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}
.img-regra {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    position: relative;
    overflow: visible;
}
.text-regra {
    color: #eeeeee;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
}
.frame-copyright {
    text-align: center;
    font-family: "-", sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}
.text-copyright {
    color: #eeeeee;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
}
.text-direitos {
    color: #eeeeee;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.text-termos {
    color: #f7941e;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.text-termos:hover {
    color: #39b54a;
}

.body-dash {
    /*font-family: "Poppins", sans-serif;*/
    /*background-color: #d7d9e5 ;*/
    margin: 0;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #212121;
}

.row-dash {
    display: flex;
    /*justify-content: center;*/
    /*align-items: start;*/
}

.scroller_dashboard {
    overflow: scroll;
    overflow-x: hidden;
    padding: 1px;
    height: 100%;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 100vh;*/
}

.card {
    border-radius: 5px;
    box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
    padding: 30px;
    margin: 20px;
    width: 375px;
    transition: all 0.3s ease-out;
}

.card:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.card title {
    color: #a3a5ae;
    text-decoration-style: solid;
    font-size: 16px;
}

.card header-loto {
    background-color: #8B008B;
    color: #a3a5ae;
    text-decoration-style: solid;
    /*font-style: bold;*/
    font-size: 16px;
}

.card p {
    color: #a3a5ae;
    text-decoration-style: solid;
    /*font-size: 16px;*/
    font-size: 0.50em;
    font-family: "Poppins", sans-serif;
}

.image {
    float: right;
    max-width: 64px;
    max-height: 64px;
}

.title-left {
    color: #8794ad;
    text-decoration: lightslategrey solid;
    font-size: 20px;
    font-family: fantasy;
}

.title-right {
    color: #8794ad;
    font-size: 0.75em;
    text-decoration-style: solid;
    font-family: fantasy;
}

.bg-success-title {
    border-radius: 5px;
    background-color: #1e832d;
}

.bg-pink-title {
    border-radius: 5px;
    /*background-color: #4B0082;*/
    /*text-decoration-color: #4B0082;*/
}

.bg-blue-title {
    border-radius: 5px;
    background-color: #0000CD;
}

.bg-orange-title {
    border-radius: 5px;
    background-color: #f64f0d;
}

.bg-yellow-title {
    border-radius: 5px;
    background-color: #FFFF00;
}

.bg-brown-title {
    border-radius: 5px;
    background-color: #A0522D;
}

.title-left-loto-facil {
    color: #4B0082;
    text-decoration: solid;
    font-size: 20px;
    font-family: BlinkMacSystemFont;
}

.title-right-loto-facil {
    color: #4B0082;
    font-size: 0.75em;
    text-decoration-style: solid;
    font-family: BlinkMacSystemFont;
}

.title-left-mega-sena {
    color: #0e5922;
    text-decoration: #0e5922 solid;
    font-size: 20px;
    font-family: BlinkMacSystemFont;
}

.title-right-mega-sena {
    color: #0e5922;
    font-size: 0.75em;
    text-decoration-style: solid;
    font-family: BlinkMacSystemFont;
}

.title-left-quina {
    color: #4895ff;
    text-decoration: #4895ff solid;
    font-size: 20px;
    font-family: BlinkMacSystemFont;
}

.title-right-quina {
    color: #4895ff;
    font-size: 0.75em;
    text-decoration-style: solid;
    font-family: BlinkMacSystemFont;
}

.title-left-loto-mania {
    color: #FF4500;
    text-decoration: #FF4500 solid;
    font-size: 20px;
    font-family: BlinkMacSystemFont;
}

.title-right-loto-mania {
    color: #FF4500;
    font-size: 0.75em;
    text-decoration-style: solid;
    font-family: BlinkMacSystemFont;
}

.title-left-time-mania {
    color: #a8a80c;
    text-decoration: #a8a80c solid;
    font-size: 20px;
    font-family: BlinkMacSystemFont;
}

.title-right-time-mania {
    color: #a8a80c;
    font-size: 0.75em;
    text-decoration-style: solid;
    font-family: BlinkMacSystemFont;
}

.title-left-dia-sorte {
    color: #CD853F;
    text-decoration: #CD853F solid;
    font-size: 20px;
    font-family: BlinkMacSystemFont;
}

.title-right-dia-sorte {
    color: #CD853F;
    font-size: 0.75em;
    text-decoration-style: solid;
    font-family: BlinkMacSystemFont;
}

.subtitle {
    color: #f7941d;
    /*font-size: 0.75em;*/
    text-decoration-style: solid;
}

.subtitle-sub {
    color: #8794ad;
    font-size: 1.20em;
    text-decoration-style: solid;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.subtitle-right {
    color: #f7941d;
    font-size: 0.75em;
    text-decoration-style: solid;
    font-family: fantasy;
}

.blue {
    border-left: 3px solid #4895ff;
    /*border-left: 3px solid #4895ff;*/
}

.verde {
    border-left: 3px solid #0e5922;
    /*border-left: 3px solid #4895ff;*/
}

.green {
    border-left: 3px solid #3bb54a;
}

.red {
    border-left: 3px solid #b3404a;
}

.orange {
    border-left: 3px solid #FF4500;
}

.yellow {
    border-left: 3px solid #FFFF00;
}

.brown {
    border-left: 3px solid #CD853F;
}

.purple {
    border-left: 3px solid #8B008B;
}

.h2-boloes {
    /*color: var(--second2-bg-color);*/
    text-align: center;
    text-decoration: #0e5922;
    text-decoration-style: solid;
    font-size: 40px;
    font-family: "Bodoni MT Poster Compressed";
}

.borda-visao-empresa {
    border-left: 3px solid #f7941e;
    /*border-left: 3px solid #4895ff;*/
}

.title-visao-empresa {
    color: #39b54a;
    text-decoration: #CD853F solid;
    font-size: 40px;
    font-family: BlinkMacSystemFont;
}

.greeting-visao-empresa {
    color: #f7941e;
    text-decoration: #f7941e solid;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.bg-como-funciona {
    background-color: #39b54a;
    text-align: center;
    /*text-decoration: #fafafa;*/
    /*text-decoration-style: solid;*/
    font-size: 20px;
    font-family: "Calibri Light", "Calibri", sans-serif;
}

.bg-footer  {
    /*color: #2a2828;*/
    border-radius: 5px;
    /*background: #2a2828;*/
    background: #2a2828;
    text-align: justify;
}

/* Inicio - Styles Página Boloes */

.frame-1171275569,
.frame-1171275569 * {
    box-sizing: border-box;
}
.frame-1171275569 {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
    justify-content: flex-start;
    height: 352px;
    position: relative;
}
.frame-1171275572 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.rectanglerectangle-mega-sena {
    background: #229551;
    flex-shrink: 0;
    width: 7.87px;
    height: 34px;
    position: relative;
}
.mega-sena {
    color: #e1e1e1;
    text-align: left;
    font-family: var(--h1-font-family, "Poppins-SemiBold", sans-serif);
    font-size: var(--h1-font-size, 48px);
    line-height: var(--h1-line-height, 58px);
    letter-spacing: var(--h1-letter-spacing, -0.03em);
    font-weight: var(--h1-font-weight, 600);
    position: relative;
    flex: 1;
}
.frame-1171275568 {
    display: flex;
    flex-direction: row;

    /*overflow-x: auto;           !* Adiciona rolagem horizontal *!*/
    overflow: hidden;
    scroll-snap-type: x mandatory; /* Configura o "snap" para melhor usabilidade */

    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    /*width: 1596px;*/
    margin: 0;
    width: 100%;
    position: relative;
}
/* Barra de rolagem personalizável (opcional) */
.frame-1171275568::-webkit-scrollbar {
    height: 8px;
}

.frame-1171275568::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.mega-sena2 {
    flex-shrink: 0;
    width: 444px;
    height: 282px;
    position: relative;
}
.mega-sena2:hover {
    /*box-shadow: 0px 0px 16px 0px #0e5922;*/
    box-shadow: 0px 4px 8px rgba(14, 89, 34, 1); /* Adiciona um efeito de sombra */

}

.group-1171275132 {
    position: absolute;
    inset: 0;
}
.rectangle-2368 {
    background: #393939;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
}
.frame-1171275566 {
    background: #229551;
    border-radius: 8px 8px 0px 0px;
    padding: 16px 24px 16px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 26.24%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 73.76%;
    top: 0%;
}
.frame-1171275567 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.mega-sena3 {
    color: #e1e1e1;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
}
.bol-o-ms-56544928 {
    color: #e1e1e1;
    text-align: left;
    font-family: "Poppins-Italic", sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    font-style: italic;
    position: relative;
}
.conc-2777-18-01-2025 {
    color: #e1e1e1;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    position: relative;
}
.group-1171275150 {
    width: 396px;
    height: 155px;
    position: static;
}
.group-1171275149 {
    width: 396px;
    height: 32px;
    position: static;
}
.group-1171275133 {
    width: 112px;
    height: 32px;
    position: static;
}
.frame-1171275564 {
    background: #39b54a;
    border-radius: 50px;
    padding: 10px 16px 10px 16px;
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    justify-content: flex-end;
    width: 25.23%;
    height: 11.35%;
    position: absolute;
    right: 5.41%;
    left: 69.37%;
    bottom: 5.67%;
    top: 82.98%;
}
.shopping-cart {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: visible;
}
.comprar {
    color: #e1e1e1;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
}
.valor-r-20-00 {
    color: #e1e1e1;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
    position: absolute;
    right: 69.37%;
    left: 5.41%;
    width: 25.23%;
    bottom: 9.22%;
    top: 86.88%;
    height: 3.9%;
}
.group-1171275148 {
    width: 396px;
    height: 105px;
    position: static;
}
.group-1171275147 {
    width: 396px;
    height: 33px;
    position: static;
}
.group-1171275144 {
    width: 91px;
    height: 33px;
    position: static;
}
.disponiveis {
    color: #e1e1e1;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    position: absolute;
    right: 38.4%;
    left: 41.1%;
    width: 20.5%;
    bottom: 31.21%;
    top: 64.89%;
    height: 3.9%;
}
.group-1171275171 {
    width: 39px;
    height: 10px;

    display: flex;
    align-items: center; /* Alinha verticalmente o texto e a imagem */
    gap: 12px; /* Espaçamento opcional entre a imagem e o texto (ajuste conforme necessário) */

    position: static;
}
.vector {
    /*width: 2.25%;*/
    /*height: 3.55%;*/
    width: 16px; /* Ajuste o tamanho da imagem para encaixar no layout */
    height: auto; /* Mantém a proporção da imagem */
    margin-right: 10px; /* Espaçamento apenas à direita da imagem */

    position: absolute;
    right: 43.58%;
    left: 54.17%;
    bottom: 23.4%;
    top: 73.05%;
    overflow: visible;
}
.ver {
    color: #6f6f6f;
    margin-left: 10px;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 1;
    /*line-height: 26px;*/
    font-weight: 400;
    position: absolute;
    right: 39.3%;
    left: 56.87%;
    width: 3.83%;
    bottom: 23.94%;
    top: 73.58%;
    height: 2.48%;
}
._08-20 {
    color: #6f6f6f;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    position: absolute;
    right: 50.79%;
    left: 41.1%;
    width: 8.11%;
    bottom: 23.76%;
    top: 73.4%;
    height: 2.84%;
}
.group-1171275146 {
    width: 68px;
    height: 11px;
    position: static;
}
._30-jogos {
    color: #e1e1e1;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    position: absolute;
    right: 79.28%;
    left: 5.41%;
    width: 15.32%;
    bottom: 31.21%;
    top: 64.89%;
    height: 3.9%;
}
.group-1171275145 {
    width: 56px;
    height: 31px;
    position: static;
}
.sorteio {
    color: #e1e1e1;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    position: absolute;
    right: 5.41%;
    left: 81.98%;
    width: 12.61%;
    bottom: 31.21%;
    top: 64.89%;
    height: 3.9%;
}
.hoje {
    color: #6f6f6f;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    position: absolute;
    right: 11.94%;
    left: 81.98%;
    width: 6.08%;
    bottom: 24.11%;
    top: 73.05%;
    height: 2.84%;
}
.group-11712751462 {
    width: 349px;
    height: 36px;
    position: static;
}
.r-7-000-000-00 {
    color: #e1e1e1;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    position: absolute;
    right: 15.99%;
    left: 16.22%;
    width: 67.79%;
    bottom: 49.29%;
    top: 41.13%;
    height: 9.57%;
}
.vector2 {
    width: 8.11%;
    height: 12.77%;
    position: absolute;
    right: 86.49%;
    left: 5.41%;
    bottom: 47.87%;
    top: 39.36%;
    overflow: visible;
}
.shopping-cart2 {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: visible;
}
.vector3 {
    width: 2.25%;
    height: 3.55%;
    position: absolute;
    right: 43.58%;
    left: 54.17%;
    bottom: 23.4%;
    top: 73.05%;
    overflow: visible;
}
.vector4 {
    width: 8.11%;
    height: 12.77%;
    position: absolute;
    right: 86.49%;
    left: 5.41%;
    bottom: 47.87%;
    top: 39.36%;
    overflow: visible;
}
.shopping-cart3 {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: visible;
}
.vector5 {
    width: 2.25%;
    height: 3.55%;
    position: absolute;
    right: 43.58%;
    left: 54.17%;
    bottom: 23.4%;
    top: 73.05%;
    overflow: visible;
}
.vector6 {
    width: 8.11%;
    height: 12.77%;
    position: absolute;
    right: 86.49%;
    left: 5.41%;
    bottom: 47.87%;
    top: 39.36%;
    overflow: visible;
}
.shopping-cart4 {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: visible;
}
.vector7 {
    width: 2.25%;
    height: 3.55%;
    position: absolute;
    right: 43.58%;
    left: 54.17%;
    bottom: 23.4%;
    top: 73.05%;
    overflow: visible;
}
.vector8 {
    width: 8.11%;
    height: 12.77%;
    position: absolute;
    right: 86.49%;
    left: 5.41%;
    bottom: 47.87%;
    top: 39.36%;
    overflow: visible;
}
.shopping-cart5 {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: visible;
}
.vector9 {
    width: 2.25%;
    height: 3.55%;
    position: absolute;
    right: 43.58%;
    left: 54.17%;
    bottom: 23.4%;
    top: 73.05%;
    overflow: visible;
}
.vector10 {
    width: 8.11%;
    height: 12.77%;
    position: absolute;
    right: 86.49%;
    left: 5.41%;
    bottom: 47.87%;
    top: 39.36%;
    overflow: visible;
}
.shopping-cart6 {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: visible;
}
.vector11 {
    width: 2.25%;
    height: 3.55%;
    position: absolute;
    right: 43.58%;
    left: 54.17%;
    bottom: 23.4%;
    top: 73.05%;
    overflow: visible;
}
.vector12 {
    width: 8.11%;
    height: 12.77%;
    position: absolute;
    right: 86.49%;
    left: 5.41%;
    bottom: 47.87%;
    top: 39.36%;
    overflow: visible;
}
.shopping-cart7 {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: visible;
}
.vector13 {
    width: 2.25%;
    height: 3.55%;
    position: absolute;
    right: 43.58%;
    left: 54.17%;
    bottom: 23.4%;
    top: 73.05%;
    overflow: visible;
}
.vector14 {
    width: 8.11%;
    height: 12.77%;
    position: absolute;
    right: 86.49%;
    left: 5.41%;
    bottom: 47.87%;
    top: 39.36%;
    overflow: visible;
}

.group-1171275174 {
    margin-top: 36px;
    width: 88.22px;
    height: 25.41px;
    position: relative;
    margin-bottom: 100px;
}
.circle-arrow-right-01-round {
    background: #229551;
    border-radius: 23.41px;
    padding: 2.01px 2.01px 2.01px 13.38px;
    display: flex;
    flex-direction: row;
    gap: 6.69px;
    align-items: center;
    justify-content: flex-end;
    width: 38.62px;
    height: 25.41px;
    position: absolute;
    left: 38.62px;
    top: 0px;
    transform-origin: 0 0;
    transform: rotate(0deg) scale(-1, 1);
    overflow: hidden;
}
.elements {
    flex-shrink: 0;
    width: 21.4px;
    height: 21.4px;
    position: relative;
    overflow: visible;
}
.circle-arrow-right-01-round2 {
    background: #229551;
    border-radius: 23.41px;
    padding: 2.01px 2.01px 2.01px 13.38px;
    display: flex;
    flex-direction: row;
    gap: 6.69px;
    align-items: center;
    justify-content: flex-end;
    width: 38.62px;
    height: 25.41px;
    position: absolute;
    left: 49.61px;
    top: 0px;
    overflow: hidden;
}
.elements2 {
    flex-shrink: 0;
    width: 21.4px;
    height: 21.4px;
    position: relative;
    overflow: visible;
}

/* Final - Styles Página Boloes */

.sua-sorte-login,
.sua-sorte-login * {
    box-sizing: border-box;
}
.sua-sorte-login {
    background: #212121;
    height: 1325px;
    position: relative;
    overflow: hidden;
}
.group-1171275107 {
    position: absolute;
    inset: 0;
}
.frame-1171275552 {
    background: #212121;
    border-radius: 4px;
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 0.5px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    width: 454px;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: calc(50% - 247.5px);
}
.digite-seu-e-mail-ou-cpf {
    color: #808080;
    text-align: left;
    font-family: var(--note-1-font-family, "Poppins-Regular", sans-serif);
    font-size: var(--note-1-font-size, 14px);
    line-height: var(--note-1-line-height, 24px);
    font-weight: var(--note-1-font-weight, 400);
    position: relative;
}
.e-mail-ou-cpf {
    color: #e1e1e1;
    text-align: left;
    font-family: var(--p-font-family, "Poppins-Bold", sans-serif);
    font-size: var(--p-font-size, 16px);
    line-height: var(--p-line-height, 26px);
    font-weight: var(--p-font-weight, 700);
    position: absolute;
    left: 733px;
    top: 388px;
}
.group-1171275106 {
    position: absolute;
    inset: 0;
}
.frame-11712755522 {
    background: #212121;
    border-radius: 4px;
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 0.5px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 454px;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: calc(50% - 166.5px);
}
.digite-sua-senha {
    color: #808080;
    text-align: left;
    font-family: var(--note-1-font-family, "Poppins-Regular", sans-serif);
    font-size: var(--note-1-font-size, 14px);
    line-height: var(--note-1-line-height, 24px);
    font-weight: var(--note-1-font-weight, 400);
    position: relative;
}
.group {
    flex-shrink: 0;
    width: 16px;
    height: 7.58px;
    position: relative;
    overflow: visible;
    aspect-ratio: 16/7.58;
}
.senha {
    color: #e1e1e1;
    text-align: left;
    font-family: var(--p-font-family, "Poppins-Bold", sans-serif);
    font-size: var(--p-font-size, 16px);
    line-height: var(--p-line-height, 26px);
    font-weight: var(--p-font-weight, 700);
    position: absolute;
    left: 733px;
    top: 469px;
}
.frame-1171275553 {
    background: #39b54a;
    border-radius: 4px;
    padding: 20px 10px 20px 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 454px;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: calc(50% - 47.5px);
}
.acessar-conta {
    color: #e1e1e1;
    text-align: left;
    font-family: var(--note-1-font-family, "Poppins-Bold", sans-serif);
    font-size: var(--note-1-font-size, 14px);
    line-height: var(--note-1-line-height, 24px);
    font-weight: var(--note-1-font-weight, 700);
    position: relative;
}
.frame-1171275617 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    width: 612px;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: 287px;
}
.entrar {
    color: #e1e1e1;
    text-align: center;
    font-family: var(--h3-font-family, "Poppins-Bold", sans-serif);
    font-size: var(--h3-font-size, 24px);
    line-height: var(--h3-line-height, 34px);
    letter-spacing: var(--h3-letter-spacing, -0.02em);
    font-weight: var(--h3-font-weight, 700);
    position: relative;
    align-self: stretch;
}
.entre-com-seus-dados-para-acessar-seu-conta {
    color: #e1e1e1;
    text-align: center;
    font-family: var(--p-font-family, "Poppins-Regular", sans-serif);
    font-size: var(--p-font-size, 16px);
    line-height: var(--p-line-height, 26px);
    font-weight: var(--p-font-weight, 400);
    position: relative;
    align-self: stretch;
}
.esqueci-minha-senha {
    color: #f7941e;
    text-align: center;
    font-family: var(--p-font-family, "Poppins-Bold", sans-serif);
    font-size: var(--p-font-size, 16px);
    line-height: var(--p-line-height, 26px);
    font-weight: var(--p-font-weight, 700);
    position: absolute;
    left: 50%;
    translate: -50%;
    top: 571px;
}
.n-o-tem-cadastro-criar-minha-conta {
    text-align: center;
    font-family: var(--p-font-family, "-", sans-serif);
    font-size: var(--p-font-size, 16px);
    line-height: var(--p-line-height, 26px);
    font-weight: var(--p-font-weight, 400);
    position: absolute;
    left: 50%;
    translate: -50%;
    top: 710px;
}
.n-o-tem-cadastro-criar-minha-conta-span {
    color: #e1e1e1;
    font-family: var(--p-font-family, "Poppins-Regular", sans-serif);
}
.n-o-tem-cadastro-criar-minha-conta-span2 {
    color: #f7941e;
    font-family: var(--p-font-family, "Poppins-Bold", sans-serif);
    font-weight: var(--p-font-weight, 700);
}
