/*

INDEX

0 - Box Destaques
1 - Banners
2 - Assinatura

*/

/*=============================================================
======================(0) BOX DESTAQUES========================
=============================================================*/

#OverlayAviso.overlay-warnning{
       display: none;
}


.overlay-warnning{
	background: url('../images/overlay/bg_overlay.png'); 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 99999;
}

.overlay-warnning .overlay-wrap{
	background: url('../images/overlay/image_overlay.jpg') ;
	background-size: cover; 
	width: 460px;
	height: 436px;
	border : 1px solid #013147;	
	left: 50%;
	margin: 100px   -230px;
	position: fixed; 
}

.overlay-warnning .overlay-wrap .bt-close{
	background: url('../images/overlay/bt_close.png'); 
	background-size: cover;
	width: 40px;
	height: 40px;
	float: right;
	right: 10px;
	top: 10px;
	position: absolute;
	opacity: 0.8;
}
.overlay-warnning .overlay-wrap .bt-close:hover{
	cursor: pointer;
	opacity: 1;
}

/* OVERLAY - MIDIA */
@media only screen and (max-width: 420px){
	.overlay-warnning .overlay-wrap{
	 
		width: 300px;
		height: 300px;
 		left: 50%;
		margin: 100px   -150px;
		position: fixed; 
	}

}








