


 


body{
	background-color: #2a2a2a;
}

button, a{
	transition: 0.2s;
}

a{
	text-decoration: none;
}

button:hover, a:hover{
	transition: 0.4s;
}
button:focus{
	outline: none !important;
	box-shadow: none !important;
}

button:checked{
	outline: none !important;
	box-shadow: none !important;
}

input:focus{
	outline: none !important;
	box-shadow: none !important;
}

input:checked{
	outline: none !important;
	box-shadow: none !important;
}

svg{
	font-size: 22px;
}

.input-focus:focus {
    border-color: #8dcb8b !important;
    box-shadow: 0 0 0 0.2rem rgba(16, 147, 12, 0.25) !important;
}

.slick-prev:before {
    color: #3cb54d;
	font-size: 34px;
	margin-left: -15px;
}

.slick-next:before {
    color: #3cb54d;
	font-size: 34px;
	margin-left: 0px;
}

.slick-initialized .slick-slide{
	display: flex !important;
	justify-content: center !important;
}

.site-em-construcao{
	background-color: #c9c9c9;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-right: 20%;
    padding-left: 20%;
    margin: 0 auto;
}

.titulo-site-em-construcao{
	text-align: center;
    color: #f1f1f1;
    font-size: 45px;
    margin-bottom: 30px;
}

.gif-site-em-construcao{
	width: 60%;
    margin: 0 auto !important;
    display: flex;
}

.inputError{
	border: 2px solid #ef7a7a !important;
    box-shadow: 0 0 2px #ff6a6a !important;
}

.menu{
	box-shadow: 0px 3px 3px #464646;
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #5a5a5a;
    z-index: 1;
}

.logo-menu{
	float: left;
}

.logo-menu img{
	width: 150px;
    margin-left: 40px;
    margin-top: 10px;
}

.comprarCreditos-menu{
	/*margin-left: calc(90vw - 340px);*/
	display: none;
}

.comprarCreditos-menu button{
	background-color: #6fcf00;
    color: white;
    border: 0px;
    border-radius: 5px;
    height: 40px;
    font-size: 11px;
    font-weight: 700;
    margin-top: 14px;
}

.comprarCreditos-menu button:hover{
	background-color: #2e8a39;
}

.texto-menu{
    margin-top: 18px;
    font-weight: 700;
	margin-right: 20px;
	color: #939393;
}

.texto-menu svg{
    font-size: 32px;
}

.texto-menu a{
	color: #6fcf00;
	margin: 5px;
}

.texto-menu a:hover{
	color: #4a8901;
	text-decoration: none;
}

.div-sorteios{
	margin-top: 85px;
    background-color: white;
    width: 95%;
    min-height: 600px;
    margin-left: 2.5%;
    padding: 50px 10px 30px 10px;
}

.sorteios{
	width: 90%;
	margin: 0 auto;
}

.cabecalho-sorteios{
	display: flex;
    border-bottom: 1px solid #c4c4c4;
    font-size: 10px;
    color: #c4c4c4;
}

.grupos-menu-sorteios{
    width: 15%;
}

.cotas-menu-sorteios{
	width: 15%;
}

.valor-menu-sorteios{
	width: 15%;
}

.quantidade-menu-sorteios{
	
}

.item-sorteios{
	display: flex;
    padding-top: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #c4c4c4;
}

.grupos-sorteios{
	width: 15%;
    font-size: 14px;
    font-weight: 200;
}

.cotas-sorteios{
	width: 15%;
    font-size: 14px;
    font-weight: 200;
}

.valor-sorteios{
	width: 15%;
    font-size: 14px;
    font-weight: 700;
}

.quantidade-sorteios{
	width: 15%;
}

.quantidade-sorteios input{
	width: 50px;
    height: 35px;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 12px;
    border: 1px solid #c4c4c4;
}

.quantidade-sorteios input:focus{
	outline-color: snow;
}

.comprar-sorteios-on{
	background-color: #6fcf00;
    color: white;
}

.comprar-sorteios-off{
	background-color: #9ad898;
    color: white;
}

.comprar-sorteios button{
	background-color: white;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}

.comprar-sorteios button:focus{
	outline: none;
}

.valor-sorteios, .cotas-sorteios, .grupos-sorteios{
    padding-top: 5px;
}

.div-login{
	padding-top: 45px;
    background-image: url(../arquivos_img/layout/bg_login_cadastro.jpg);
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
  	background-attachment: fixed;
    min-height: 100vh;
	padding-bottom: 20px;
}

.form-login{
	width: 450px;
    padding: 20px 25px 20px 25px;
    margin: 0 auto;
    background-color: white;
	margin-top: 40px;
    border-radius: 5px;
	box-shadow: 0 0 3px #a2a0a0;
}

.form-login input{
	border: 0px;
    border-bottom: 1px solid #989898;
}

.form-login input:focus{
	outline: none;
    border: none;
    box-shadow: none;
	border-bottom: 1px solid #6fcf00;
}

.conectar-login{
	margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 7px;
}

.div-conectar-login a:hover{
	text-decoration: none;
}

.conectar-login svg{
	font-size: 20px;
    padding-right: 15px;
	padding-top: 3px;
}

.conectar-login button{
	color: white;
}

.conectar-login button:hover{
	color: white;
}

.facebook{
	background-color: #38539b;
}

.facebook:hover{
	background-color: #273c73;
}

.instagram{
	background-color: #e02b6d;
}

.instagram:hover{
	background-color: #bf235c;
}

.div-ou-login {
    display: flex;
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.div-ou-login hr{
	width: 100px;
    border: 1px solid gray;
}

.ou-login{
	padding-top: 5px;
	color: #4c4a4a;
}

.esqueceu-login{
	margin-top: 8px;
}

.esqueceu-login a{
	color: #565656;
}

.cadastrar-login{
	display: flex;
    justify-content: center;
    margin-top: 20px;
}

.cadastrar-login button{
	background-color: #6fcf00;
    color: white;
    font-size: 13px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 35px;
}

.cadastrar-login button:hover{
	background-color: #5cab01;
    color: white;
}

.logos-login{
	display: flex;
    justify-content: center;
	margin-top: 15px;
}

.logos-login img{
	width: 230px;
}

#certificados{
	width: 100px;
    height: 44px;
    padding-top: 16px;
    margin-left: 10px;
}

#sitelock{
	width: 120px;
    padding-top: 4px;
    margin-left: 10px;
}

.sessao-login{
	margin-top: 40px;
}

.sessao-login input{
	margin-bottom: 8px;
    margin-top: 8px;
    border: 0px;
    border-bottom: 1px solid #989898;
}

.titulo-sessao-login{
	font-size: 20px;
    font-weight: 700;
	color: #1f1f1f;
}

.form-cadastro{
	width: 450px;
    padding: 1px 25px 20px 25px;
    margin: 0 auto;
    background-color: white;
	margin-top: 15px;
    border-radius: 5px;
	box-shadow: 0 0 3px #a2a0a0;
}

.form-cadastro input:focus{
	outline: none;
    border: none;
    box-shadow: none;
	border-bottom: 1px solid #6fcf00;
}

.sociais-cadastro{
	margin: 0 auto;
    width: 400px;
}

.div-ou-cadastro{
	display: flex;
    width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin: 0 auto;
}

.div-ou-cadastro hr{
	width: 100px;
    border: 1px solid #efeeee;
}

.ou-cadastro{
	padding-top: 5px;
	color: #efeeee;
}

.span-sessao-cadastro{
	font-size: 10px;
    margin-top: -8px;
    display: grid;
    color: #9c9999;
}

.titulo-cadastro{
	padding-top: 50px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 600;
    color: white;
    width: 315px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
}

.texto-newsletter-cadastro{
	padding-top: 8px;
    padding-left: 8px;
    color: #9c9999;
}

.newsletter-cadastro{
	display: flex;
}

.newsletter-cadastro input{
	width: 13px;
    margin-top: 2px;
}

.texto-termos-cadastro{
	margin-top: 10px;
    padding-left: 0px;
    color: #9c9999;
	text-align: center;
    width: 100%;
}

.texto-termos-cadastro a{
	color: #9c9999;
    font-weight: 600;
}

.termos-cadastro{
	display: flex;
}

.termos-cadastro input{
	width: 13px;
    margin-top: -16px;
}

.entrar-login{
	text-align: center;
    margin-top: 20px;
    color: white;
}

.entrar-login a{
    color: white;
	font-weight: 700;
}

.loading-gif{
	flex-direction: row;  
	justify-content: center; 
	align-items: center; 
	display: flex; 
	height: 100vh;
	padding-top: 130px;
}

.loading-gif img{
	width: 120px;
}

.btn-verde{
	background-color: #07b107;
    color: white;
}

.btn-verde:hover{
	background-color: #079807;
    color: white;
}

.btn-verde-escuro{
	background-color: #057d05;
    color: white;
}

.btn-verde-escuro:hover{
	background-color: #056305;
    color: white;
}

.bootbox-body{
	margin-top: 30px;
    font-size: 20px;
    margin-bottom: 20px;
}

.titulo-login{
	padding-top: 60px;
    font-size: 40px;
    font-weight: 600;
    color: white;
    width: 315px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
}

