.headline .headline-tools{
	position: absolute;
    right: 10px;
    top: 11px;
    height: 33px;
}

.headline .headline-tools div{
	display: inline;
	vertical-align: super;
	padding-left: 5px;
	padding-right: 5px;
}

.headline .headline-tools div i{
	color: #FFF;
}

.headline .headline-tools .name{
	color: #FFF;
    vertical-align: middle;
    display: table-cell;
    padding-right: 11px;
}

.headline .headline-tools .drop{
    position: fixed;
    background: #28907f;
    width: 65px;
    /* border-radius: 3px; */
    display: none;
    height: 59px;
    padding: 5px;
    top: 60px;
    padding: 11px;
    right: 12px;
    font-size: 15px;
}

.headline .headline-tools .drop a{
	color: #FFF;
	display: block;
	text-align: right;
}

.featured{
	width: 100%;
	height: auto;
	float: left;
}
	.featured .featured-main{
		max-width: 1960px;
		margin: 0 auto;
	}
	.featured .shadow{
		width: 100%;
	    position: absolute;
	    height: 40%;
	    bottom: 0;
	    box-sizing: border-box;
	    color: white;
	    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.8) 100%);
	    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.8) 100%);
	    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.8) 100%);
	    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.05) 5%,rgba(25, 25, 25, 0.31) 35%,rgba(0, 0, 0, 0.77) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	}
	.featured .caption-titulo{
	    position: absolute;
	    bottom: 26px;
	    color: #FFF;
	    left: 16px;
	    font-size: 27px;
	    line-height: 30px;
	}
	.featured .caption-titulo span{
		font-size: 14px;
    	font-weight: 500;
    	padding-bottom: 5px;
    	padding-top: 1px;
    	margin-bottom: 5px;
	}
	.featured .caption-titulo h2{
		display: block;
	    font-size: 32px;
	    margin-top: 6px;
	}
	.featured .caption-titulo img{
		vertical-align: middle;
   		margin-right: 6px;
	}
	.featured .caption-titulo .titulo-side{
		font-size: 25px;
	}
	.featured .featured-main .collumn-main{
		width: 70%;
		box-sizing: border-box;
		float: left;
	    overflow: hidden;
	    height: 540px;
	    position: relative;
	}
	.featured .featured-main .collumn-side{
		width: 30%;
		box-sizing: border-box;
		float: right;
		height: 270px;
		overflow: hidden;
		position: relative;
	}