div.box-destaques.desktop{
    display: block;
}
div.box-destaques.mobile{
    display: none;
}
div.box-destaques{
	width:100%;
	height:750px;
	background-color: #ccc;
}
div.box-destaques div.destaque-principal-wrapper{
	display: block;
	width:75%;
	height:500px;
	float: left;
	overflow: hidden;
	position: relative;
}
div.box-destaques ul.destaque-principal{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
}
ul.destaque-principal li.item{
	display: block;
	width:100%;
	height:100%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
}
ul.destaque-principal li.item h2{
	display: block;
	width:500px;
	font-family:'Roboto Condensed', sans-serif;
	font-size: 4.25rem;
	font-weight: 700;
	color: #fff;
	line-height:4rem;
	margin-top:150px;
	margin-left:80px;
}
ul.destaque-principal li.item p{
	display: block;
	width:450px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.375rem;
	font-weight: 700;
	color: #fff;
	line-height:2rem;
	margin:15px 0 15px 80px;
}
ul.destaque-principal li.item a{
	display: block;
	width: 196px;
	height: 48px;
	border-radius: 24px;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	color: #2D2D2D;
	line-height:48px;
	text-align: center;
	background-color: #FFE308;
	transition: all 0.3s linear 0s;
	margin-left:80px;
}
div.box-destaques div.item-mini-destaque{
	display: block;
	height:250px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
	position: relative;
	cursor: pointer;
}
div.box-destaques div.item-mini-destaque:after{
	content: '';
	display: block;
	opacity:0;
	width:100%;
	height:70%;
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	z-index:2;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear ;
	-ms-transition: all 0.2s linear ;
	-o-transition: all 0.2s linear ;
	transition: all 0.2s linear ;
	background: rgba(0,0,0,0);/* Old Browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* IE 10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );/* IE6-9 */
	mix-blend-mode: multiply;
}
div.box-destaques div.item-mini-destaque:hover:after{
	display: block;
	opacity:1;
}
div.box-destaques div.item-mini-destaque.box-square{
	width:25%;
}
div.box-destaques div.item-mini-destaque.box-rectangle{
	width:50%;
}
div.box-destaques div.item-mini-destaque a{
	display: block;
	height:50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size: 1.475rem;
	color: #fff;
	line-height:50px;
	position: absolute;
	bottom:20px;
	left:20px;
	z-index:3;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear ;
	-ms-transition: all 0.35s linear ;
	-o-transition: all 0.35s linear ;
	transition: all 0.35s linear ;
}
div.box-destaques div.item-mini-destaque:hover a{
	bottom:40px;
}
div.box-destaques div.item-mini-destaque a img.game-icon{
	display: block;
	float: left;
	width:50px;
	height:50px;
	background-image: url("../images/icon-mini_dest.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}
div.box-destaques div.item-mini-destaque span.dados-mini-destaque{
	display: none;
	margin-left:60px;
	margin-top:-10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: .69rem;
	line-height:1rem;
	color: #fff;
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear ; -ms-transition: all 0.2s linear ; -o-transition: all 0.2s linear ; transition: all 0.2s linear ;
}
div.box-destaques div.item-mini-destaque:hover span.dados-mini-destaque{
	display: block;
}

/*=============================================================
=========================(1) BANNERS===========================
=============================================================*/
/*div.box-full-banner,
div.box-full-banner-bottom{
	display: block;
	width:100%;
	height:90px;
	padding: 55px 0;
	text-align: center;
	background-color: #fff;
}
div.box-full-banner div.full-banner-interna,
div.box-full-banner-bottom div.full-banner-interna{
	display: block;
	width:968px;
	height:90px;
	margin:0 auto;
	background-image: url('../images/bg_stripe.png');
	background-repeat: repeat;
	text-align: center;
}
div.box-full-banner div.full-banner-interna #block-block-3,
div.box-full-banner-bottom div.full-banner-interna #block-block-4{
	width:728px;
	height:90px;
	margin:0 auto;
	background-color: #0088cc;
}*/

div.box-full-banner,
div.box-full-banner-bottom{
	display: block;
	float: none;
	clear: both;
	width:100%;
	height:90px;
	padding: 55px 0;
	text-align: center;
	background-color: #fff;
}
div.box-full-banner div.full-banner-interna,
div.box-full-banner-bottom div.full-banner-interna{
	display: block;
	width:100%;
	height:90px;
	margin:0 auto;
	background-image: url('../images/bg_stripe.png');
	background-repeat: repeat;
	text-align: center;
}
div.box-full-banner div.full-banner-interna .full-banner-wrapper,
div.box-full-banner-bottom div.full-banner-interna .full-banner-wrapper{
	display: block;
	width:100%;
}
div.box-full-banner div.full-banner-interna .full-banner-wrapper .full-banner-content,
div.box-full-banner-bottom div.full-banner-interna .full-banner-wrapper .full-banner-content{
	display: block;
	width:728px;
	margin:0 auto;
	position: relative;
}
div.box-full-banner div.full-banner-interna .tm-ads.full-banner,
div.box-full-banner-bottom div.full-banner-interna .tm-ads.full-banner{
	width:728px;
	height:90px;
	margin:0 auto;
}
div.box-full-banner div.full-banner-interna .content,
div.box-full-banner-bottom div.full-banner-interna .content{
	position: relative;
}
div.box-full-banner div.full-banner-interna p.publicidade-title,
div.box-full-banner-bottom div.full-banner-interna p.publicidade-title{
	text-align: left;
	position: absolute;
	top:-20px;
	left:0;
}

/*=============================================================
========================(2) ASSINATURA=========================
=============================================================*/
div.box-assinaturas{
	display: block;
	width:100%;
	min-height:720px;
	background-color:#ececec;
	text-align: center;
	padding: 1px 0;
}
div.box-assinaturas h3.titulo-assinatura{
	display: block;
	font-weight: 700;
	font-size: 2.375rem;
	line-height:4.5rem;
	color: #363636;
	margin-top:40px;
}
div.box-assinaturas p.desc-assinatura{
	display: block;
	width:550px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 1.125rem;
	line-height:1.7rem;
	color: #949494;
	margin:0 auto;
}
div.box-assinaturas div.swiper-container{
	width:1030px;
	height:555px;
	margin-top:20px;
	padding:10px;
}
div.box-assinaturas div.item-assinatura-wrapper{
	display: block;
	width: 330px !important;
	height:495px;
	padding:10px 0;
	position: relative;
}
div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura{
	background-color: #fff;
	width:100%;
	height:100%;
	padding-top:1px;
}
div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.desconto{
	display: block;
	width:45px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size: 1.4rem;
	color: #ea2b8d;
	line-height: 1rem;
	position: absolute;
	top: 30px;
	right:20px;
}
div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.desconto span{
	font-size: .8rem;
	font-weight: 400;
	line-height: .7rem;
}
div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.image{
	margin-top:40px;
}
div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.pacote{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2rem;
	font-weight:700;
	line-height: 1.8rem;
}

div.box-assinaturas div.item-assinatura-wrapper:nth-child(1) div.item-assinatura div.pacote{
	color: #ea2b8d;
}
div.box-assinaturas div.item-assinatura-wrapper:nth-child(2) div.item-assinatura div.pacote{
	color: #0098dc;
}
div.box-assinaturas div.item-assinatura-wrapper:nth-child(3) div.item-assinatura div.pacote{
	color: #843493;
}

div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.texto{
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: .9rem;
	font-weight: 400;
	color: #5c5c5c;
	margin:0 auto;
	padding:0 0 30px 0;
	border-bottom:1px solid #f0f0f0;
	position: relative;
}
div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.texto ul,
div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.texto ul li{
	text-align:center;
	list-style-type: disc;
	list-style-position: inside;
}
div.box-assinaturas div.item-assinatura-wrapper:nth-child(1) div.item-assinatura div.texto div.divisor{
	display: block;
	width: 190px;
	height: 4px;
	margin: 0 auto;
	position: absolute;
	left:calc(50% - 95px);
	bottom:-2px;
	background-color: #ea2b8d;
}
div.box-assinaturas div.item-assinatura-wrapper:nth-child(2) div.item-assinatura div.texto div.divisor{
	display: block;
	width: 190px;
	height: 4px;
	margin: 0 auto;
	position: absolute;
	left:calc(50% - 95px);
	bottom:-2px;
	background-color: #0098dc;
}
div.box-assinaturas div.item-assinatura-wrapper:nth-child(3) div.item-assinatura div.texto div.divisor{
	display: block;
	width: 190px;
	height: 4px;
	margin: 0 auto;
	position: absolute;
	left:calc(50% - 95px);
	bottom:-2px;
	background-color: #843493;
}

div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.texto-promocional{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: .95rem;
	font-weight: 400;
	color: #999;
	padding:30px 0 15px 0;
}
div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.valor{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #363636;
}
div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.valor span{
	font-size: 3.2rem;
}
div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura a{
	display: block;
	width: 196px;
	height: 48px;
	border-radius: 24px;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	line-height:48px;
	text-align: center;
	background-color: #ea2b8d;
	transition: all 0.3s linear 0s;
	margin:15px auto;
}

div.box-assinaturas div.item-assinatura-wrapper.swiper-slide-active{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px -6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,1);
	box-shadow: 0px 0px 20px -6px rgba(0,0,0,1);
	z-index: 10;
}
div.box-assinaturas div.swiper-container.swiper2 div.swiper-pagination.swiper-pagination2{ display: none;}

@media only screen and (max-width: 1366px){
    div.box-destaques {
        height: 690px;
    }
    div.box-destaques div.destaque-principal-wrapper {
        height: 460px;
    }
    div.box-destaques div.item-mini-destaque {
        height: 230px;
    }
}

@media only screen and (max-width: 1024px){
    div.box-destaques {
        height: 630px;
    }
    div.box-destaques div.destaque-principal-wrapper {
        height: 420px;
    }
    div.box-destaques div.item-mini-destaque {
        height: 210px;
    }
	div.box-destaques div.item-mini-destaque a{
		font-size: 1.275rem;
		left:10px;
	}
	div.box-assinaturas div.swiper-container{
		width:950px;
	}
	div.box-assinaturas div.item-assinatura-wrapper{
		width:300px !important;
	}
}

@media only screen and (max-width: 800px){
    div.box-destaques.desktop{
        display: none;
    }
    div.box-destaques.mobile{
        display: block;
    }
	div.box-destaques{ height:600px;}
	ul.destaque-principal li.item h2{
		margin-top:50px;
	}
	div.box-destaques div.destaque-principal-wrapper{
		width:100%;
	}
	div.box-destaques div.item-mini-destaque{
        background-position: bottom center;
        height: 190px;
    }
	div.box-destaques div.item-mini-destaque:nth-child(2) a,
	div.box-destaques div.item-mini-destaque:nth-child(3) a{
		width:80%;
		height:40px;
		font-size:1.1rem;
		line-height:1.2rem;
	}
	div.box-destaques div.item-mini-destaque:nth-child(2) a span.dados-mini-destaque,
	div.box-destaques div.item-mini-destaque:nth-child(3) a span.dados-mini-destaque{
		margin-top:0;
		white-space:nowrap;
	}
	div.box-destaques div.item-mini-destaque:nth-child(6) a{font-size: 1.1rem}
	div.box-destaques div.item-mini-destaque:nth-child(2) a img.game-icon,
	div.box-destaques div.item-mini-destaque:nth-child(3) a img.game-icon{
		margin-top:-5px;
	}
	div.box-destaques div.item-mini-destaque:nth-child(4),
	div.box-destaques div.item-mini-destaque:nth-child(5){ display: none;}

	div.box-full-banner,
	div.box-full-banner-bottom{
		height:110px;
		padding:0;
	}
	div.box-full-banner div.full-banner-interna,
	div.box-full-banner-bottom div.full-banner-interna{
		width:100%;
		height:auto;
		padding:30px 0;
		overflow:hidden;
	}
	div.box-full-banner div.full-banner-interna .full-banner-wrapper,
	div.box-full-banner-bottom div.full-banner-interna .full-banner-wrapper{
		width:320px;
		padding:0 10px;
		margin: 0 auto;
	}

	div.box-full-banner div.full-banner-interna .full-banner-wrapper .full-banner-content,
	div.box-full-banner-bottom div.full-banner-interna .full-banner-wrapper .full-banner-content{
		width:100%;
	}
	div.box-full-banner div.full-banner-interna .tm-ads.full-banner,
	div.box-full-banner-bottom div.full-banner-interna .tm-ads.full-banner{
		width:100%;
	}
	/*div.box-full-banner div.full-banner-interna #block-block-3,
	div.box-full-banner-bottom div.full-banner-interna #block-block-4{
		width:auto;
		max-width:728px;
		height:auto;
	}*/

	div.box-assinaturas div.swiper-container{
		width:340px;
	}
	div.box-assinaturas div.item-assinatura-wrapper{
		width:340px !important;
	}
	div.box-assinaturas div.swiper-container.swiper2 div.swiper-pagination.swiper-pagination2{ display: block;}
}

@media only screen and (max-width: 640px){
	div.box-destaques{ height:760px;}
	div.box-destaques div.destaque-principal-wrapper{
		height:300px;
	}
	ul.destaque-principal li.item h2{
		/*width:250px;
		font-size: 2.5rem;
		line-height:2.8rem;
		text-align: center;
		margin:100px auto 20px auto;
		*/
		width: 250px;
		font-size: 2.5rem;
		line-height: 2.8rem;
		text-align: left;
		margin: 100px 0 20px 20px;
	}
	ul.destaque-principal li.item p{ display: none;}
	ul.destaque-principal li.item a{
		margin:0 auto;
		position: absolute;
		bottom: 25px;
		left: 50%;
		-webkit-transform: -webkit-translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);

	}
	div.box-destaques div.item-mini-destaque:nth-child(2){}
	div.box-destaques div.item-mini-destaque:nth-child(2),
	div.box-destaques div.item-mini-destaque:nth-child(3){
		width:50%;
		height:230px;
        background-position: center;
	}
	div.box-destaques div.item-mini-destaque.box-rectangle{
		width:100%;
		height:230px;
		float: none;
		clear: both;
	}
	div.box-destaques div.item-mini-destaque:nth-child(2) a,
	div.box-destaques div.item-mini-destaque:nth-child(3) a{
		font-size:1rem;
	}
	div.box-destaques div.item-mini-destaque a img.game-icon{
		margin-right:5px;
	}

	div.box-assinaturas p.desc-assinatura{
		width:auto;
	}

	.swiper-pagination {
		text-align: right !important;
		padding: 0 10px;
		box-sizing: border-box;
	}

	/*div.box-full-banner div.full-banner-interna #block-block-3,
	div.box-full-banner-bottom div.full-banner-interna #block-block-4{
		max-width:calc(100% - 30px);
	}*/
}
@media only screen and (max-width: 480px){
    div.box-destaques {
        height: 660px;
    }
    div.box-destaques div.item-mini-destaque:nth-child(2), div.box-destaques div.item-mini-destaque:nth-child(3) {
        height: 180px;
    }
    div.box-destaques div.item-mini-destaque.box-rectangle {
        height: 180px;
    }
}
@media only screen and (max-width: 340px){
	div.box-assinaturas{ min-height:650px;}
	div.box-assinaturas div.swiper-container{
		width:275px;
		height:365px;
		padding:20px;
	}
	div.box-assinaturas div.item-assinatura-wrapper{
		width:275px !important;
		height:335px;
	}
	div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.desconto{
		top:15px;
		right:10px;
	}
	div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.image{
		width:150px;
		margin:10px auto 0 auto;
	}
	div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.texto{ padding:0 0 10px 0;}
	div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.texto ul,
	div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.texto ul li{
		text-align:center;
		list-style-type: disc;
		list-style-position: inside;
	}
	div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.texto-promocional{
		padding:15px 0 10px 0;
	}
	div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura div.valor span{font-size: 2.5rem}
	div.box-assinaturas div.item-assinatura-wrapper div.item-assinatura a{ margin:5px auto;}
}