.text-decoration-none{
	text-decoration: none;
}

.msg-email{
	font-size: 10px;
    margin-top: -6px;
}

footer{
	width: 100%;
	height: auto;
}

.levelOne-footer{
	
}

.perfil-texto-menu{
	margin-left: 60%;
    margin-top: -2px;
    width: 100px;
}

.perfil-texto-menu a:hover{
	color: #2e8a39;
	cursor: pointer;
}

.perfil-texto-menu svg{
	font-size: 35px;
}

.div-menu-usuario{
	width: 100vw;
    height: 100vh;
    position: absolute;
}
/*
.menu-usuario{
	height: calc(100vh - 10px);
    top: 10px;
    width: 300px;
    background-color: #f9f9f9;
    position: fixed;
    margin-left: calc(90vw - 300px);
    box-shadow: 0 0 3px #8a8a8a;
}
*/

.btn-entrar {
    border: 0px !important;
    background-color: #6fcf00;
    margin: 5px auto;
    display: block;
    padding: 5px 60px;
	color: white !important;
}

.menu-usuario{
	top: 0px;
    right: 0px;
    width: 300px;
    background-color: #f9f9f9;
    box-shadow: 0 0 3px #8a8a8a;
    z-index: 200;
    position: absolute;
}

.topo-menu-usuario{
	height: auto;
    border-bottom: 1px solid #98979775;
    background-color: #f3f3f3a8;
    padding-bottom: 40px;
}

.body-menu-usuario{
	overflow-y: scroll;
    overflow-x: hidden;
	height: calc(100vh - 178px);
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
}

.icon-topo-menu-usuario{
	margin: 20px 10px 0px 20px;
    width: 45px;
	color: #8c8c8c;
    float: left;
}

.icon-topo-menu-usuario svg{
	font-size: 45px;
}

.nome-topo-menu-usuario{
	width: 100%;
    padding-top: 20px;
    font-size: 19px;
    line-height: 1.1;
}

.saldo-topo-menu-usuario{
	margin-top: 35px;
    margin-bottom: 20px;
    padding-left: 18px;
    display: grid;
    width: 300px;
    font-size: 13px;
    color: #7d7b7b;
}

.saldo-topo-menu-usuario span{
	color: #6fcf00;
	font-weight: 600;
}

.comprar-topo-menu-usuario a{
	background-color: #6fcf00;
    color: white;
    border: 0;
    border-radius: 5px;
    margin-left: 140px;
    font-size: 11px;
    padding: 10px;
    display: block;
    width: fit-content;
}

.comprar-topo-menu-usuario a:hover{
	background-color: #2e8a39;
	text-decoration: none;
	cursor: pointer;
}

.item-menu-usuario{
	padding-left: 18px;
    padding-top: 3px;
    font-size: 19px;
    color: #909090;
    height: 35px;
	margin-bottom: 5px;
}

.item-menu-usuario:hover{
	background-color: #f1f1f1;
	cursor: pointer;
}

.item-menu-usuario svg{
	width: 35px;
    text-align: center;
}
/*
.vh100{
	height: 100vh;
}
*/
.vh100{
	background-color: #0000006b;
    width: 100%;
    height: 100vh;
}

.vh100:hover{
	cursor: pointer;
}

.text-decoration-none{
	text-decoration: none;
}
.text-decoration-none:hover{
	text-decoration: none;
}

.div-editar-informacoes{
	margin-top: 70px;
    width: 100%;
	padding-bottom: 30px;
	background-image: url(../arquivos_img/layout/bg_loteria.png);
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
  	background-attachment: fixed;
    min-height: 100vh;
}

.titulo-editar-informacoes{
	font-size: 25px;
    font-weight: 500;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 12px;
	color: white;
}

.form-editar-informacoes{
	width: 450px;
    padding: 10px 25px 20px 25px;
    margin: 0 auto;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 3px #a2a0a0;
}

.form-editar-informacoes input{
	margin: 10px 0px 10px 1px;
}

.form-editar-informacoes input:focus {
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #6fcf00;
}

.levelOne-footer{
	width: 100%;
	height: 20px;
	background-color: #4c4c4c;
}

.levelTwo-footer{
	width: 100%;
	min-height: 120px;
	color: white;
	background-color: #afaeaf;
	text-align: center;
    font-size: 11px;
	padding-top: 20px;
}

.levelTwo-footer p{
	margin-bottom: 0px;
}

.levelTwo-footer a{
	display: inline-block;
    color: white;
    padding: 15px;
	text-decoration: underline;
}

.levelTwo-footer a:hover{
    color: #e2e2e2;
}

.levelThree-footer{
	width: 100%;
    min-height: 220px;
    color: #4c4c4c;
    background-color: #dbdadb;
    padding: 20px 20px 0px 20px;
	display: flex;
	justify-content: space-between;
}

.seguranca-levelThree-footer{
	width: 300px;
}

.titulo-seguranca-levelThree-footer{
	font-size: 20px;
    font-weight: 600;
	margin-bottom: 20px;
}

.titulo-pagamentos-levelThree-footer{
	font-size: 20px;
    font-weight: 600;
    padding-bottom: 30px;
}

.icone-levelThree-footer img{
	width: 100%;
}

.input-group-prepend-configuracao{
	height: 38px;
    margin-top: 10px;
}

.input-group-text-configuracao{
	padding-top: 14px;
}

.form-control-configuracao{
	border: 1px solid #d8d7d7 !important;
    border-left: none !important;
}

.form-control-configuracao input{
	position: inherit !important;
}

.conectado-cadastrar{
	padding-top: 20px;
}

.position-inherit{
	position: inherit !important;
}

.modalLoading{
	display: flex;
    justify-content: center;
}

.modalLoading img{
	width: 130px;
}

.pagarPicPay{
	background-color: #f3eded;
	padding-top: 40px;
	padding-bottom: 30px;

}

.div-pagarPicPay{
	width: 320px;
	border-radius: 5px;
	margin: 0 auto;
	background-color: #ffffff;
}