/*Choose Game */
.games{
	box-shadow: 2px 1px 2px #DDD;
	float: left;
	width: 100%;
	height: 159px;
}
	.choose-game{
		float: left;
	    width: 15%;
	    height: 159px;
	}
		.choose-game span{
			font-weight: bold;
		    text-transform: uppercase;
		    background: antiquewhite;
		    width: 100%;
		    display: block;
		    color: #FFF;
		    background: linear-gradient(to right,#125063 0%,#2ea086 100%);
		    padding: 7px;
		    box-sizing: border-box;
		    height: 45px;
		}
		.choose-game .title-game{
			display: initial;
		}
		.choose-game ul li{
			padding-left: 7px;
		    box-sizing: border-box;
		    padding-top: 3px;
		    padding-bottom: 2px;
		    cursor: pointer;
		}
		.choose-game ul li img{
			vertical-align: middle;
			margin-right: 6px;
		}
/* Next Matches */
.next-matches{
	float: left;
	width: 85%;
	overflow: hidden;
	height: 159px;
}

/* Content */
.content{
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 20px;
	background: #FFF;
}
	.content .main-content{
		margin: 0 auto;
		width: 1330px;
	}
		/* Conteúdo esquerda */
		.main-content .side-left{
		    width: 955px;
		    float: left;
		    padding-right: 40px;
		    margin-right: 26px;
		    box-sizing: border-box;
		    border-right: 1px solid #CCC;
		}
			.side-left .list{
				width: 100%;
			    float: left;
			    margin-bottom: 10px;
			    padding-bottom: 10px;
			}
			.side-left .list .image{
				float: left;
				width: 300px;
				padding-right: 10px;
			}
			.side-left .list .image img{
				width: 300px;
			}
			.side-left .list .details{
				padding-right: 5px;
			}
			.side-left .list .details h2{
				line-height: 31px;
    			margin-bottom: 10px;
    			margin-top: 7px;
			}
			.side-left .list .details img{
				float: left;
				margin-top: 11px;
				margin-right: 10px;
			}
			.side-left .list .details .data{
			    text-transform: uppercase;
			    font-size: 11px;
			    margin-top: -4px;
			    color: #1d1d1d;
			}
			.side-left .list .details .resumo{
				line-height: 25px;
			}
		.main-content .side-right{
			width: 336px;
			float: right;
		}

		.main-content .aside-content{
			float: left;
			width: 100%;
		}

.content-no-border{
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 20px;
	background: #FFF;
}

.content-no-border .main-content{
		margin: 0 auto;
		width: 1330px;
	}

/* Side-right */

/* most-view */
.side-right .most-view{
	margin-bottom: 15px;
}
	.most-view li{
		width: 100%;
    	height: 152px;
   		position: relative;
    	overflow: hidden;
    	margin-bottom: 7px;
	}
	.most-view img{
		float: left;
		margin-right: 18px;
	}
	.most-view .contador{
		font-weight: 200;
	    font-size: 46px;
	    margin: 0;
	    line-height: 51px;
	    display: inline;
	}
	.most-view .titulo{
		font-weight: 700;
		line-height: 23px;
    	margin-top: 5px;
	}
	.most-view .views{
		position: absolute;
		top: 0;
		right: 0;
	}
	.side-destaque{
		margin-top: 20px;
	}
	.side-destaque p{
		font-size: 17px;
    	line-height: 25px;
    	font-weight: bold;
	}

/* Sidebar */

.side-right .autor{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.side-right .autor small{
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #444;
}

.side-right .autor img{
	display: block;
	margin: 0 auto;
	width: 96px;
	height: 96px;
	border-radius: 60px;
}

.side-right .autor h1{
	text-align: center;
}

.side-right .sidebar-artigos div{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	margin-top: 8px;

}
.side-right .sidebar-artigos p{
		font-size: 16px;
}
.side-right .sidebar-artigos img{
	float: left;
	margin-right: 10px;
}

/*Sidebar artigos */

.artigos p{
	font-size: 17px;
    line-height: 25px;
    font-weight: bold;
}


/* Sidebar tabela campeonato 

.campeonato-detalhes{
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.campeonato-detalhes .campeonato-logo{
    float: right;
}

.campeonato-detalhes .campeonato-nome{
    background: linear-gradient(to right,#125063 0%,#2ea086 100%);
    color: #FFF;
    font-weight: bold;
    padding-left: 9px;
    line-height: 25px;
    padding-bottom: 6px;
    padding-top: 6px;
    min-height: 50px;
    margin-bottom: 10px;
}

.campeonato-detalhes .campeonato-titulo-tabela{
    background: #125063;
    color: #FFF;
    padding: 5px;
    font-weight: bold;
}
.campeonato-detalhes .tabela{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 15px;
}

.campeonato-detalhes .tabela .pontos{
    text-align: center;
}

.campeonato-detalhes .tabela thead tr th{

    font-weight: normal;
    padding-left: 4px;

    text-transform: uppercase;
    font-size: 11px;
}

 .campeonato-detalhes .tabela tbody tr{
    border-top: 1px solid #EEE;
 }

 .campeonato-detalhes .tabela tbody tr td{
    padding-left: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.campeonato-detalhes .tabela tbody tr .times img{
    vertical-align: middle;
    padding-right: 3px;
}

.campeonato-detalhes .tabela tbody tr .times strong{
    font-weight: normal;
}

.campeonato-detalhes .ver{
    text-align: right;
    font-size: 12px;
    border-top: #EEE 1px solid;
    text-transform: uppercase;
}

*/

/* Single main content */
.single-main-content{
	width: 1000px;
	margin: 0 auto;
}

.single-main-content ol{
	display: block;
	list-style-type: decimal;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
	margin-bottom: 30px
}

.single-main-content ol li{
	list-style: decimal;
	font-size: 20px;
}

/* Single content */
article p{
	font-size: 20px;
    margin-bottom: 30px;
    line-height: 35px;
    color: #222;
}

article h2{
	margin-bottom: 25px;
	line-height: 33px;
	font-size: 27px;
	color: #222;
}

article h3{
	margin-bottom: 25px;
	line-height: 25px;
	font-size: 25px;
	color: #222;
}

article h4{
	margin-bottom: 25px;
	line-height: 25px;
	font-size: 23px;
	color: #222;
}

article table{
	margin:0 auto;
	margin-bottom: 30px;
}
article img{
	max-width: 100%;
    height: auto;
}
article a{
	font-weight: bold;
}
article iframe{
	width: 100%;
}
article header h1{
	font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Archivo Narrow', sans-serif;
}
article header p{
	color: #595959;
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 20px;
}
article header .caption{
    border-bottom: 1px dotted #DDD;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-bottom: 6px;
    font-size: 15px;
    text-align: right;
    color: #484848;
}
article header .caption .icon-img{
	display: inline;
    vertical-align: middle;
    font-size: 22px;
}
article header .autor-data{
	margin-bottom: 20px;
    float: left;
}

article header .social-media{
	float: right;
}

article header .social-media svg{
	padding-left: 4px; 
}

article header .autor-post{
	display: block;
	color: #484848;
	font-weight: bold;
	margin-right: 5px;
}
article header .data-post{
	color: #484848;
	display: block;
    line-height: 18px;
    font-size: 12px;
}

article .conteudo p:first-of-type:first-letter{
	font-size: 73px;
    display: inline;
    margin-top: 16px;
    position: relative;
    float: left;
    margin-right: 6px;
    font-weight: 300;
}
article .wp-caption{
	max-width: 914px !important;
	width: 100% !important;
}
article .wp-caption img{
	max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
article .wp-caption-text{
    border-bottom: 1px dotted #DDD;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-bottom: 6px;
    font-size: 15px;
    text-align: right;
    color: #484848;
}
article .wp-caption-text:before{
	font-family: 'Material Icons';
    content: 'camera_alt';
    margin-right: 5px;
    color: #484848;
    display: inline;
    vertical-align: middle;
    font-size: 22px;
}
.artigo ul{
	margin-bottom: 20px;
    margin-left: 50px;
}
.artigo ul li{
	list-style: disc;
    font-size: 19px;
    color: #222;
}

.artigo blockquote{
	padding: 38px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.artigo blockquote p{
	font-size: 19px;
	font-style: italic;
	text-align: center;
}
.artigo blockquote::before{
	content: '';
	display: block;
	width: 250px;
	margin:0 auto;
	height: 3px;
	background: linear-gradient(to right,#125063 0%,#2ea086 100%);
	margin-bottom: 20px;
}
.artigo blockquote::after{
	content: '';
	display: block;
	width: 250px;
	margin:0 auto;
	height: 3px;
	background: linear-gradient(to right,#125063 0%,#2ea086 100%);
	margin-top: 20px;
}
.tags{
    width: 100%;
    margin-bottom: 15px;
    float: left;
    margin-top: 19px;
}

.tags a {
    padding: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    background: linear-gradient(to right, #125063 0%,#2ea086 100%);
    margin-right: 8px;
    color: #FFF;
    font-size: 16px;
    /* text-transform: lowercase; */
    display: block;
    float: left;
}

/*JOGOOOOOOOOOOOOOOOOOOOOOOOOSSSSSS HOME*/

.lista-noticias-jogos-main{

	width: 100%;
	min-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	float: left;
}


	.lista-noticias-jogos{
		margin: 0 auto;
		width: 1330px;
	}


	.lista-noticias-jogos h2{
		text-align: center;
		font-size: 34px;
	}

/*LIIIIIIIIIIIVE */
.hold{
	width: 100%;
	height: 200px;
}
.live{
	white-space: nowrap;
}
.live h2{
	float: left;
}
.live .aviso{
	display: block;
	text-align: center;
	margin-top: 58px;
	font-size: 24px;
	color: #DDD;
}
.live .match{
	width: 300px;
	padding: 13px;
    display: inline-block;
}
	.live .match .detalhes .torneio{
	    display: block;
	    text-align: center;
	    font-size: 15px;
	    margin-top: 1px;
	    float: left;
	    font-weight: bold;
	}
	.live .match .detalhes .data{
	    display: block;
	    text-align: left;
	    font-size: 12px;
	    float: left;
	    width: 100%;
	    line-height: 4px;
	}
	.live .match .detalhes .status{
	    display: block;
	    text-align: center;
	    font-size: 12px;
	    font-weight: bold;
	    float: right;
	    border: 1px solid #066f77;
	    color: #FFF;
	    background: linear-gradient(to right, #125063 0%,#2ea086 100%);
	    padding: 7px;
	    padding-top: 1px;
	    padding-bottom: 1px;
	    border-radius: 2px;
	}
	.live .match .detalhes .aovivo{
		border: 1px solid #921b1b;
		color: #FFF;
		background: linear-gradient(to right, #8c2626 0%,#a74343 100%);
	}
	.live .match .detalhes .posjogo{
		border: 1px solid #4164a5;
	    color: #FFF;
	    background: linear-gradient(to right, #264c8c 0%,#4366a7 100%);
	}
	.live .match .detalhes .score{
		display: block;
	    text-align: center;
	    font-size: 41px;
	    color: #333333;
	    display: block;
	    float: left;
	    width: 100%;
	    margin-top: 6px;
	    margin-bottom: 6px; */
	}
	.live .match .detalhes .score .logo{
		width: 60px;
		vertical-align: middle;
		padding: 5px;
		margin-left: 7px;
		margin-right: 7px;
	}


.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    font-size: 14px;
    line-height: 1;
    border-radius: 500px;
    padding: 16px 48px 18px;
    transition-property: background-color,border-color,color,box-shadow,filter;
    transition-duration: .3s;
    font-weight: bold;
    text-align: center;
    border-width: 0;
    letter-spacing: 2px;
    min-width: 160px;
    text-transform: uppercase;
    white-space: normal;
}

.comentarios{
	width: 100%;
	float: left;
	margin-top: 10px;
}

.comentarios .lista{
	float: left;
	width: 100%;

}

.comentarios .lista  .div-comentario{
	float: left;
	width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}

.comentarios .lista  .div-comentario .avatar{
	float: left;
	margin-right: 10px;
}

.comentarios .lista .div-comentario .texto-comentario{
	float: left; 
	width: 70%;
}

.comentarios .comentarios-login{
	float: left;
	padding: 10px;
	width:100%;
	box-sizing: border-box;
}

	.comentarios .comentarios-login .comentarios-entrar{
		padding: 10px;
	    padding-bottom: 20px;
	    padding-top: 20px;
	    color: #1d7071;
	    width: 100%;
	    text-align: center;
	    font-weight: 700;
	    border: 1px solid #CCC;
	    box-sizing: border-box;
	    margin-bottom: 18px;
	}

	.comentarios .comentarios-sociais{
		float: right;
		padding: 17px;
		width: 35%;
		box-sizing: border-box;
		border-left: 1px solid #DDD
	}

	.comentarios .comentarios-sociais i{
		width: 30px;
	    display: inline-block;
	    float: right;
	    margin-right: 5px;
	}

.formulario-resposta{
	width: 100%;
	display: table;

}
	.formulario-resposta .comentario-imagem{
		padding-right: 10px;
		display: table-cell;
	}

	/*.formulario-resposta form{
		float: left;
	    width: 100%;
	    height: 80px;
	    box-sizing: border-box;
	}*/

	.formulario-resposta .comentario-caixa{
		display:table-cell;
	    width: 100%;
	}

	.formulario-resposta .comentario-caixa textarea{
		width: 100%;
	    height: 55px;
	    /* vertical-align: super; */
	    border: 1px solid #9e9e9e;
	    /* border-left: none; */
	    box-sizing: border-box;
	    padding: 10px;
	    /* margin-right: 10px; */
	}

	.formulario-resposta .comentario-botao-div{
		display: table-cell;
    	width: 145px;
    	padding-left: 10px;
    	vertical-align: top;
	}

	.formulario-resposta .commentsubmit{
		background: linear-gradient(to right,#125063 0,#2ea086 100%);
    	border: none;
    	color: #fff;
    	width: 84px;
    	height: 55px;
    	font-weight: bold;
    	cursor: pointer;
    	text-transform: uppercase;
    	margin: 0;
	}


.profile{
	width: 400px;
	margin:0 auto;
	text-align: center;
}

	.profile .foto{
		border-radius:20px;
	}

/* Footer */
.footer{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: linear-gradient(to right, #125063 0%,#2ea086 100%);
	float: left;
	color: #FFF;
}
.footer .hold-footer{
	padding-top: 25px;
	padding-bottom: 25px;
	max-width: 1330px;
}
	.footer .titulo-footer{
		font-size: 45px;
		font-weight: bold;
	}
	.footer .titulo-footer a{
		color: #FFF;
	}
	.footer .descricao-footer{
		width: 351px;
	    line-height: 17px;
	    margin-top: -15px;
	}
	.footer .detalhes-footer{
		float: left;
	}
		.footer .contato-footer{
			margin-top: 20px;
		}
		.footer .contato-footer span{
			display: block;
		    margin-top: -9px;
		    float: left;
		}
		.footer .contato-footer b{
			display: block;
		}
		.footer .contato-footer i{
		    display: inline;
		    vertical-align: middle;
		    font-size: 22px;
		    float: left;
		    width: 30px;
		    height: 50px;
		    margin-top: 6px;
		}
		.footer .links-footer{
			float: right;
			margin-top: 60px;
		}
		.footer .links-footer li{
			padding-left: 10px;
			border-right: 1px solid #FFF;
			display: inline;
			padding-right: 10px;
		}
		.footer .links-footer ul li:last-child{
			padding-right: none;
			border-right: none; 
		}
		.footer .links-footer ul li a{
			color: #FFF;
			font-size: 18px;
		}
.sub-footer .copyright{
	float: left;
}
.page-live-full{
}
	.page-live {
	    width: 100%;
	    float: left;
	    background: black;
	    height: 580px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.page-live .info{
		color: #FFF;
	}
	.video {
	    margin: 0 auto;
	    width: 1330px;
	    display: block;
	    height: 500px;
	}
	.video iframe{
		width: 100%;
		height: 500px;
	}
	.inf-back{
		width: 100%;
		float: left;
		background: #f5f5f5;
	}
	.card{
	    width: 25%;
	    float: left;
	    text-align: center;
	    box-sizing: border-box;
	    background: #FFF;
	    border: 8px solid #f5f5f5;
	    padding: 22px;
	}
	.inf{
		width: 1330px;
		display: block;
		margin:0 auto;
	}
@media screen and (max-width: 1330px) {
	.inf{
		width: 100%;
	}
	.card{
		width: 25%;
	}
	.video{
		width: 100%;
	}
	/* Gerais */
	.hold{
		width: 100%;
	}
	.content{
		width: 100%;
	}
	.content .main-content{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.choose-game{
		width: 20%;
	}
	.next-matches{
		width: 80%;
	}
		.main-content .side-left{
			width: 70%;
		}
		article img{
			max-width: 100%;
		}
}
@media screen and (max-width: 1160px){
	.main-content .side-left {
    	width: 65%;
    }
    .featured .featured-main .collumn-main{
		width: 100%;
	}
	.featured .featured-main .collumn-side{
		width: 50%;
	}
}
@media screen and (max-width: 1010px) {
   .headline .headline-categorias .explore span{
   		display: none;
   }
   .headline .headline-categorias .explore .explore-mais{
   		display: none;
   }
   .headline .headline-search{
   		display: none;
   }
   /* Content */
   .content{
   		margin-bottom: 0px;
   }
   .content .main-content{
   		padding: 0;
   }
   		.main-content .side-left{
			width: 100%;
			border: none;
			margin: 0;
			padding-right: 10px;
			padding-left: 10px;
			box-sizing: border-box;
		}
		.main-content .side-right{
			width: 100%;
		    background: #fbfbfb;
		    border-top: 2px solid #125063;
		    padding-top: 20px;
		}
	.side-right .holdon{
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.side-right .holdon .sub{
		text-align: left;
	}

	.most-view{
		width: 50%;
    	float: left;
    	box-sizing: border-box;
    	padding-right: 20px;
	}
	.sidebar-destaque{
	    float: right;
    	width: 50%;
    	box-sizing: border-box;
    	padding-left: 20px;
	}
	.single-main-content{
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 965px){
	.choose-game{
		width: 26%;
	}
	.next-matches{
		width: 74%;
	}
}
@media screen and (max-width: 700px) {
	.card{
		width: 50%;
	}
	.choose-game{
		width: 40%;
	}
	.next-matches{
		width: 60%;
	}
	.most-view{
		padding: 0;
		width: 100%;
	}
	.sidebar-destaque{
		padding: 0;
		width: 100%;
	}
	.side-left .list{
		width: 336px;
	    float: none;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	    margin: 0 auto;
	    display: block;
	    box-shadow: 0px 2px 3px #DDD;
	    margin-bottom: 17px;
	}
	.side-left .list .image{
		width: 100%;
	}
	.side-left .list .image img{
		width: 100%;
	}
	.side-left .list .details img {
	    float: left;
	    margin-top: 11px;
	    margin-right: 11px;
	    margin-left: 11px;
	}
	.side-left .list .details .resumo {
	    padding: 11px;
	}
	.side-left .list .details h2{
		padding: 11px;
    	padding-bottom: 3px;
	}
}
@media screen and (max-width: 500px) {
	article header h1{
        font-size: 36px;
    	line-height: 40px;
	}

	article p{
		font-size: 18px;
	    margin-bottom: 25px;
	    line-height: 30px;
	}

	.main-content .side-left{
		padding-right: 15px;
    	padding-left: 15px;
    	max-width: 500px;
	}
	.featured .featured-main .collumn-side{
		width: 100%;
	}
	.featured .featured-main .collumn-main {
		width: 100%;
		height: 470px;
	}
	.featured .caption-titulo h2{
		font-size: 23px;
	}
	.featured .caption-titulo{
	    position: absolute;
	    bottom: 15px;
	    left: 0;
	    font-size: 23px !important;
	    line-height: 28px;
	    text-align: center;
	}
	.featured .shadow{
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.05) 5%,rgba(25, 25, 25, 0.85) 35%,rgb(0, 0, 0) 100%);
	}
	.games{
		height: 303px;
	}
	.choose-game{
		width: 100%;
	}
	.next-matches{
		width: 100%;
	}

	.ad{
		margin-bottom: 15px; 
		margin-top: 5px;
		width: 100%; 
		text-align: center;
	}
}
@media screen and (max-width: 450px) {
	.card{
		width: 100%;
	}
	
}

/* Fontes */ 
/* latin-ext */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'), url(https://fonts.gstatic.com/s/archivonarrow/v8/tss0ApVBdCYD5Q7hcxTE1ArZ0bb-iXxi2g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'), url(https://fonts.gstatic.com/s/archivonarrow/v8/tss0ApVBdCYD5Q7hcxTE1ArZ0bbwiXw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'), url(https://fonts.gstatic.com/s/archivonarrow/v8/tss3ApVBdCYD5Q7hcxTE1ArZ0b5LrGlT-9IQPg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'), url(https://fonts.gstatic.com/s/archivonarrow/v8/tss3ApVBdCYD5Q7hcxTE1ArZ0b5LrGld-9I.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200;
  src: local('Cairo ExtraLight'), local('Cairo-ExtraLight'), url(https://fonts.gstatic.com/s/cairo/v4/SLXLc1nY6Hkvalrub46O59ZMaA.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200;
  src: local('Cairo ExtraLight'), local('Cairo-ExtraLight'), url(https://fonts.gstatic.com/s/cairo/v4/SLXLc1nY6Hkvalrub46F59ZMaA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200;
  src: local('Cairo ExtraLight'), local('Cairo-ExtraLight'), url(https://fonts.gstatic.com/s/cairo/v4/SLXLc1nY6Hkvalrub46L59Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: local('Cairo'), local('Cairo-Regular'), url(https://fonts.gstatic.com/s/cairo/v4/SLXGc1nY6HkvalIkTpu0xg.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: local('Cairo'), local('Cairo-Regular'), url(https://fonts.gstatic.com/s/cairo/v4/SLXGc1nY6HkvalIvTpu0xg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: local('Cairo'), local('Cairo-Regular'), url(https://fonts.gstatic.com/s/cairo/v4/SLXGc1nY6HkvalIhTps.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: local('Cairo Bold'), local('Cairo-Bold'), url(https://fonts.gstatic.com/s/cairo/v4/SLXLc1nY6Hkvalqaa46O59ZMaA.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: local('Cairo Bold'), local('Cairo-Bold'), url(https://fonts.gstatic.com/s/cairo/v4/SLXLc1nY6Hkvalqaa46F59ZMaA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: local('Cairo Bold'), local('Cairo-Bold'), url(https://fonts.gstatic.com/s/cairo/v4/SLXLc1nY6Hkvalqaa46L59Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}