﻿*{
	box-sizing: border-box;
}
body{
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	background: #f2f2f2;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}
a:hover{
	text-decoration: none;
}
.topo-b{
	position:fixed;
	top:0;
	left:0;
	right:0;
	background-color:#232323;
	width:100%;
	height:70px;
	box-shadow:0 2px 8px rgba(0,0,0,0.2);
	z-index:98;	
}
.topo-b a{
	color:#fff;
	font-size:13px;
	font-weight: 700;
	text-transform:uppercase;
	text-decoration:none;
}
.ads-g{
    width: 100%;
    padding: 45px 0 10px;
	margin-top: 70px;
    background: #f2f2f2;
    z-index: 97;
}
.ads-g div{
	width: 970px;
	height: 90px;
	margin: 0 auto;
	background: #e4e4e4;
}
.ads-ouroP, .ads-mP{
	display: none;
}
.ads-m{
	position: relative;
	width: 100%;
	float: left;
	margin-top: 40px;
}
.ads-m:before{
	content: 'Oferecimento';
    font-size: 11px;
    color: #aaa;
    left: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ads-m div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
.ads-m a{
	display: block;
	width: 165px;
	border: solid 1px #f2f2f2;
    border-radius: 5px;
	box-sizing: border-box;
	transition:all .1s linear;
}
.ads-m a img{
	border-radius: 5px;
	width: 165px;
	height: auto;
}
.ads-m a:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
}
.content{
	flex: 1 0 auto;
	padding-top:20px;
	min-width:1050px;
}
/*.content{
	flex: 1 0 auto;
	padding-top:30px;
	min-width:1050px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}*/
.t1{
	width: 1050px;
	margin: 0 auto;
	text-align: left;	
}
.Bflex{
	min-width:1050px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.menu-b{
	float:left;
	padding:13px 0;
	margin-left:20px;
}
.topo-b h1{
	float:left;
	padding:5px 0;
}
.topo-b h1 img{
	filter: drop-shadow(0px 8px 5px rgba(0,0,0,0.4));
	/*width:100px;
	height:auto;*/
}
.topo-b h1 a{
	display:block;	
}
.menu-b a{
	float:left;
	padding:10px;
	margin:0 5px;
	border:solid 1px transparent;
	border-radius:5px;
	transition:all .2s linear;
	position: relative;
}
.menu-b a#mostraregula{
	padding-left: 33px;
}
.menu-b a#mostrapontos{
	padding-left: 37px;
}
.menu-b a:before{
	content: "";
	position: absolute;
	height:21px;
	background: url("https://static-kbo-site.knbcdn.com.br/kboingfm/img-bolao-copa/icones_futebol2.svg") no-repeat;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.menu-b a#mostraregula:before{
	width: 17px;
	background-position: 0 -79px;
}
.menu-b a#mostrapontos:before{
	width: 22px;
	background-position: -21px -79px;
}
.link-mobile{
	display:none;	
}
.menu-b a:hover{
	border-color:#1baf23;
	color:#d2d2d2;
}
.cadastro-login{
	float:right;
	height:70px;
	margin-right:10px;
}
.btn-1b{
	float:left;
	padding:10px;
	border:solid 1px #fff;
	border-radius:5px;
	margin-left:10px;
	transition:all .2s linear;
}
.btn-1b:hover{
	color:#1baf23;
	border-color:#1baf23;
}
.links-login{
	float:left;
	padding:13px 0;
}
.usuario-on{
	float:left;
	color:#fff;
	font-size:14px;
	line-height:25px;
	padding:0 0 18px 48px;
	margin:13px 0;
	background:url(https://static-kbo-site.knbcdn.com.br/kboingfm/img-bolao-copa/ponta-ranking2.png) no-repeat 0 -250px;
	min-width: 97px;
	max-width:200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	position:relative;
	display:none;
}
#userlogoff{
	position:absolute;
	bottom:0;
	right:0;
	font-size:13px;
	color:#065b16;
	background-color:#d6e6d3;
	padding:2px 10px;
	border-radius:3px;
	line-height:17px !important;
	text-transform:uppercase;
	cursor:pointer;
	font-weight: 700;
}
#userlogoff:hover{
	background-color:#f2f2f2;	
}
.lstRodadas{
	display: flex;
	flex-direction: column;
	width: 220px;
}
.lstRodadas li{
	width: 100%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	margin-bottom: 12px;
	position: relative;
}
.lstRodadas li a{
	display: block;
	width: 100%;
	color:#2a432a;
	font-size: 20px;
    letter-spacing: -1px;
    position: relative;
    font-weight: 600;
	padding: 14px 5px;
	text-align: center;
	border-radius: 10px;
	background: #f8f7f5;
}
.lstRodadas li a:hover{
	background:#d6e6d3;
}
.lstRodadas li.on a{
	background: linear-gradient(90deg,rgba(6, 36, 16, 1) 0%, rgba(2, 91, 47, 1) 100%);
	color: #f2f2f2;
}
.lstRodadas li.off{
	opacity: .4;
	pointer-events: none;
}
.lstRodadas li.on a{
	color: #f2f2f2;
}
.lstRodadas li a:before{
	content: '';
	position: absolute;
	height: 35px;
	top: 10px;
	left: 10px;
	background: url("https://static-kbo-site.knbcdn.com.br/kboingfm/img-bolao-copa/icones_futebol2.svg") no-repeat;
	z-index: 2;
}
.lstRodadas li.rod1 a:before{
	width: 35px;
	background-position: -43px 0;
}
.lstRodadas li.rod1.on a:before{
	background-position: -43px -40px;
}
.lstRodadas li.rod2 a:before{
	width: 35px;
}
.lstRodadas li.rod2.on a:before{
	background-position: 0 -40px;
}
.lstRodadas li.rod3 a:before{
	width: 35px;
	background-position: -86px 0;
}
.lstRodadas li.rod3.on a:before{
	background-position: -86px -40px;
}
.lstRodadas li.rod4 a:before{
	width: 35px;
	background-position: -129px 0;
}
.lstRodadas li.rod4.on a:before{
	background-position: -129px -40px;
}
.lstRodadas li.rod5 a:before{
	left: 14px;
	width: 27px;
	background-position: -219px 0;
}
.lstRodadas li.rod5.on a:before{
	background-position: -219px -40px;
}
.lstRodadas li.rod6 a:before{
	left: 19px;
	width: 17px;
	background-position: -267px 0;
}
.lstRodadas li.rod6.on a:before{
	background-position: -267px -40px;
}
.lstRodadas li.rod7 a:before{
	width: 35px;
	background-position: -301px 0;
}
.lstRodadas li.rod7.on a:before{
	background-position: -301px -40px;
}
.lstRodadas li.rod8 a:before{
	left: 17px;
	width: 20px;
	background-position: -179px 0;
}
.lstRodadas li.rod8.on a:before{
	background-position: -179px -40px;
}
.lstRodadas li a:after{
	content: '';
	position: absolute;
	width: 7px;
	height: 12px;
	top: 21px;
	right: 15px;
	background: url("https://static-kbo-site.knbcdn.com.br/kboingfm/img-bolao-copa/icones_futebol2.svg") no-repeat -347px 0;
	z-index: 2;
}
.lstRodadas li.on a:after{
	background-position: -347px -40px;
}
.jogos-palpite{
	display: flex;
	width:450px;
	border:solid 1px #dedede;
	background: #f8f7f5;
	border-radius: 10px;
	flex-direction: column;
}
.jogos-b{
	text-align:center;
	width:100%;
	position:relative;
	padding: 7px 0;
	box-sizing: border-box;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	animation: fadeInSuave 0.5s ease;
}
@keyframes fadeInSuave {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}
#rodada1, #jogosrodada1 {
    display: block;
}
.rankingPubl{
	position:sticky;
	top:90px;
	width:340px;
	text-align:left;
	z-index:96;
	display:block;
}
.ranking{
	background: linear-gradient(rgba(6, 36, 16, 1) 0%, rgba(2, 91, 47, 1) 100%);
	border-radius: 10px;
	padding: 0 5px;
}
.ranking.on{
	position:relative;
	z-index:auto;
	top:auto;
	left:auto;
	margin:25px 0 0 0;
}
.ranking .btn-1b, .jogos-b .btn-1b{
	border-color:#1f4f1d;
	background: linear-gradient(rgba(2, 91, 47, 1) 0%, rgba(6, 36, 16, 1) 100%);
	color:#f2f2f2;
	font-size:12px;
	text-transform:uppercase;
	position:absolute;
	top:18px;
	right:5px;
	padding: 7px 10px;
}
.jogos-b h2{
	text-align: left;
	padding-left: 15px;
	color:#065b16;
}
.dateRod{
	display: block;
	margin-left: 15px;
	padding-left: 27px;
	text-align: left;
	font-size: 14px;
	color:#1baf23;
	position: relative;
	line-height: 25px;
}
.dateRod:before{
	content:"";
	position: absolute;
	left: 0;
	width: 24px;
	height: 25px;
	background: url("https://static-kbo-site.knbcdn.com.br/kboingfm/img-bolao-copa/icones_futebol2.svg") no-repeat;
	background-position: -70px -79px;
}
.btn-3b{
	position: absolute;
	right: 10px;
	top: 14px;
	height: 40px;
	width: 40px;
	background:#d6e6d3;
	border-radius: 5px;
	display: none;
	cursor: pointer;
}
.btn-3b:before{
	content: "";
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -3px;
	width: 7px;
	height: 12px;
	background: url("https://static-kbo-site.knbcdn.com.br/kboingfm/img-bolao-copa/icones_futebol.svg") no-repeat -347px 0;
}
.headerRodada{
	pointer-events: none;
}
.jogo-rodada{
	margin:5px 0;
	width:100%;
	overflow:hidden;
}
.partida .datahora{
	text-transform:uppercase;
	margin-bottom:10px;
	font-size: 11px;
}
.partida{
	padding:15px 0 15px;
	float:left;
	overflow:hidden;
	border-top: solid 1px #e4e4e4;
}
.time-a, .time-b{
	float:left;
	width:224px;
	font-size:15px;
	line-height:32px;
	position:relative;
}
.time-a span, .time-a img{
	float:right;	
}
.time-b span, .time-b img{
	float:left;	
}
.time-a img{
	margin:0 10px 0 5px;	
}
.time-b img{
	margin:0 5px 0 10px;	
}
.campo-result{
	border: solid 1px #aaa;
	font-size: 20px;
	float: right;
	padding: 2px;
	width: 30px;
	height: 31px;
	border-radius: 5px;
	color: #333;
	outline: none;
	text-align:center;
}
.selecaoNome, .selecaoSigla{
	color:#212121;
}
.selecaoSigla{
	display: none;
}
.bx-btn100{
	width:100%;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;	
}
.btn-2b{
	padding:10px 20px;
	border:solid 1px #333;
	border-bottom-width: 3px;
	border-radius:5px;
	background-color:#555;
	background: linear-gradient(rgba(2, 91, 47, 1) 0%, rgba(6, 36, 16, 1) 100%);
	color:#fff;
	text-transform:uppercase;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size:14px;
	letter-spacing:1px;
	outline:none;
	cursor:pointer;
	transition:all .2s linear;
	font-weight: bold;
}
.btn-2b:hover{
	background: linear-gradient(rgba(2, 91, 47, 1));
	border-color:#333;
}
.jogos-b .btn-2b{
	margin-top:10px;
	font-size:12px;	
}
.time-a .campo-result{
	margin-right:15px
}
.time-b .campo-result{
	float:left;
	margin-left:15px;	
}
.time-b:before{
	content:"x";
	position:absolute;
	top:0;
	left:-4px;
	line-height:32px;
}
.lst-ranking{
	padding-bottom:1px;	
}
.lst-ranking li{
	width:100%;
	margin:5px 0;
	position:relative;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	background: rgba(28, 69, 22, 0.2);
	border: solid 1px #1f4f1d;
	border-radius: 10px;
}
.lst-ranking .ponta-r{
	width:60px;
	padding-left:13px;
	height:55px;
	line-height: 55px;
	font-size:27px;
	font-weight:bold;
	color:#fff;
	background:url("https://static-kbo-site.knbcdn.com.br/kboingfm/img-bolao-copa/ponta-ranking2.png") no-repeat;
}
.lst-ranking .ponta-r.user2{
	background-position: 0 -60px;
}
.lst-ranking .ponta-r.user3{
	background-position: 0 -120px;
}
.lst-ranking .pontos-r{
	font-size:16px;
	width:74px;
	text-align:center;
	height:40px;
	color: #f2f2f2;
	line-height: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-left: solid 1px #1f4f1d;
}
.lst-ranking .pontos-r b{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}
.lst-ranking .p2{
	background-position:0 -50px;	
}
.lst-ranking .p3{
	background-position:0 -100px;	
}
.lst-ranking .p4{
	background-position:0 -150px;	
}
.lst-ranking .p5{
	background-position:0 -200px;	
}
.lst-ranking .usuario-r{
	font-size:16px;
	width:220px;
	margin-left:-19px;
	padding-left:20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #f2f2f2;
	line-height: 55px;
}
.ranking h2{
	text-transform: uppercase;
	font-size: 14px;
	color: #f2f2f2;
	line-height: 18px;
	padding: 15px 5px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	font-weight: 400;
}
.ranking h2#txth2{
	padding-left: 30px;
	position: relative;
	float: left;
	width: 100%;
}
.ranking h2#txth2:before{
	content: "";
	position: absolute;
	width: 18px;
	height: 32px;
	background: url("https://static-kbo-site.knbcdn.com.br/kboingfm/img-bolao-copa/icones_futebol2.svg") no-repeat;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	background-position: -47px -79px;
}
.ranking h2 b{
	display: block;
	font-weight: 800;
	font-size: 18px;
}
.jogos-b h2, .regra-ponto h2{
	font-size:20px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	letter-spacing: -.5px;
	position:relative;
	font-weight: 600;
}
.regra-ponto h2{
	text-transform: uppercase;
	font-weight: 800;
	color: #212121;
	margin:10px 0 20px;
}
.regra-ponto .meus-pontos, .regra-ponto .regulamento{
	display:none;
}
.regulamento{
	font-size:15px;
	color: #212121;
}
.regulamento ol li{
	padding-bottom:1.2em;
	line-height:1.4em;
}
.regulamento ol li ol{
	padding-left:30px;	
}
.regulamento ol li ol li{
	list-style:disc !important;
	padding:0;
}
.regulamento h3{
	font-size:17px;	
}
.meus-pontos, .regulamento{
	padding:0 10px;
	box-sizing:border-box;	
}
.regulamento{
	padding:0 10px;	
}
.regra-ponto{
	margin:10px 0 40px;
	padding:5px 0;
	background-color:#f2f2f2;
	box-shadow:0 2px 8px rgba(0,0,0,0.2);
	border-bottom:solid 1px #d2d2d2;
	display:none;
}
.regra-ponto .t1{
	position:relative;	
}
.tabela-usuario{
	border-top:solid 1px #ddd;
	float:left;
	margin-bottom: 40px;
	width:100%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.tabela-usuario li{
	float:left;	
}
.tabela-usuario ul{
	background-color:#f2f2f2;	
}
.lista-jogos{
	float:left;
	width:100%;
}
.lista-jogos li{
	padding:10px 0;
	width:100%;
	text-align:center;
	border-bottom:solid 1px #ddd;
	line-height:35px;
	height:35px;
	box-sizing: initial;
}
.lista-jogos li:nth-child(odd){
	background-color:#f8f7f5;
}
.lst1{
	width:650px;
	border-right:solid 1px #ddd;
	border-left:solid 1px #ddd;	
}
.lst2{
	width:115px;
	border-right:solid 1px #ddd;
	font-size:18px;
}
.lst3{
	width:149px;	
}
.lst3 .titulo-pontos{
	background:#f8f7f5 !important;
	color: #065b16;
	font-weight: 600;
	border-right: solid 1px #ddd;
}
.lst3 .titulo-pontos span{
	float:right;
	margin-right:5px;
	background-color:#d6e6d3;
	color:#065b16;
	padding:0 10px;
	border-radius:5px;
}
.titulo-pontos{
	text-transform:uppercase;
	font-size:14px;
	background: linear-gradient(90deg, rgba(6, 36, 16, 1) 0%, rgba(2, 91, 47, 1) 100%);
	padding:5px 0 !important;
	color:#fff;
	position:relative;
	cursor:default;
	height: 30px !important;
	line-height: 30px !important;
}
.titulo-pontos i{
	position:absolute;
	width:115px;
	padding:3px;
	top:39px;
	left:0;
	color:#555;
	background-color:#fff;
	border-radius:10px;
	border:solid 1px #555;
	font-size:13px;
	text-transform:none;
	line-height:1.2em;
	font-style:normal;
	opacity:0;
	visibility:hidden;
	transition:all .2s linear;
}
.titulo-pontos i:before{
	content: "";
	position:absolute;
	top:-8px;
	left:50%;
	margin-left:-8px;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
.titulo-pontos:hover i{
	visibility:visible;
	opacity:1;
}
.btn-3b.aberto:before {
    transform: rotate(90deg);
}
.lista-jogos .partida{
	width:500px;
	margin:0 auto;
	float:none;
	padding: 0;
	border: none;
}
.obs-b{
	font-size:14px;
}
.modal-bolao{
	position:fixed;
	background:#f2f2f2;
	text-align:justify;
	width:300px;
	top:70px;
	left:50%;
	margin-left:-150px;
	font-size:13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:999;
	display:none;
}
.modal-bolao.bx-cadastro{
	width:400px;
	margin-left:-200px;
}
.modal-bolao h2{
	padding:5px;
	background-color:#e4e4e4;
	color: #2a432a;
	box-shadow:0 2px 8px rgba(0,0,0,0.2);
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing: -.5px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	border-radius:5px 5px 0 0;
	font-size: 17px;
}
.modal-bolao form{
	padding:20px;	
}
.modal-bolao label{
	font-size:14px;
	display:block;
	padding-bottom:5px;
	color: #212121;
}
.modal-bolao .campopromo{
	box-sizing:border-box;
	line-height:35px;
	width:100%;
	height:35px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	font-size:14px;
	border: solid 1px #ddd;
}
.modal-bolao .btn-2b{
	width:100%;
	padding:10px 0;
}
.linha-modal{
	float:left;
	width:100%;
	padding-bottom:5px;	
}
.linha-modal-m{
	float:left;
	width:48%;
	padding-bottom:5px;	
}
.erro-cad label{
	color:#a80037;
}
.erro-cad.campopromo{
	border-color:#a80037;
}
#overlay{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	bottom:0;
	background-color:#000;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:99;
	display:none;
	height: 100vh;
}
.modal-bolao p{
	text-align:center;
	margin-top:10px;
	font-size:15px;	
}
.modal-bolao p a{
	color:#065b16;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}
.bt-fechar{
	position:absolute;
	right:-10px;
	top:-10px;
	width: 30px;
    height: 30px;
    background-color: #a80037;
	border-radius: 50%;
    text-transform: uppercase;
	cursor: pointer;
}
.bt-fechar:before {
	content: 'X';
	width: 28px;
	text-align: center;
    color: #a80037;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    border-radius: 50%;
}
.bt-fechar:hover{
	background-color: #065b16;
}
.bt-fechar:hover:before{
	color:#065b16;
}
.jogos-b .btn-1b{
	font-size:11px;
	right:5px;
}
.regra-ponto h2 .btn-1b{
	border-color:#065b16;
	color:#065b16;
	background-color:#f8f8f8;
	font-size:20px;
	text-transform:uppercase;
	padding:5px 10px;
	float:none;
	letter-spacing: 1px;
}
.ranking .btn-1b:hover, .jogos-b .btn-1b:hover{
	color:#f2f2f2;
	background: linear-gradient(rgba(2, 91, 47, 1));
	text-decoration: none;
}
.rnk-usuario .ponta-r{
	background:none;
	color:#065b16;
	font-size:17px;
	background-color:#d6e6d3;
	border-radius:10px;
	text-align:center;
	padding-left: 0;
	font-weight: 700;
}
.rnk-usuario .usuario-r{
	padding-left: 30px;
}
.rodape-b{
	flex-shrink: 0;
	width:100%;
	min-width:980px;
	height:121px;
	padding-top:27px;
	position:relative;
	box-sizing: initial;
}
.rodape-b .t1{
	padding-top:80px;
	height:41px;
	text-align:center;
}
.rodape-b h2 img{
	-webkit-filter: drop-shadow(0px 4px 4px #275708);
	filter: drop-shadow(0px 4px 4px #275708);
	width:110px;
	height:auto;	
}
.bg-rodape{
	position:absolute;
	width:100%;	
	height:121px;
	left:0;
	right:0;
	bottom:0;
	background:url(https://static-kbo-site.knbcdn.com.br/kboingfm/img-bolao-copa/rodape-grama.png) repeat-x;
	z-index:2;
}
.bola-rdp{
	position:absolute;
	left:50%;
	margin-left:-490px;
	bottom:0;
	width:148px;
	height:148px;
	background:url("https://static-kbo-site.knbcdn.com.br/kboingfm/img-bolao-copa/bola-rodape1.png") no-repeat;
	z-index:1;
}

.logo-copa{
	float:left;
	width: 100%;
	margin-top:25px;
	text-align:center;
}
.patrocinadores-b{
	margin:100px 0;
	text-align:center;	
}
.patrocinadores-b ul{
	display: flex;
	justify-content: space-between;
}
.patrocinadores-b li{
	display:inline-block;
	/*width:130px;*/
	text-align:center;
	margin-bottom:5px;
}
.patrocinadores-b li a{
	display:inline-block;
	transition: all .2s linear;
	filter: grayscale(1);
}
.patrocinadores-b li a:hover{
	filter: grayscale(0);
}
.patrocinadores-b ul li img{
	/*width:85px;*/
	height:auto;
	border-radius:5px;	
}
.fechatopo{
	position: sticky;
	float: right;
	right:5px;
	top:130px;
	margin-top: -50px;
	height:10px;
	line-height:10px;
	padding: 10px 40px 10px 10px;
    border-radius: 5px;
    background-color: #a80037;
    color: #fff;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    transition: all .2s linear;
	border:solid 1px #a80037;
	box-sizing: initial;
	opacity: .7;
	z-index: 95;
}
.fechatopo:hover{
	background-color: #f8f8f8;
    border-color: #065b16;
	color: #065b16;
}
.fechatopo:before{
	content:'X';
	position:absolute;
	top:1px;
	right:1px;
	width:30px;
	height:28px;
	line-height:28px;
	background-color:#fff;
	color:#a80037;
	font-size:20px;
	font-weight:bold;
	border-radius:5px;
	text-align:center;
	transition: all .2s linear;
}
.fechatopo:hover:before{
	background-color:#212121;
	color: #fff;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media only screen and (max-width:600px) {
body.menuaberto{
	position:fixed;	
}
body, html{
	overflow-x: inherit;
}
a, button, input, .btn-3b{
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Garantia para versões antigas */
    outline: none; /* Remove também a borda de foco em alguns navegadores */
}
.ads-g{
	height: auto;
	padding-top: 15px;
	background-color: #f2f2f2;
}
.ads-g div{
	width: 100%;
	height: auto;
	padding: 0 10px;
	box-sizing: border-box;
	background: #f2f2f2;
}
.ads-g div img{
	width: 100%;
	height: auto;
}
.ads-m{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 3;
	padding: 5px;
	box-sizing: border-box;
	background-color: #f9f9f9;
}
.ads-m:before{
	content: none;
}
.ads-m a{
	width: 100%;
	max-width: 145px;
	border: solid 1px #ededed;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 5px;
}
.ads-m a img{
	width: 100%;
	height: auto;
}
.ads-m div{
	justify-content: center;
}
.ads-mG, .ads-ouroG{
	display: none;
}
.ads-mP, .ads-ouroP{
	display: block;
}
.ads-g a{
	display: block;
	max-width: 320px;
	margin: 0 auto;
}
.menuaberto .topo-b{
	z-index:999;	
}
.menuaberto #overlay{
	display:block
}
.abremenu{
	width:25px;
	height:15px;
	padding:5px;
    background:url(https://static-kbo-site.knbcdn.com.br/kboingfm/img-bolao-copa/ponta-ranking2.png) 5px -303px no-repeat;
    float: left;
    margin: 22px 15px 0;
	font-size:17px !important;
	font-weight:bold;
	box-sizing: initial;
}
.menu-b{
	width:249px;
	position: fixed;
	top: 70px;
	left:-250px;
	margin-left:0;
	bottom: 0;
	height:100vh;
	margin:0;
	min-width: inherit;
	border-right: solid 1px #e8e8e8;
	border-top: solid 1px #e8e8e8;
	visibility: hidden;
	-webkit-transition: transform .2s linear;
	transition: all .2s linear;
	z-index: 1;
	padding:0;
	background-color:#fff;
}
.menuaberto .menu-b{
	visibility: visible;
    -webkit-transition: transform .2s linear;
    transition: all .2s linear;
	margin-left:250px;
}
.menu-b a{
	width:100%;
	margin:0;
	padding:10px;
	border:none;
	border-radius:0;
	box-sizing:border-box;
	border-bottom:solid 1px #e8e8e8;
	color:#555;
}
.topo-b h1 img{
	filter: none;
	max-width: 120px;
	width: 100%;
	height: auto;
}
.link-mobile{
	display:block;	
}
.menu-b a:hover{
	border-color:#e8e8e8;
	color:#333;
}
.links-login{
	padding:20px 0;	
}
.links-login .btn-1b{
	font-size:10px !important;
	padding:5px;	
}
.usuario-on{
	max-width:100px;	
}
.content{
	min-width:inherit;
	padding-top:0;
}
.t1{
	width:100%;	
}
.regra-ponto .t1{
	float: left;
}
.modal-bolao.bx-cadastro{
	width:300px;
	margin-left:-150px;	
}
.jogo-rodada, .jogos-b, .partida, .lst-ranking{
	width:100%;	
}
.selecaoNome{
	display: none;
}
.selecaoSigla{
	display: block;
	font-size: 15px;
}
.headerRodada{
	pointer-events:auto;
}
.jogos-palpite{
	width:100%;
}
.rankingPubl{
	position:relative;	
	top:auto;
	left:auto;
	margin:25px 0 0 0;
	width:100%;
	padding:0 5px;
	z-index:auto;
	box-sizing:border-box;
}
.regra-ponto{
	float: left;
}
.regra-ponto h2{
	font-size:17px;	
}
.regra-ponto h2 .btn-1b{
	padding:0 10px;
}
.ranking .btn-1b{
	right:10px;
}
.ponta-r{
	position:absolute;	
}
.ponta-r{
	top:2px;
	left:0;	
}
.lst-ranking .usuario-r{
	width:calc(100% - 74px);
	margin:0;
	position: relative;
	padding-left: 60px;
}
.patrocinadores-b li{
	width:91px;	
}
.time-a, .time-b{
	width:160px;
	text-transform:uppercase;
	float:none;
	display:inline-block;
	font-size:10px;
	box-sizing:border-box;
	line-height: 27px;
}
.time-a img, .time-b img{
	width:40px;
	height:auto;
	/*margin-top:4px;*/
	margin:0 10px 0 10px;
}
.tabela-usuario{
	margin:5px 0;
	border-radius: 10px;
	border: solid 1px #ddd;
}
.tabela-usuario li{
	position:relative;
	width:100%;
	border:none;
}
.lst2, .lista-jogos li, .obs-b{
	display:none;	
}
.titulo-pontos{
	display:block !important;
	padding:10px 0 !important;	
}
.lst1 .titulo-pontos{
	position:absolute;
	width:auto;
	top:0;
	left:0;
	right:150px;
}
.lst1{
	width:auto;	
}
.lst3{
	width:150px !important;
	float:right !important;
}
.fechatopo{
	position: sticky;
	top: 120px;
	right:5px;
	font-size: 13px;
	padding: 8px 30px 5px 8px;
	text-transform: uppercase;
	float:right;
	z-index: 96;
	margin-top: -45px;
	opacity: .7;
}
.fechatopo:before{
	width: 20px;
    height: 20px;
    line-height: 20px;
	font-size: 12px;
}
.rodape-b{
	min-width:inherit;
	margin-bottom: 60px;
	padding-top: 50px;
}
.bola-rdp{
	left:0;
	margin-left:0;	
}
.modal-bolao{
	position:absolute;
}
.campo-result{
	height: 22px;
	box-sizing: initial;
}
.time-a .campo-result{
	margin-right:5px
}
.time-b .campo-result{
	margin-left:5px;	
}
.time-b:before{
	line-height: 27px;		
}
.logo-copa{
	display: none;
}
.patrocinadores-b ul{
	display: inline-block;
}
.patrocinadores-b ul li img{
	width:85px;
}
	.Bflex{
		display: block;
		min-width:inherit;
		margin-top: 10px;
	}
	.lstRodadas{
		display: none;
	}
	.jogos-b {
        display: block !important;
        margin-bottom: 20px;
    }
	.jogos-b:last-child{
		margin: 0;
	}
	.btn-3b{
		display: block;
	}
	.rnk-usuario .usuario-r{
	padding-left: 70px;
}
	.ranking .btn-1b:hover, .ranking .btn-1b:active{
		background: linear-gradient(rgba(2, 91, 47, 1) 0%, rgba(6, 36, 16, 1) 100%);
    	color: #f2f2f2;
		transform: scale(0.98);
	}
	.ads-m div > *:nth-last-child(-n+2) {
  		display: none;
	}
}
@media(max-height:450px){
	.ads-g, .ads-m{
		display: none;
	}
	.rodape-b{
		margin-bottom: 0;
	}
}