.logo-pagarPicPay{
	width: 120px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.logo-pagarPicPay img{
	width: 100%;
}

.titulo-pagarPicPay{
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	padding-top: 40px;
}

.subTitulo-pagarPicPay{
	width: 250px;
	text-align: center;
	font-weight: 100;
	margin: 0 auto;
	padding-top: 5px;
	color: #868484;
}

.qrcode-pagarPicPay{
	width: 180px;
	margin: 0 auto;
	box-shadow: 0 0 1px 2px #e4e1e1;
	margin-top: 26px;
}

.qrcode-pagarPicPay img{
	width: 100%;
}

.div-item-pagarPicPay{
	margin-top: 30px;
	width: 80%;
	margin-left: 10%;
	padding-bottom: 20px;
}

.item-pagarPicPay{
	font-size: 14px;
}

.item-pagarPicPay span{
	font-weight: 700;
}

.div-extrato{
	width: 80%;
	height: auto;
	padding-top: 100px;
	padding-bottom: 30px;
	margin: 0 auto;
}

.cabecalho-extrato{
	height: 60px;
}

.saldo-cabecalho-extrato{
	float: left;
	color: #b7b7b7;
}

.item-saldo-cabecalho-extrato{

}

.item-saldo-cabecalho-extrato span{
	font-weight: 700;
}

.comprar-cabecalho-extrato{
	float: right;
}

.menu-extrato{
	width: fit-content;
    background-color: gray;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    padding: 10px 30px;
    border-radius: 5px;
    color: #e7e7e7;
}

.item-menu-extrato{
	margin: 0 10px;
}

.item-menu-extrato:hover{
	cursor: pointer;
	color: #6fcf00;
}

.item-menu-extrato-ativo{
	color: #6fcf00;
}

.body-extrato{
	background-color: white;
    padding: 10px;
    border-radius: 5px;
	min-height: 280px;
}

.comprar-cabecalho-extrato button{
	border: 0px;
    background-color: #3eb64d;
    color: white;
    height: 40px;
    border-radius: 5px;
}

.comprar-cabecalho-extrato button:hover{
    background-color: #2e8a39;
}

.aviso-tabela-extrato{
	font-size: 14px;
    color: gray;
	padding-top: 10px;
	margin-bottom: 15px;
	margin-left: 8px;
}

.viewModalExtrato:hover{
	cursor: pointer;
	color: #44b853;
}

.item-modalViewFatura{
	margin-bottom: 5px;
}

.item-modalViewFatura span{
	font-weight: 700;
}

.ajuda-modalViewFatura{
	margin-top: 24px;
    font-size: 14px;
}

.ajuda-modalViewFatura:hover{
	cursor: pointer;
	color: #44b853;
}

.tab-content-bgWhite{
	background-color: white;
    padding: 20px;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
	min-height: 200px;
    height: auto;
}

.modalPageExtrato{
    display: flex;
    justify-content: center;
    padding-top: 32px;
}

.modalPageExtrato img{
    width: 170px;
}

.linkExtrato{
	color: black;
	background-color: #c7c7c7;
    border: 1px solid #b5b2b2 !important;
}

.linkExtrato:hover{
	color: #44b853;
}

.trExtrato:hover{
	transition: 0.1s;
	box-shadow: 0 0 2px 1px #e4e4e4;
	cursor: pointer;
}

.avisoExtrato{
	font-weight: 600;
    padding-top: 20px;
}

.div-comprar{
	margin-top: 80px;
    margin-bottom: 20px;
    background-color: #ffffff;
    width: 98%;
    margin-left: 1%;
    border-radius: 5px;
    box-shadow: 0 1px 3px #b3b2b2;
}

.div-valores-comprar{
	display: flex;
	padding-left: 30px;
}

.item-valores-comprar{
	margin: 10px;
}

.item-valores-comprar input{
	width: 160px;
    border: 0px;
    border-bottom: 1px solid #080808;
    background-color: #ffffff;
    text-align: center;
    color: #2b2b2b;
}

.item-valores-comprar input:focus{
	outline: none;
    border-bottom-color: #6fcf00;
}


.item-valores-comprar-span{
	display: block;
    font-size: 10px;
    color: #9d9d9d;
}

.btn-comprar{
	background-color: #ffffff;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #6fcf00;
	border: 2px solid #6fcf00;
}

.btn-comprar:hover{
	transition: 0.3s;
	background-color: #6fcf00;
	color: white;
}

.btn-comprar:active{
	outline: none;
	background-color: #6fcf00;
	color: white;
}

.btn-comprar:focus{
	outline: none;
	background-color: #6fcf00;
	color: white;
}

.div-total-comprar{
	height: 50px;
    padding-top: 20px;
    padding-bottom: 80px;
}

.total-comprar{
	text-align: center;
	font-weight: 700;
	color: #9d9d9d;
}

.total-comprar-span{
	font-size: 18px !important;
    color: #6fcf00;
}

.total-comprar span{
	font-size: 30px;
    color: #6fcf00;
}

.btn-finalizar-comprar{
	float: right;
    margin-right: 40px;
    margin-top: -43px;
}

.btn-finalizar-comprar button{
	background-color: #6fcf00;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
    border: none;
}

.btn-finalizar-comprar button:hover{
	outline: none;
	transition: 0.3s;
	background-color: #62b502;
}

.btn-finalizar-comprar button:focus{
	outline: none;
	transition: 0.3s;
	background-color: #62b502;
}

.btn-finalizar-comprar button:checked{
	outline: none;
	transition: 0.3s;
	background-color: #62b502;
}

.titulo-comprar{
	padding-left: 40px;
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
    color: #6fcf00;
}

.subtitulo-comprar{
	padding-left: 40px;
    font-weight: 700;
    padding-bottom: 20px;
	color: #9d9d9d;
}

.div-finalizar{
	margin-top: 80px;
    margin-bottom: 20px;
    background-color: white;
    width: 98%;
    margin-left: 1%;
    border-radius: 5px;
    box-shadow: 0 1px 3px #b3b2b2;
}

.div-finalizar hr{
	margin-top: 40px;
}

.titulo-finalizar{
	padding-left: 40px;
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
    color: #6fcf00;
}

.meiosPagamentos-finalizar{
	display: flex;
    padding-left: 40px;
    padding-top: 40px;
}

.item-meiosPagamentos-finalizar{
	margin-right: 20px;
}

.item-meiosPagamentos-finalizar button{
	background-color: #6fcf00;
    color: white;
    padding: 8px 10px;
    border-radius: 5px;
	border: 1px solid #b4d8b8;
}

.item-meiosPagamentos-finalizar button:hover{
	background-color: #4a8901;
}

.termos-total-finalizar{
	text-align: center;
    font-size: 12px;
    color: gray;
	padding: 30px;
}

.termos-total-finalizar a{
	color: gray;
    font-weight: 700;
}

.termos-total-finalizar a:hover{
	color: #6fcf00;
}

.btn-voltar-finalizar{
	padding: 0px 20px 20px;
}

.btn-voltar-finalizar button{
	background-color: white;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #6fcf00;
	border: 2px solid #6fcf00;
}

.btn-voltar-finalizar button:hover{
	color: white;
	background-color: #6fcf00;
}

.noDecoration:hover{
	text-decoration: none;
}

.div-transferencia{
	
}

.div-bancos-transferencia{
	display: flex;
	justify-content: center;
}

.item-bancos-transferencia{
	width: 38px;
    height: 38px;
    border: 2px solid #c1c1c1;
    border-radius: 5px;
    margin: 7px;
}

.item-bancos-transferencia:hover{
    cursor: pointer;
}

.item-bancos-transferencia:active{
    border: 2px solid #6fcf00;
}

.item-bancos-transferencia:focus{
    border: 2px solid #6fcf00;
}

.btn-ativo-bancos-transferencia{
    border: 2px solid #6fcf00;
}

.item-bancos-transferencia img{
    width: 20px;
}

#iconebancobradesco{
	margin-top: -2px;
    margin-left: -1px;
}

#iconebancoitau{
	margin-top: -1px;
}

#iconebancobrasil{
	margin-top: -1px;
}

#iconebancosantander{
	margin-top: -3px;
}

#iconebancocaixa{
	margin-top: -1px;
}

#iconebancooriginal{
	margin-top: -1px;
}

#iconebancointer{
	margin-top: -1px;
}

.titulo-bancos-transferencia{
	font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 5px;
}

.div-dadosUsuarios-transferencia{
	margin-top: 30px;
    margin-right: 10px;
}

.div-dadosUsuarios-transferencia button{
	float: right;
    margin-right: 10px;
    margin-top: 20px;
    background-color: #6fcf00;
    color: white;
    height: 34px;
    border-radius: 5px;
}

.div-dadosUsuarios-transferencia button:hover{
    background-color: #2e8a39;
}

.titulo-dadosUsuarios-transferencia{
	font-size: 18px;
    font-weight: 600;
}

.subtitulo-dadosUsuarios-transferencia{
	font-size: 14px;
    color: gray;
    margin-bottom: 20px;
}

.row-dadosUsuarios-transferencia{
	margin-bottom: 20px;
}

.row-dadosUsuarios-transferencia input{
	border: 0px;
    border-bottom: 1px solid #bdbaba;
    font-size: 14px;
    font-weight: 600;
	padding-left: 5px;
}

.row-dadosUsuarios-transferencia input:focus{
	outline: none;
    border-bottom: 1px solid #6fcf00;
}

#nomeModalTransferencia{
	width: 211px;
    margin-right: 20px;
}

#cpfModalTransferencia{
	width: 125px;
}

#agenciaModalTransferencia{
	width: 125px;
    margin-right: 20px;
}

#contaModalTransferencia{
	width: 125px;
}

#dvModalTransferencia{
	width: 50px;
}

.row-dadosUsuarios-transferencia span{
	color: gray;
    margin-left: 10px;
    margin-right: 10px;
}

.inputErrorTransferencia{
	border-bottom: 1px solid #e80c0c !important;
}

#msgErrorModalTransferencia{
	font-size: 15px;
    background-color: #e80c0c;
    color: white;
    height: 30px;
    width: 350px;
    padding-left: 10px;
    padding-top: 3px;
    border-radius: 5px;
    margin-bottom: 30px;
	display: none;
}

.avisoAprovacao-transferencia{
	font-size: 14px;
    color: gray;
    margin-top: 20px;
    width: 400px;
}

.div-transferenciaFinalizar{
	
}

