@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

:root{
/*--primary:#ff8800;
--txt_primary:#ffffff;*/
--bg_main:#f4f4f4;
}

*{
margin: 0;
padding: 0;
list-style: none;
box-sizing: border-box;
text-decoration: none;
}	
.page-wrapper{
position: relative;	
min-height: 100vh;
}

body{
background: var(--primary);
font-family: 'Poppins', serif;
}

#session_header{
width: 100%;
height: 80px;
background: var(--primary);
overflow: hidden;

display: flex;
justify-content: space-between;
flex-direction: row;
align-items: center;
}

#session_header .logo{
max-width: 260px;
height: 60px;
overflow: hidden;
margin-left: 5px;
}

#session_header .logo img{
max-width: 260px;
height: 100%;
object-fit: contain;
object-position: center;
border-radius: 8px;
margin-left: 30px;

}
#session_header nav{
width: 80%;	
flex-flow: 1;
justify-content: flex-end;
text-align: right;
margin-right: 30px;
}
#session_header nav a{
color: var(--txt_primary);
margin: 0 5px;
}
#session_header nav a:last-child{
background: var(--txt_primary);
color:var(--primary);
border-radius: 12px;
padding: 5px 15px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #474a51 !important;
  z-index: 88888;
}

#banner{
width: 100%;
height: 430px;
overflow: hidden;
position: relative;
}

#lightSlider li{
width: 100%;
height: 430px;
}

#lightSlider li img{
width: 100%;
height: 430px;
object-fit: cover;
object-position: center;
}
.menu_mobile{display: none;}

main{padding-bottom: 260px;}
.page{
width: 100%;
height: auto;
display: table;
padding-bottom: 30px;
margin-bottom: 10px;
}

.page h2{
color: var(--txt_primary);
font-size: 1.6em;
text-align: center;
padding: 20px 0;
}

.page p{
color: var(--txt_primary);
font-size: 1.2em;
letter-spacing: 1px;
padding: 0 5%;
}