.titulo-transferenciaFinalizar{
	font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

.formaPagamento-transferenciaFinalizar{
	text-align: center;
}

.formaPagamento-transferenciaFinalizar img{
	display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.formaPagamento-transferenciaFinalizar span{
	font-weight: 800;
}

.table-dadosPagamento-transferenciaFinalizar{
	margin-top: 30px;
    background-color: #6fcf00;
    color: white;
    padding: 30px 20px;
	border-radius: 5px;
}

.table-dadosPagamento-transferenciaFinalizar hr{
	margin-top: 28px;
    margin-bottom: 30px;
    border: 0.3px solid white;
}

.tr-dadosPagamento-transferenciaFinalizar{
	display: flex;
}

.td-dadosPagamento-transferenciaFinalizar{
	 width: 25%;
}

.td-dadosPagamento-transferenciaFinalizar span{
	font-size: 10px;
    position: absolute;
    margin-top: -10px;
}

.td-nome-dadosPagamento-transferenciaFinalizar{
	width: 100%;
    text-align: center;
}

.td-nome-dadosPagamento-transferenciaFinalizar span{
	font-size: 10px;
    position: absolute;
    margin-top: -10px;
}

.prazoPagamento-transferenciaFinalizar{
	margin-top: 20px;
    font-weight: 700;
    text-align: center;
}

.prazoPagamento-transferenciaFinalizar span{
	display: inline-block;
    font-weight: 500
}

.avisoValor-transferenciaFinalizar{
	font-weight: 500;
    color: #9e4334;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}

.btnBanco-transferenciaFinalizar{
	margin-top: 40px;
    justify-content: center;
    display: flex;
}

.btnBanco-transferenciaFinalizar button{
	background-color: #6fcf00;
    color: white;
    border: 0px;
    height: 40px;
    padding: 8px;
    border-radius: 5px;
}

.btnBanco-transferenciaFinalizar button:hover{
	background-color: #6fcf00;
	cursor: pointer;
}

.avisoDadosPagamento-transferenciaFinalizar{
	margin-top: 40px;
    font-size: 14px;
    text-align: center;
}

.avisoPagamento-transferenciaFinalizar{
	margin-top: 30px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}

.div-sortear{
    min-height: 380px;
    height: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: white;
    width: 95%;
    margin-left: 2.5%;
    box-shadow: 1px 3px 4px #b9b9b9;
    border-radius: 5px;
    display: inline-block;
    border-top-left-radius: 0px;
}

.div-numerosCentenaFederal{
	width: 96%;
    min-height: auto;
    background: #ffffff;
    box-shadow: 0 0 10px #bdbdbd;
    margin-left: 2%;
    border-radius: 5px;
    padding: 10px;
    
}

.btns-numerosCentenaFederal{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
	margin-top: 20px;
}

.titulo-numerosCentenaFederal{
	color: #6fcf00;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}

.item-numerosCentenaFederal{
	display: inline-flex;
    margin: 3px;
}

.banner-sortear{
	margin-top: 70px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    object-fit: cover;
	object-position: center;
}

.banner-sortear img{
    width: 100%;
    height: auto;
    object-fit: cover;
	object-position: center;
}

.titulo-sortear{
	color: #6fcf00;
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.topo-legenda-sortear{
	color: #e9e9e9;
    width: 96%;
    margin: 20px 0 20px 2%;
}

.topo-legenda-sortear p{
	
}

#textoRedesSociais{
	display: block;
    text-align: center;
    font-family: 'gotham';
    color: gray;
    margin-top: 50px;
}

.redesSociais{
	display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

#btnFacebook{
	margin: 5px;
}

._89n_:hover{
    background: #1663c7 !important;
}

#btnTwitter{
	margin: 5px;
}

#btnWhatsapp{
	margin: 5px;
}

#btnWhatsapp a{
	background-color: #33bc48 !important;
    border: 0;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    display: block;
}

#btnWhatsapp a:hover{
	background-color: #299a3a !important;
}

.topo-sortear{
	display: flex;
    padding: 20px;
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}

.item-topo-sortear{
	color: #c3c1c1;
    width: 100%;
    margin-left: 0%;
    margin-top: 50px;
}

.premio-padrao-sortear{
	width: 100%;
    color: #dfdede;
    text-align: center;
    margin: 0px 0px 30px 0px;
    font-size: 24px;
}

.premio-padrao-sortear span{
	color: #6fcf00;
    font-size: 18px;
}

.premio-padrao-sortear span strong{
	font-size: 30px;
}

.data-sortear{
	font-weight: 700;
}

.data-sortear span{
	color: #ededed;
}

.data-sortear-sozinho{
	font-weight: 700;
    color: #c3c1c1;
    width: 96%;
    margin-left: 2%;
    margin-bottom: 20px;
}

.data-sortear-sozinho span{
	color: #ededed;
}

.meio-sortear{
	width: 96%;
	margin-left: 2%;
	display: flex;
	margin-bottom: 40px;
}

.item-meio-sortear{
	width: 50%;
}

.item-topo-sortear iframe{
	
}

.item-topo-sortear p{
	
}

.texto-padrao-sortear{
	width: 100%;
    background-color: gray;
    padding: 20px;
    margin-left: 0%;
    border-radius: 5px;
}

.texto-padrao-sortear h1{
	color: #e9e9e9;
    font-size: 20px;
}

.texto-padrao-sortear p{
	color: #c3c3c3;
}

.bannerHome{
	height: auto;
}

.bannerHome img{
	height: auto;
}

.btnNumerosSortear {
    width: 35px;
    height: 35px;
    background-color: #f9f9f9;
    border-radius: 20px;
    color: #6fcf00;
    font-weight: 700;
    text-align: center;
    border: 1px solid #839285;
    padding: 0px;
	font-size: 13px;
}

.btnNumerosSortear:hover{
    background-color: #6fcf00;
	color: white;
	border: 1px solid #6fcf00;
}

.btnNumerosSortearAtivo{
	background-color: #6fcf00;
    border: 2px solid #6fcf00;
    color: white;
    font-weight: 600;
    padding: 0px;
}

.btnNumerosSortearAtivo:hover{
	background-color: #2c8c38;
    border: 2px solid #2c8c38;
}

.btnNumerosSortearDisabled{
    background-color: #dadada;
	color: gray;
	padding: 0px;
	border: 1px solid #adabab;	
	width: 35px;
    height: 35px;
    border-radius: 20px;
    font-weight: 700;
    text-align: center;
	font-size: 13px;
}

.btnNumerosSortearDisabled:hover{
	cursor: no-drop;
	font-weight: 600;
}

.btnNumerosSortearDisabled:active{
	border: 1px solid #b1b1b1;
}

.div-total-numerosCentenaFederal{
	box-shadow: 0 0 10px #707070;
    width: 96%;
    margin-left: 2%;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 5px;
}

.titulo-total-numerosCentenaFederal{
	color: #6fcf00;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}

.div-sorteios-total-numerosCentenaFederal{
	margin-top: 20px;
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.div-sorteios-total-numerosCentenaFederal p{
	margin-top: 40px;
    color: #909090;
    text-align: center;
	width: 100%;
}

.div-sorteios-total-numerosCentenaFederal hr{
	width: calc(100% - 40px);
    margin-top: 8px;
}

.item-sorteios-total-numerosCentenaFederal{
	display: flex;
    padding: 8px 15px;
    background-color: gray;
    border-radius: 5px;
    margin: 10px;
}

.titulo-item-sorteios-total-numerosCentenaFederal{
	width: auto;
    font-size: 14px;
    color: white;
}

.btn-item-sorteios-total-numerosCentenaFederal{
	width: 25px;
    text-align: right;
    color: #e1e1e1;
    font-weight: 600;
    font-size: 14px;
}

.btn-item-sorteios-total-numerosCentenaFederal:hover{
	cursor: pointer;
    color: #6fcf00;
}

.valor-total-numerosCentenaFederal{
	height: 60px;
}

.escrito-total-numerosCentenaFederal{
	font-weight: 600;
    padding-left: 20px;
}

.escrito-total-numerosCentenaFederal span{
	font-size: 25px;
    color: #6fcf00;
}

.span-total-numerosCentenaFederal{
	font-size: 16px !important;
}

.btn-total-numerosCentenaFederal {
    float: right;
    margin-top: -35px;
    margin-right: 20px;
}

.btn-total-numerosCentenaFederal p{
    text-align: center; 
    font-size: 16px;
    color: #212121
}

.btn-total-numerosCentenaFederal span{
    text-align: center; 
    font-size: 14px;
    color: #3C3C3C;
    margin: 10px 0 20px 0;
}

.div-finalizarSorteioPagar{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.btn-loja{
	background-color: #6fcf00;
    color: white;
    border: 0px;
    border-radius: 5px;
    height: 50px;
    font-size: 13px;
    font-weight: 700;
    margin: 0 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-loja:hover{
	background-color: #2e8a39;
    color: white !important;
    transition: 0.6s;
}

.btn-loja:hover > svg{
    color: white !important;
    transition: 0.6s;
}

.btn-loja svg{
    margin: 0px 0px -5px 3px;
    color: green;
    font-size: 24px;
    display: inline-block;
    margin-top: 5px;
}

.btn-loja-redondo{
	background-color: #6fcf00;
    color: white;
    border: 0px;
    border-radius: 30px;
    height: 50px;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 20px;
}

.btn-loja-redondo:hover{
	background-color: #2e8a39;
}

.btn-verde-escuro{
	background-color: #057d05;
    color: white;
    border: 0px;
    border-radius: 5px;
    height: 40px;
    font-size: 13px;
    font-weight: 700;
}

.btn-verde-escuro:hover{
	background-color: #056305;
}

.btn-cinza-claro{
	background-color: #9E9E9E;
    color: white;
    border: 0px;
    border-radius: 5px;
    height: 40px;
    font-size: 13px;
    font-weight: 700;
}

.btn-cinza-claro:hover{
	background-color: #7d7c7c;
}



.btn-cinza{
	background-color: #292929 !important;
}

.btn-cinza:hover{
	background-color: #1D1D1D !important;
}

.btnsTopo-numerosCentenaFederal{
	display: flex;
    justify-content: center;
	margin-bottom: 30px;
}

.item-btnsTopo-numerosCentenaFederal{
	margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #6fcf00;
    padding: 5px;
    border-radius: 5px;
    color: #6fcf00;
	font-weight: 500;
	text-align: center;
}

.div-semSaldo-finalizarSorteio{
	width: 96%;
    min-height: 600px;
    margin-top: 90px;
    margin-left: 2%;
    background-color: white;
    box-shadow: 0 0 3px #cccbcb;
	padding: 10px;
	margin-bottom: 40px;
	padding-top: 140px;
}

.saldo-semSaldo-finalizarSorteio{
	display: flex;
	justify-content: center;
}

.item-saldo-semSaldo-finalizarSorteio{
	margin: 10px;
    color: #6fcf00;
    font-weight: 700;
}

.item-saldo-semSaldo-finalizarSorteio span{
	font-weight: 800;
    color: #696969;
}

.mensagem-semSaldo-finalizarSorteio{
	text-align: center;
    color: #3c3c3c;
    font-weight: 600;
	margin-top: 20px;
    padding-bottom: 10px;
}

.btn-semSaldo-finalizarSorteio{
	display: flex;
    justify-content: center;
    margin-top: 30px;
}

.div-finalizarSorteio{
	width: 96%;
    min-height: 100vh;
    margin-top: 80px;
    margin-left: 2%;
    background-color: white;
    box-shadow: 0 0 3px #cccbcb;
	padding: 10px;
	margin-bottom: 20px;
}

.saldo-finalizarSorteio{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.item-saldo-finalizarSorteio{
	margin: 10px;
    color: #6fcf00;
    font-weight: 700;
}

.item-saldo-finalizarSorteio span{
	font-weight: 800;
    color: #696969;
}

.div-compras-finalizarSorteio{
	box-shadow: 0 0 3px #a2a2a2;
    padding: 10px;
	width: 90%;
    margin-left: 5%;
	margin-top: 20px;
}

.compras-finalizarSorteio{
	min-height: 120px;
    margin-bottom: 80px;
}

.titulo-compras-finalizarSorteio{
	font-size: 20px;
    color: #696969;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.item-compras-finalizarSorteio{
	width: 90%;
    margin-left: 5%;
}

.item-compras-finalizarSorteio span{
	display: inline-block;
    float: right;
	font-weight: 700;
    font-size: 14px;
    color: gray;
}

.compras-finalizarSorteio hr{
	width: 90%;
    margin-left: 5%;
}

.total-finalizarSorteio{
	height: 60px;
	font-weight: 600;
	text-align: center;
    margin-top: 40px;
}

.total-finalizarSorteio span{
	font-size: 25px;
    color: #6fcf00;
}

.span-total-finalizarSorteio{
	font-size: 16px !important;
}

.valor-finalizarSorteio{
	
}

.btn-finalizarSorteio{
	width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 5px;
}

#btn-voltar-finalizarSorteio{
	width: 100px;
}

#btn-finalizar-finalizarSorteio{
	float: right;
}

.div-termos{
	background: white;
    width: 90%;
    margin-left: 5%;
	margin-bottom: 20px;
    padding: 40px;
    text-align: justify;
    box-shadow: 0 0 3px #969696;
    margin-top: 90px;
	border-radius: 5px;
}

.titulo-termos{
	font-size: 25px;
    color: #3eb64d;
    font-weight: 600;
    margin-bottom: 30px;
}

.bloco-termos{
	padding-bottom: 10px;
}

.bloco-termos h3{
	font-size: 15px;
    font-weight: 700;
    color: #717070;
}

.bloco-termos p{
	color: gray;
}

.bloco-termos ul{
	color: gray;
}

.menu-sortear{
	width: 95%;
    margin-left: 2.4%;
    margin-top: 100px;
}

.item-menu-sortear:hover{
	cursor: pointer;
}

.item-menu-sortear a{
	color: #717171;
}

.item-menu-sortear a:hover{
	color: #6fcf00;
}

.ativoSortear{
	color: #6fcf00 !important;
    font-weight: 600;
	border-bottom: 0px;
}

.body-sortear{
	background: white;
    width: 100%;
    min-height: calc(100vh - 145px);
    height: auto;
    padding: 15px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
}

.gifLoading{
	display: flex;
    justify-content: center;
}

.legenda-centenaFederal{
	text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #717171;
}

.home2{
	background-color: #FF9800;
    color: white;
	margin-top: 70px;
}

.home2 h2{
	font-size: 25px;
    font-weight: 800;
	margin-top: 70px;
}

.home2 p{
	width: 90%;
}

.home2 h3{
	font-size: 25px;
    font-weight: 800;
    color: yellow;
}

.home2 span{
	margin-right: 5px;
    font-weight: 500;
}

#btn_home2{
	margin-top: 15px;
}

#banner_home2{
	
}

.home3_1{
	
}

.home3_1 h1{
	font-size: 32px;
    color: #6fcf00;
    font-weight: 800;
}

.home3_1 h2{
	font-size: 20px;
    color: #6fcf00;
    font-weight: 600;
	margin-bottom: 0px;
}

.home3_1 h3{
	font-size: 15px;
    color: gray;
}

.btnQuadrado{
	width: 40px;
    height: 40px;
    background-color: #6fcf00;
    border-radius: 5px;
    color: white;
    padding: 8px 0px 0px 10px;
    margin-right: 5px;
}

.home3_2{
	border: 1px solid #cecece;
    border-radius: 5px;
    height: 100%;
    padding: 15px;
}

.home3_2 h1{
	font-size: 18px;
    color: #6fcf00;
	margin-bottom: 18px;
}

.home3_2 h2{
	font-size: 15px;
    font-weight: 800;
}

.home3_2 h3{
	font-size: 15px;
    color: gray;
}

.titulo-verde{
	font-size: 23px;
    color: #6fcf00;
    margin-bottom: 20px;
	margin-top: 60px;
}

.hr{
	margin: 80px 0px;
}

.home4 a{
	color: #6fcf00;
}

.newsletter{
	
}

.newsletter h1{
	font-size: 24px;
    font-weight: 800;
    color: #6fcf00;
}

.newsletter h2{
	font-size: 12px;
    color: gray;
	font-weight: 500;
}

.newsletter input{
	padding: 10px;
    border: 0;
    border-radius: 10px;
    height: 50px;
    width: 310px;
    font-size: 12px;
    font-weight: 600;
    background: gainsboro;
	margin-left: 20px;
}

.newsletter button{
	height: 50px;
    width: 160px;
    border-radius: 10px;
    font-size: 14px;
    margin-left: 15px;
	color: white;
}

.newsletter button:hover{
	color: white;
}

.avisoComprar{
	background-color: #6fcf00;
	height: auto;
    padding: 30px 0px;
}

.texto-avisoComprar{
	padding-top: 22px;
}

.item-texto-avisoComprar{
	margin-right: 20px;
}

.item-texto-avisoComprar h1{
	font-size: 18px;
    color: white;
    font-weight: 600;
}

.item-texto-avisoComprar h2{
	font-size: 16px;
    color: white;
    font-weight: 600;
}

.btn-avisoComprar button{
	border: 0px;
    width: 210px;
    height: 45px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    margin-top: 40px;
    background-color: white;
    color: #6fcf00;
}

.btn-avisoComprar button:hover{
    background-color: #bdd6c0;
}

.logo-rodape{
	flex: auto;
}

.logo-rodape img{
	width: 200px;
	padding-top: 40px;
	margin-left: -30px;
}

.menus-rodape{
	display: flex;
}

.menu-rodape{
	width: 300px;
    display: flex;
    padding: 16px;
}

.texto-rodape{
	flex: auto;
}

.texto-rodape p{
	font-size: 13px;
    margin: 0px;
    color: gray;
}

.texto-rodape p{
	font-size: 14px;
	margin-bottom: 5px;
}

.texto-rodape p a{
	color: gray !important;
	text-decoration: underline;
}

.texto-rodape p a:hover{
	color: #6fcf00 !important;
	text-decoration: underline;
}

.selo-rodape img{
	width: 120px;
}

.avisoPagamento{
	
}

.texto-avisoPagamento{
	font-size: 17px;
    font-weight: 600;
}

.texto-avisoPagamento a{
	color: #ff8a00;
}

.laranja-sorteio-home{
	background-color: #6fcf00;
    border: 4px solid #6fcf00;
}

.verde-sorteio-home{
	background-color: #43B77B;
    border: 4px solid #43B77B;
}

.roxo-sorteio-home{
	background-color: #c72ba6;
    border: 4px solid #c72ba6;
}

.vermelho-sorteio-home{
	background-color: #e3463e;
    border: 4px solid #e3463e;
}


.laranja-sorteio{
	background-color: #6fcf00;
    border: 4px solid #6fcf00;
}

.verde-sorteio{
	background-color: #43B77B;
    border: 4px solid #43B77B;
}

.roxo-sorteio{
	background-color: #c72ba6;
    border: 4px solid #c72ba6;
}

.vermelho-sorteio{
	background-color: #e3463e;
    border: 4px solid #e3463e;
}

#img_laranja_sorteio_home{
	transform: scaleX(-1);
}

#img_vermelho_sorteio_home{
	transform: scaleX(-1);
}

#titulo_laranja_sorteio_home{
	color: #6fcf00;
}

#btn_laranja_sorteio_home{
	background-color: #6fcf00;
}

#titulo_verde_sorteio_home{
	color: #43B77B;
}

#btn_verde_sorteio_home{
	background-color: #43B77B;
}

#titulo_roxo_sorteio_home{
	color: #c72ba6;
}

#btn_roxo_sorteio_home{
	background-color: #c72ba6;
}

#titulo_vermelho_sorteio_home{
	color: #e3463e;
}

#btn_vermelho_sorteio_home{
	background-color: #e3463e;
}

.sorteiosHome{
	padding-top: 40px;
}

.item-sorteiosHome{
	margin-bottom: 35px;
}