.bloco_page{
width: 80%;
margin: 0 auto;
background: #fff;
padding: 50px;
margin-top: 40px;
border-radius: 10px;
}
.bloco_page h2{color: #222;padding-top: 10px;}
.bloco_page p{color: #222;}

main > h2{
color: var(--txt_primary);
font-size: 1.4em;
margin: 0 20px;
text-align: center;
padding: 20px 0;
}
main ul{
width: 100%;
height: auto;	
display: flex;
flex-direction: row;
margin: 20px 0;
margin-bottom: 40px;
}
main ul li{
gap: 15px;
width: 33%;
box-sizing: border-box;
padding: 10px;
text-align: center;
}

main ul li i{
color: var(--txt_primary);
font-size: 2.6em;
margin-bottom: 5px;
}
main ul li h3{color: var(--txt_primary);font-size: 1.6em;margin-bottom: 5px;}
main ul li p{color: var(--txt_primary);font-size: 1em;display: block; margin-bottom: 10px;}
main ul li a{color:var(--txt_primary);border: 1px solid var(--txt_primary);
	font-size: .8em;padding: 8px;margin-top: 5px;
	border-radius: 10px;text-decoration: none;}


h1.titulo_confirmar, 
p.txt_confirmar{
color: #fff !important;}

.box_rodadas{
width: 100%;
height: auto;	
background: var(--bg_main);
text-align: center;
box-sizing: border-box;
padding: 10px;
padding-top: 30px;
}
.box_rodadas h2{color: #333;font-size: 1.6em;margin-bottom: 10px;}
.box_rodadas span{display: block; font-size: 1em;color: #bbb;margin-bottom: 20px;}

.box_rodadas .rodadas{
width: 90%;
height: auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding-bottom: 50px;
margin-top: 50px;
}
.box_rodadas .rodadas article{
display: block;
margin-top: 15px !important;
}

.box_rodadas .rodadas article h3{
color: var(--primary);font-size: 1.2em;
margin-bottom: 2px;
}
.box_rodadas .rodadas article small{
display: block;margin-bottom: 10px;font: .9em;
color: #555;}
.box_rodadas .rodadas article{
background:var(--txt_primary);
width: 40%;
margin: 0 5%;
border-radius: 10px;
margin-bottom: 20px;
}
.box_rodadas .rodadas article img{margin-bottom: 15px;
width: 300px;
height: 180px;
object-fit: cover;
object-position: center;
border-radius: 8px;
}
.btns{
width: 100%;
height: 40px;
margin-bottom: 10px;
display: flex;
justify-content: center;

}
.btns button{
width: 100px;height: 30px;
cursor: pointer;border-radius: 20px;
border: 1px solid var(--primary);
margin: 0 10px;
background: #fff;
}
.btns button.active{background: var(--primary);color: var(--txt_primary);}


button.btn_premiacao{
width: 100%;height: 40px;
line-height: 40px; 
background: var(--primary);color: var(--txt_primary);
border: 0 none;
border-radius: 0 0 10px 10px;
font-size: 1.4em;
}

.box_ranking{
width: 100%;
height: auto;
}
.box_ranking h2{color: var(--primary);font-size: 1.6em;}
table.table_ranking{
width: 80%;
margin: 0 auto;
border-collapse: collapse;
border: 0 none;
}
table.table_ranking tr{height: 30px;}
table.table_ranking tr th{font-weight: bold;font-size: 1.3em;}
table.table_ranking tr:nth-child(even){background: #ccc;}



.table-info{
width: 100%; 
border:0 none;
display: table;
margin-bottom: 5px;
border-collapse: collapse;
}
.table-info tr{height: 20px; border-bottom: 1px solid #ccc;}
.table-info tr td{font-size:.8em;height: 25px !important;padding: 5px 0;}
.table-info tr td span{margin: 0;padding: 0;}

.table-info tr td{height: 30px;padding: 2px;}

.table-info tr td:first-child{width: 180px; border-right: 1px solid #ccc;
font-weight: bold;}
.table-info tr td:last-child{margin-left: 5px;}

footer.rodape{
background: #0C0000;
width: 100%;
height: 270px;
color: var(--txt_primary);
display: flex;
justify-content: center;
flex-direction: column;

position: absolute;
bottom: 0;
}
footer.rodape a{text-align: center;}
footer.rodape img{
min-width: 60px;
max-width: 90px;
height: auto;
margin: 0 auto;
margin-top: 15px;
}

footer.rodape nav{
width: 80%;
padding: 10px;
margin: 0 auto;
text-align: center;
}
footer.rodape p{text-align: center;margin: 15px 0;}
footer.rodape nav a{color: var(--primary);margin: 0 10px;}
footer.rodape h4{text-align: center;font-size: 1em;}

.pwa_alert{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 70px;
line-height: 70px;
background: var(--primary);
z-index: 9999;
text-align: center;
display: none;
}

.pwa_alert button{
height: 40px;
padding: 0 10px;
border-radius: 4px;
border: 0 none;
background: #fff;
color: #333;
font-weight: bold;
cursor: pointer;
}

.pwa_alert.visivel{display: block;}

.subscription{
width: 40px;
height: 30px;
padding-left: 5px;
border-radius: 6px;
background: tomato;
position: fixed;
bottom: 80px;
right: 30px;
border: 0 none;
cursor: pointer;
color: #fff;
font-size: .9em;
}
.subscription i{
color: #fff;
vertical-align: middle; 
margin-right: 5px;
font-size: 1.2em;
}



#box_rifas{
width: 100%;
height: auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
box-sizing: border-box;
padding: 5px;
}

.box_rifa{
width: 24%;
height: auto;
margin: 0 .5%;
background: #f5f5f5;
padding: 5px;
margin-bottom: 15px;
}
.statistica_rifa{
width: 96%;
height: 40px;
line-height: 40px;
margin: 0 2%;
margin-bottom: 10px;
border: 1px solid #ccc;
box-sizing: border-box;
padding: 5px;
padding-top: 0;
border-radius: 4px;
}
.statistica_rifa strong{
color: #333;    
border-right: 1px solid #ccc;
padding-right: 4px;
padding-left: 4px;
font-size: .7em;
}
.statistica_rifa strong:last-child{border-right: none;}
.phanton{
clear: both;height: 40px;width: 100%;margin-bottom: 10px;
color: #ddd;text-align: center;
}
.bx_card_img{
width: 100%;
height: 200px;
object-fit: fill;
object-position: center;
margin-bottom: 5px;
}
.bx_card_img img{
width: 100%;
height: 100%;
}
.box_rifa h2{
text-align: center;
font-size: 1.2em;
height: 40px;
margin-bottom: 10px;
color: #333;
}

.box_rifa a{
display: block;
}
.box_rifa a button{
background: green;
border: 0;
width: 100%;
height: 35px;
color: #fff;
border-radius: 5px;
cursor: pointer;
}

@media (max-width:600px){

button.subscription{display: none;}
#banner{width: 100%;height: auto;}
#lightSlider li img{height: 200px;}


#lightSlider li{
width: 100%;
min-height: 180px;
height: auto;
}

nav.menu{
position: fixed;  
left: -450px;
top: 0px;
width: 300px;
height: 100vh;
z-index: 88888;
background: #fff;
box-sizing: border-box;
padding: 0 15px;
padding-top: 20px;

transition: left 0.5s;
transition-timing-function: linear;
}

nav.menu.open{
left: 0;
z-index: 999999;
transition: left 0.5s;
transition-timing-function: linear;
}

nav.menu.open a{
width: 100%;
height: 40px;
display: block;
border-bottom: 1px solid #474a51;
color: #333 !important;
text-align: center;
padding-top: 10px;
font-size: 1em;
}

nav.menu.open a:last-child{display: block;border-bottom: none;}

.menu_mobile{
position: absolute;
top: 25px;
right: 10px;
background: #444;
color: #fff;
padding: 5px;
padding-bottom: 0;
font-size: 1.4em;
display: block;
border: 0 none;
}

main{padding-bottom: 410px;}
main ul{
width: 100%;
height: auto;	
display: flex;
flex-direction: column;
margin: 20px 0;
margin-bottom: 40px;
}

main ul li{
gap: 0px;
width: 100%;
padding: 10px;
text-align: center;
margin-bottom: 10px;
}


.bloco_page{
width: 94%;
padding: 30px;
margin-top: 30px;
}
.bloco_page h2{font: 0.7em;}
.bloco_page p{font-size: .8em;}

.box_rodadas .rodadas{
width: 100%;
flex-direction: column;
padding-bottom: 50px;
margin-top: 50px;
}

.box_rodadas .rodadas article{width: 90%;margin: 0 5%;}

footer.rodape{
height: 390px;
}

footer.rodape nav{
width: 100%;
padding: 10px;
margin: 0 auto;
text-align: center;
}
footer.rodape p{text-align: center;margin: 10px 30px;font-size: 0.8em;}
footer.rodape nav a{color: var(--primary);margin: 5px 10px;display: block;
font-size: 0.9em;
}
footer.rodape h4{text-align: center;font-size: .8em;}

}

@media(max-width:400px){
#lightSlider li img{height: 170px;}
}