.img-sorteiosHome img{
	width: 300px;
}

.conjunto-sorteiosHome{
	margin: 0 30px;
	width: calc(90% - 300px);
}

.titulo-sorteiosHome{
	font-size: 35px;
    font-weight: 700;
}

.texto-sorteiosHome{
	font-size: 16px;
    font-weight: 600;
    color: gray;
}

.btn-sorteiosHome button{
	border: 0px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 45px;
    border-radius: 10px;
    color: white;
    margin-top: 20px;
}

.item-sorteio-home{
	width: 250px;
    border-radius: 10px;
    text-align: center;
    margin: 0 10px;
}

.head-item-sorteio-home{
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
    height: 50px;
    padding-top: 13px;
}

.body-item-sorteio-home{
	background-color: white;
	padding-top: 45px;
	padding-bottom: 15px;
	border-radius: 0px 0px 5px 5px;
}

.valor-body-item-sorteio-home{
	color: #3cb54d;
    font-size: 18px;
    font-weight: 700;
}

.valor-body-item-sorteio-home span{
	font-size: 12px;
    display: block;
    color: gray;
    margin-bottom: -5px;
}

.valor-body-item-sorteio-home strong{
	font-size: 27px;
}

.texto-body-item-sorteio-home{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.item-texto-body-item-sorteio-home{
	display: flex;
    margin-top: 14px;
    font-size: 15px;
    color: gray;
	margin: 0px 5px;
}

.btn-body-item-sorteio-home{
	border: 0px;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #3cb54d;
    color: white;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 90%;
    margin-left: 5%;
}

.btn-body-item-sorteio-home:hover{
	background-color: #339a42;
}

.div-sorteio{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 20px;
	width: 100%;
	margin-top: 70px;
}

.item-sorteio{
	width: 250px;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
}

.head-item-sorteio{
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
    height: 50px;
    padding-top: 13px;
}

.body-item-sorteio{
	background-color: white;
	padding-top: 45px;
	padding-bottom: 15px;
	border-radius: 0px 0px 5px 5px;
    height: 270px;
}

.valor-body-item-sorteio{
	color: #3cb54d;
    font-size: 18px;
    font-weight: 700;
}

.valor-body-item-sorteio span{
	font-size: 12px;
    display: block;
    color: gray;
    margin-bottom: -5px;
}

.valor-body-item-sorteio strong{
	font-size: 27px;
}

.nome-body-item-sorteio{
	margin-top: 5px;
    height: 70px;
}

.texto-body-item-sorteio{
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

.item-texto-body-item-sorteio{
	display: flex;
    margin-top: 14px;
    font-size: 15px;
    color: gray;
	margin: 0px 5px;
}

.btn-body-item-sorteio{
	border: 0px;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #3cb54d;
    color: white;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 90%;
    margin-left: 5%;
	display: block;
    text-decoration: none;
}

.btn-body-item-sorteio:hover{
	background-color: #339a42;
    color: white;
    text-decoration: none;
}

.menuHome a{
	color: #dfdfdf;
}

.menuHome a:hover{
	color: #6fcf00;
}

.item-menu-rodape a:hover{
	text-decoration: none;
}

.item-menu-rodape h1{
	font-size: 16px;
    color: black;
    font-weight: 600;
}

.item-menu-rodape h2{
	font-size: 15px;
    color: gray;
    font-weight: 600;
}

.item-menu-rodape h2:hover{
	color: #6fcf00;
}

#itemMenuCentena:hover{
	background-color: #6fcf00;
	color: white;
}

#itemMenuCentena{
	color: #848484;
}

#itemMenuSeis:hover{
	background-color: #43b77b;
	color: white;
}

#itemMenuSeis{
	color: #848484;
}

#itemMenuDez:hover{
	background-color: #c72ba6;
	color: white;
}

#itemMenuDez{
	color: #848484; 
}

#itemMenuQuinze:hover{
	background-color: #e3463e;
	color: white;
}

#itemMenuQuinze{
	color: #848484;
}

.resultados{
	width: 100%;
    min-height: 300px;
    padding: 100px 20px 20px 20px;
}

.titulo_resultados{
	text-align: center;
    font-size: 23px;
    padding: 20px;
}

.depositos{
	background-color: white;
    border-radius: 5px;
    width: 96%;
    margin-left: 2%;
    padding: 10px;
	margin-top: 90px;
}

.depositos hr{
	width: 90%;
    margin-left: 5%;
    color: #a5a5a5;
}

.valorAtual-depositos{
	text-align: center;
    font-size: 20px;
    color: gray;
    margin-top: 30px;
}

.valorAtual-depositos span{
	color: #6fcf00;
    font-weight: 700;
    font-size: 22px;
}

.sacar-depositos{
	width: 300px;
    margin: 80px auto;
}

.sacar-depositos h1{
	font-size: 24px;
    text-align: center;
    color: #2a2a2a;
}

.sacar-depositos strong{
	color: gray;
    margin-top: 20px;
    display: block;
}

.sacar-depositos button{
	color: white;
    background-color: #6c6a6a;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0px auto;
    display: block;
}

.sacar-depositos button:hover{
	background-color: black;
}

.historico-depositos{
	width: 100%;
    margin-top: 60px;
}

.historico-depositos h1{
	color: #747474;
    font-weight: 800;
    font-size: 26px;
    text-align: center;
}

.saques-historico-depositos{
	margin: 30px 0;
}

.saques-historico-depositos strong{
	color: gray;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 30px;
}

.saques-historico-depositos span{
	font-size: 18px;
}

.saques-historico-depositos span:hover{
	color: #6fcf00;
    cursor: pointer;
}

.info-modal{
	padding-bottom: 50px;
}

.info-modal span{
	font-weight: 700;
}

.info-finan{
	
}

.info-finan span{
	display: block;
    font-weight: 600;
}

.info-finan select{
	display: block;
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 1px solid #cdcbcb;
    border-radius: 5px;
    margin-top: 10px;
}

.info-finan input{
	width: 100%;
    margin-top: 30px;
    display: block;
}

.info-finan button{
	margin: 40px auto 20px auto;
    display: block;
    padding: 9px 40px;
}

.errorInfoFinan a{
	background-color: gray;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 40px auto 25px auto;
    display: block;
    width: fit-content;
    font-size: 18px;
    text-decoration: none;
}

.errorInfoFinan a:hover{
	background-color: #2a2a2a;
    color: #6fcf00;
    text-decoration: none;
	transition: 0.7s;
}

.menu-mobile{
    display: none;
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: white;
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed svg{
    font-size: 20px;
    margin-right: 5px;
    color: white;
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #5e5e5e;
    color: white;
}

.accordion-flush .accordion-item:first-of-type .accordion-button svg{
    font-size: 20px;
    margin-right: 5px;
    color: white;
}

.btn-info-premios{
    width: fit-content;
    height: auto;
    background-color: #e9ecef;
    color: black;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    margin: 0px auto 50px auto;
}

.btn-info-premios:hover{
    background-color: #bfbfbf;
    color: black;
    text-decoration: none;
}

.icone-voltar{
   display: block;
    font-size: 31px;
    position: absolute;
    margin-top: -100px;
    margin-left: 10px;
    color: gray; 
}

.icone-voltar:hover{
    color: #6fcf00;
    cursor: pointer;
    transition: 0.6s; 
}

.btn-wpp-duvida{
    display: flex;
    margin: 50px auto 0px auto;
    background-color: #49d949;
    color: white;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 5px;
}

.btn-wpp-duvida:hover{
    background-color: #3cad3c;
    color: white;
    transition: 0.6s;
}

.btn-wpp-duvida svg{
    font-size: 30px;
    display: block;
    position: absolute;
    margin-top: 3px;
}

.btn-wpp-duvida span{
    display: block;
    margin-left: 35px;
    margin-top: 7px;
    padding-bottom: 5px;
}

.cadastroConcluidoModal{
    width: 100% !important;
    background-color: #6495ed00 !important;
    z-index: 20 !important;
    position: absolute !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 40px 0px 0px 0px !important;
    height: auto !important;
    border-radius: 20px !important;
    margin-top: 50px !important;
    top: 0 !important;
    color: black !important;
    padding-bottom: 0px !important;
    
}

.fechar-cadastroconcluido{
    color: #09a008 !important;
    font-size: 30px;
}

.cadastroConcluidoImg{
    width: 90%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
    
}

.comprasegura-rodape img{
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 560px;
    padding: 30px 0px 0px 0px;
}

.comprasegura-login img{
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 360px;
    padding: 30px 0px 12px 0px;
}


.encerrado-numerosCentenaFederal{
    text-align: center;
    color: gray;
}

.alerta_cupom{
	margin-left: 5%;
    width: fit-content;
    color: #008000 !important;
    background-color: #6fcf0063 !important;
    border-color: #6fcf0063 !important;
    margin-bottom: 20px;
}

.alerta_cupom p{
	margin: 0;
}

.alerta_cupom span{
	font-size: 10px;
    margin: 0;
    display: block;
}

.alerta_cupom_inicial{
	margin-left: 2% !important;
    width: fit-content;
    color: #008000 !important;
    background-color: #6fcf00 !important;
    border-color: #6fcf00 !important;
    position: fixed;
    top: 140px;
	z-index: 99;
}

.alerta_cupom_inicial p{
	margin: 0;
}

.alerta_cupom_inicial span{
	font-size: 10px;
    margin: 0;
    display: block;
}

.divcuponsfinalizar{
    width: 90%;
    margin-left: 5%;
    display: inline-flex;
    justify-content: space-between;
}

#text-response-sortear{
    padding-top: 9px;
    font-weight: 800;
}

#text-response-sortear p{
    color: #8a8585 !important;
}




/* RESPONSIVO */
@media(max-width: 991px){
    
    .btn-semSaldo-finalizarSorteio-free{
        height: 80px !important;
    }

    .divcuponsfinalizar{
        display: block;
        justify-content: center;
    }
	
	.alerta_cupom_inicial {
		margin-left: 2% !important;
		width: 96%;
		color: #008000 !important;
		background-color: #6fcf00 !important;
		border-color: #6fcf00 !important;
		position: fixed;
		top: 140px;
		z-index: 99;
		font-size: 2rem;
		border-radius: 18px;
	}
	
	.alerta_cupom_inicial span {
		font-size: 28px;
		margin: 0;
		display: block;
	}
	
	.div-semSaldo-finalizarSorteio {
		width: 96%;
		min-height: 600px;
		margin-top: 30px;
		margin-left: 2%;
		background-color: white;
		box-shadow: 0 0 3px #cccbcb;
		padding: 10px;
		margin-bottom: 40px;
		padding-top: 140px;
	}
	
	.alerta_cupom_inicial {
		margin-left: 2% !important;
		width: fit-content;
		color: #008000 !important;
		background-color: #6fcf00 !important;
		border-color: #6fcf00 !important;
		position: fixed;
		top: 140px;
		z-index: 99;
		font-size: 2rem;
	}
	
	.btn_finalizar_sorteio{
		font-size: 19px !important;
		width: fit-content !important;
		padding: 10px 40px !important;
		margin: 0 auto 30px auto !important;
		display: block !important;
	}
	
	.alerta_cupom {
		color: #008000 !important;
		background-color: #6fcf0063 !important;
		border-color: #6fcf0063 !important;
		margin: -20px auto 50px auto !important;
        width: 100%;
	}
    
    .divtable-mobile{
        width: 98% !important;
        margin-left: 1% !important;
    }
    
    .table-mobile{
        min-width: 80px;
        vertical-align: middle;
        font-size: 11px;
    }
    
    .table-mobile .rowtable{
        height: auto !important;
    }
    
    .table-mobile .linktable{
        font-size: 14px !important;
    }
    
    .table-mobile .precotable{
        text-align: center !important;
    }
    
    .titulo-verde {
        font-size: 20px;
        margin-left: 1%;
    }
    
    .btnsFinalizarSorteio{
        width: 100%;
        display: flex;
        margin-top: 20px;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 25px;
    }
    
    .btnsFinalizarSorteio button{
        padding-bottom: 8px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
        height: 60px !important;
        margin: 5px !important;
        min-width: 175px !important;
    }
    
    .btnsFinalizarSorteio button svg{
        margin: 0px 4px -4px 0px;
        color: green;
        font-size: 24px;
        display: inline-block;
        margin-top: 5px;
    }
    
    #btn-voltar-finalizarSorteio {
        width: auto;
        height: auto;
        margin: 0 auto;
        display: block;
        text-align: center;
        padding: 15px 40px !important;
    }
    
    .termos-total-finalizar {
        text-align: center;
        font-size: 12px;
        color: gray;
        margin-bottom: 25px;
        padding-top: 15px;
    }
    
    .item-topo-sortear iframe {
        height: 470px;
    }
    
    .box-modal{
        position: absolute !important;
        padding: 30px;
    }

    .menu-mobile{
        display: flex;
    }
    
    .topo-sortear {
        display: block;
        padding: 20px;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    
    .meio-sortear {
        width: 96%;
        margin-left: 2%;
        display: block;
        padding-top: 0px;
    }
    
    .item-topo-sortear p {
        display: block;
    }
    
    .meio-sortear {
        width: 96%;
        margin-left: 2%;
        display: block;
        padding-top: 0px;
    }
    
    .texto-menu {
        margin-left: 10px;
    }
    
    .item-meio-sortear {
        width: 100%;
        padding-top: 50px;
    }
    
    .avisoComprar {
        background-color: #6fcf00;
        height: auto;
    }
    
    .texto-menu {
        margin-left: 20px;
        margin-top: 13px !important;
        display: block;
    }
    
    .banner-sortear {
        margin-top: 30px;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        object-fit: cover;
        object-position: center;
    }
    
    .mt70-box {
        margin-top: 30px !important;
    }
	
	.levelThree-footer {
		display: flow-root;
	}
		
	.titulo-pagamentos-levelThree-footer {
		padding-bottom: 13px;
	}
	
	.seguranca-levelThree-footer {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	.icone-levelThree-footer img{
		width: 100%;
	}
	
	.levelTwo-footer p {
		width: 90%;
		margin-left: 5%;
	}
	
	.levelOne-footer {
		height: 22px;
	}
	
	.div-login {
		min-height: 700px;
	}
	
	.menu-usuario {
		height: calc(100vh - 10px);
		top: 10px;
		width: 300px;
		background-color: #f9f9f9;
		position: fixed;
		margin-left: 5%;
		box-shadow: 0 0 3px #8a8a8a;
	}
    
    .saques-historico-depositos {
        margin: 30px 0;
        font-size: 10px;
    }
    
    .w20-box {
        width: auto !important;
    }
    
    .logo-menu {
        float: left;
        margin-left: -42px;
    }
    
    .perfil-texto-menu svg {
        font-size: 35px;
        margin-top: 8px;
    }
    
    .div-login {
        padding-top: 45px;
        background-image: url(../arquivos_img/layout/bg_login_cadastro.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        min-height: 100vh;
        padding-bottom: 20px;
        margin-top: 20px;
    }
	
	/* Pagina Compra */
	
	.div-valores-comprar {
		display: flex;
        padding-left: 30px;
        padding-right: 30px;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
	}
	
	.btn-comprar {
		background-color: white;
		padding: 8px 15px 8px 15px;
		border-radius: 5px;
		font-size: 12px;
		font-weight: 700;
		color: #6fcf00;
		width: 150px;
		height: 40px;
		border: 1px solid #b4d8b8;
	}
	
	.item-valores-comprar {
		margin: 10px;
		display: inline-block;
	}
	
	.item-valores-comprar input {
		width: 100%;
		border: 0px;
		border-bottom: 1px solid gray;
		background-color: white;
		text-align: center;
		margin-top: 30px;
	}
	
	#outroValorComprar{
		display: block;
	}
	
	.div-total-comprar {
		height: 140px;
		padding-top: 10px;
		padding-bottom: 25px;
	}
	
	.btn-finalizar-comprar {
		float: none;
		margin-right: 0px;
		margin-top: 20px;
		padding-bottom: 0px;
		text-align: center;
	}
	
	/* FIM Pagina Compra*/
	
	
	/* Pagina Finalizar*/
	
	.meiosPagamentos-finalizar {
		display: block;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 25px;
	}
	
	.item-meiosPagamentos-finalizar button {
		background-color: #6fcf00;
		color: white;
		padding: 8px 10px;
		border-radius: 5px;
		width: 100%;
		border: 1px solid #b4d8b8;
	}
	
	.item-meiosPagamentos-finalizar {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
		.btn-voltar-finalizar {
		padding: 0px 20px 20px;
		margin-top: 25px;
	}
	
	.div-bancos-transferencia {
		display: block;
		justify-content: center;
	}
	
	.item-bancos-transferencia {
		width: 60px;
		height: 60px;
		border: 2px solid #c1c1c1;
		border-radius: 5px;
		margin: 7px;
	}
	
	.item-bancos-transferencia img {
		width: 30px;
	}
	
	#iconebancobradesco {
		margin-top: 0px;
		margin-left: 0px;
	}
	
	#iconebancoitau {
		margin-top: 0px;
	}
	
	#iconebancointer {
		margin-top: 0px;
	}
	
	.avisoAprovacao-transferencia {
		font-size: 14px;
		color: gray;
		margin-top: 20px;
		width: 100%;
	}
	
	#nomeModalTransferencia {
		width: 100%;
		margin-right: 20px;
		padding-top: 20px;
	}
	
	#cpfModalTransferencia {
		width: 100%;
		margin-top: 20px;
	}
	
	#agenciaModalTransferencia {
		width: 35%;
		margin-right: 5%;
	}
	
	#contaModalTransferencia {
		width: 35%;
	}
	
	.row-dadosUsuarios-transferencia {
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}
	
	.row-dadosUsuarios-transferencia span {
		color: gray;
		margin-left: 0px;
		margin-right: 0px;
		width: 5%;
		text-align: center;
		display: inline-block;
	}
	
	#dvModalTransferencia {
		width: 20%;
	}
	
	/* FIM Pagina Finalizar*/
	
	
	
	/* FIM Pagina Sortear*/
	
	.div-sortear {
		min-height: 300px;
		height: auto;
		margin-top: 0px;
		padding-top: 20px;
		padding-bottom: 30px;
		background-color: white;
		width: 95%;
		margin-left: 2.5%;
		box-shadow: 0 0px 4px #b9b9b9;
		border-radius: 5px;
		display: inline-block;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	
	.div-numerosCentenaFederal {
		width: 90%;
		background: #ffffff;
		box-shadow: 0 0 10px #bdbdbd;
		margin: 0 auto;
		display: block;
		border-radius: 5px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 10px;
		float: none;
	}
	
	.div-total-numerosCentenaFederal {
		box-shadow: 0 0 10px #bdbdbd;
		width: 90%;
		margin-left: 5%;
		margin-top: 25px;
		margin-bottom: 25px;
		position: unset;
	}
	
	.item-menu-sortear{
		margin-bottom: -2px;
		width: 20%;
		text-align: center;
		position: relative;
	}
	
	.menu-sortear {
		width: 95.6%;
		margin-left: 2.2%;
		margin-top: 100px;
		font-size: 13px;
	}
    
    .menu_mobile{
        display: flex;
        margin-top: 90px;
        color: gray;
        background-color: gray;
        width: 96%;
        margin-left: 2%;
        border-radius: 5px;
        padding: 0 10px;
        color: white;

    }
    
    .menu_mobile{
        color: white;
        text-decoration: none;
    }
    
    .menu_mobile:hover{
        color: #6fcf00;
        text-decoration: none;
        display: flex;
        margin-top: 90px;
        color: gray;
        background-color: gray;
        width: 96%;
        margin-left: 2%;
        border-radius: 5px;
        padding: 0 10px;
    }
    
    .menu-mobile {
        display: flex;
        margin-top: 90px;
        background-color: gray;
        width: 96%;
        margin-left: 2%;
        border-radius: 5px;
        padding: 0 10px;
        color: white;
    }
    
	.btn-comprar {
        background-color: white;
        padding: 8px 15px 8px;
        border-radius: 5px;   
        font-size: 12px;
        font-weight: 700;
        color: #6fcf00;
        width: 90%;
        border: 1px solid #b4d8b8;
        display: block;
        margin-left: 5%;
    }    
    
    .texto-menu {
        margin-left: 60px !important;
        margin-top: 13px  !important;
        display: block;
    }
    
    .menu-mobile{
        display: flex;
        color: gray;
        justify-content: center;
        margin: 90px 5px 0 0;
        background-color: gray;
        width: 96%;
        margin-left: 2%;
        padding: 20px 5px;
        border-radius: 5px;
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    .menu-mobile a{
        color: #cbcbcb;
        margin: 0 5px;
        display: block;
        justify-content: center;
        width: auto;
    }
    
    .menu-mobile a:hover{
        color: #6fcf00;
    }
    
   .btn-comprar {
        background-color: white;
        padding: 8px 15px 8px 15px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 700;
        color: #6fcf00;
        width: 120px;
        height: auto;
        border: 1px solid #b4d8b8;
        display: block;
        margin-left: 10px;
    }
    
	.form-cadastro {
		width: 90%;
	}
	
	.sociais-cadastro {
		width: 100%;
	}
	
	.comprarCreditos-menu {
		display: none;
	}
	
	.texto-menu {
		margin-left: 15%;
	}
	
	.form-login {
		width: 90%;
	}
	
	.form-editar-informacoes {
		width: 90%;
	}
	
	.levelThree-footer {
		display: flow-root;
	}
	
	.titulo-pagamentos-levelThree-footer {
		padding-bottom: 13px;
	}
	
	.seguranca-levelThree-footer {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	.icone-levelThree-footer img{
		width: 100%;
	}
	
	.levelTwo-footer p {
		width: 90%;
		margin-left: 5%;
	}
	
	.levelOne-footer {
		height: 22px;
	}
	
	.btnNumerosSortearDisabled {
        background-color: #dadada;
        color: gray;
        padding: 0px;
        border: 1px solid #adabab;
        width: 90px;
        height: 90px;
        border-radius: 50px;
        font-weight: 700;
        text-align: center;
        font-size: 26px;
        margin: 5px;
    }
	
	.btnNumerosSortear {
		width: 90px;
        height: 90px;
		border-radius: 50px;
		background-color: #f9f9f9;
		color: #6fcf00;
		font-weight: 700;
		text-align: center;
		border: 1px solid #839285;
		padding: 0px;
		font-size: 26px;
        margin: 5px;
	}
	
	.item-sorteios-total-numerosCentenaFederal {
		display: flex;
		padding: 14px 30px;
		background-color: gray;
		border-radius: 5px;
		margin: 10px;
	}
	
	.titulo-item-sorteios-total-numerosCentenaFederal {
		width: auto;
		font-size: 24px;
		color: white;
	}
	
	.btn-item-sorteios-total-numerosCentenaFederal {
		width: 45px;
		text-align: right;
		color: #e1e1e1;
		font-weight: 600;
		font-size: 23px;
	}
	
	.valor-total-numerosCentenaFederal {
		height: 140px;
	}
	
	.escrito-total-numerosCentenaFederal {
		font-weight: 600;
		padding-left: 20px;
		font-size: 35px;
	}
    
    .div-sorteios-total-numerosCentenaFederal p {
        margin-top: 10px;
        color: #909090;
        text-align: center;
        width: 100%;
        font-size: 36px;
    }
	
	.escrito-total-numerosCentenaFederal span {
		font-size: 35px !important;
		color: #6fcf00;
	}
	
	.titulo-total-numerosCentenaFederal {
		color: #6fcf00;
		font-weight: 700;
		font-size: 40px;
		text-align: center;
		padding-top: 20px;
	}
	
	.btn-semSaldo-finalizarSorteio {
		display: block;
		justify-content: center;
		margin-top: 30px;
		width: 100%;
	}
	
	.btn-semSaldo-finalizarSorteio span{
        
	}
	
	.btn-loja {
		background-color: #6fcf00;
        color: white;
        display: block;
        border: 0px;
        height: 50px;
        font-weight: 700;
        padding-bottom: 5px;
        padding-right: 59px;
        padding-left: 50px;
        width: 100%;
        margin: 10px 0px;
        font-size: 20px;
        text-align: start;
        border-radius: 15px;

	}
	
	.btn-loja svg {
		margin: 0px 0px -5px 3px;
		color: green;
		font-size: 24px;
		display: inline-block;
		margin-top: 5px;
		margin-right: 10px;
	}
	
	.titulo-numerosCentenaFederal {
		color: #6fcf00;
		font-weight: 700;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 15px;
		font-size: 45px;
	}
    
    .item-btnsTopo-numerosCentenaFederal {
        margin-left: 5px;
        margin-right: 5px;
        border: 1px solid #6fcf00;
        padding: 5px;
        border-radius: 5px;
        color: #6fcf00;
        font-weight: 500;
        text-align: center;
        font-size: 30px;
    }
	
	.btnsTopo-numerosCentenaFederal {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
		font-size: 20px;
	}
	
	.titulo-sortear {
		color: #6fcf00;
		font-weight: 700;
		font-size: 45px;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.item-topo-sortear p {
		font-size: 28px;
	}
    
    .accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
        font-size: 28px !important;
    }
    
    .accordion-button::after {
        width: 2.25rem !important;
        height: 2.25rem !important;
        background-size: 2.25rem !important;
    }
    
    .accordion-flush .accordion-item:first-of-type .accordion-button {
        font-size: 32px;
    }
    
    .accordion-flush .accordion-item:first-of-type .accordion-button svg {
        font-size: 36px;
        margin-right: 15px;
        color: white;
    }
    
    .accordion-body {
        padding: 1rem 1.25rem;
        font-size: 27px;
    }
    
    .premio-padrao-sortear {
        width: 100%;
        color: #dfdede;
        text-align: center;
        margin: 0px 0px 30px 0px;
        font-size: 45px;
    }
    
    .premio-padrao-sortear span strong {
        font-size: 65px;
    }
    
    .premio-padrao-sortear span {
        color: #6fcf00;
        font-size: 40px;
    }
    
    #textoRedesSociais {
        display: block;
        text-align: center;
        color: gray;
        margin-top: 50px;
        font-size: 36px;
    }
	
	.data-sortear {
		font-weight: 700;
		font-size: 28px;
		margin-top: 29px;
	}
	
	#textoRedesSociais {
		display: block;
		text-align: center;
		font-family: 'gotham';
		color: gray;
		margin-top: 50px;
		font-size: 25px;
	}
	
	.btn-semSaldo-finalizarSorteio {
		display: block;
		justify-content: center;
		margin-top: 30px;
        height: 220px;
	}
	
	.alert-primary {
		color: #084298;
		background-color: #cfe2ff;
		border-color: #b6d4fe;
		margin: 19px 0px -70px 0px;
	}
    
    #div-response-sortear{
        float: none;
        margin-top: 0px;
    }
    
    #text-response-sortear{
        padding-top: 9px;
        font-weight: 800;
    }
    
    #text-response-sortear p{
        font-size: 37px;
        padding-bottom: 10px;
        color: gray;
    }
	
	
}