
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	font-family: Tahoma, sans-serif;
	color: #151515;
	font-size: 12px;
}

html,
body {
	height: 100%
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	text-transform: uppercase;
}

.content {
	width: 960px;
	margin: 0 auto;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl,
dt, dd, ol, ul, li, table, tr, td, form, object, embed,
article, aside, canvas, command, details, fieldset,
figcaption, figure, footer, group, header, hgroup, legend,
mark, menu, meter, nav, output, progress, section, summary,
time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html {
	font-family: arial, helvetica, sans-serif;
	background: #fff;
	color: #333;
	line-height: 1;
}

html, body{
	height: 100%;
	min-width: 960px;
}

body{
	background-color: #110705;
}

.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-image: url(../img/m2_lp_covil_bg2.png);
	background-position: top center;
	background-repeat: repeat;
}
.main{
	width: 100%;
	min-height: 100%;
	padding-top: 0px ;/*Usar a mesma altura do Header*/
	padding-bottom: 0px ;/*Usar a mesma altura do Footer*/
}
.container{
	margin: 0px auto;
	width: 960px;
	padding: 0px;
}

h1, h2, h3{
	color: #fff;
}

h2{
	font-size: 36px;
	color: #ff6400;
}

p{
	color: #ddd;
	font-weight: 200;
	font-size: 20px;
	padding-bottom: 10px;
	line-height: 1.2;
	text-shadow: 3px 3px 8px #000, 3px 3px 8px #000;
	font-family: "Arial Narrow", Arial, sans-serif;
}

p.font-26{
	font-size: 28px;
	font-weight: bold;
}

ul{
	margin-top: 15px;
}

ul li{
	color: #fff;
	list-style-type: none;
	font-size: 20px;
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 1);
	font-family: "Arial Narrow", Arial, sans-serif;
}


ul.lista-padrao li{
	line-height: 1.2;
	margin-bottom: 5px;
}

ul.lista-padrao li::before {
  content: "• ";
  color: #ff6400;
}

ul.lista-elmos li{
	margin-bottom: 6px;
}

ul.lista-elmos li img{
	margin-right: 6px;
}

.carousel-inner{
	height: 550px;
	width: 100%;
	margin-top: 10px;
}

.carousel-inner img{
	text-align: center;
	margin: 0 auto;
	display: block;
}

.carousel-indicators{
}

.carousel-indicators li {
	display: inline-block;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background-color: #682700;
	border: 0px solid #fff;
	border-radius: 15px;
	font-size: 18px;
	text-indent: 0;
	padding-top: 1px;
	text-align: center;
	text-transform: uppercase;
}

.carousel-indicators li.active {
	display: inline-block;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background-color: #2F1200;
	border: 0px solid #fff;
	border-radius: 15px;
}







/* --- Início - Configurações Box - Menu fixo --- */
section#box-menu-fixo{
	position: fixed;
	right: 0;
	z-index: 14;
}

section#box-menu-fixo #box-menu-fechado{
	float: left;
	width: 90px;
	height: 145px;
}
section#box-menu-fixo #box-menu-fechado a{
	display: block;
	width: 50px;
	height: 40px;
	margin: 24px auto 0;
	text-align: center;
}
section#box-menu-fixo #box-menu-fechado a i,
section#box-menu-fixo #box-menu-aberto a#btn-fechar i{
	font-size: 50px;
	line-height: 40px;
	text-shadow: 3px 5px rgba(0,0,0,0.8);
	transition: color 300ms linear;
	color: #ff6400;
}
.wrapper section#box-menu-fixo #box-menu-fechado a:hover i,
.wrapper section#box-menu-fixo #box-menu-aberto a#btn-fechar:hover i{
	color: #FFFFFF;
	transition: color 300ms linear;
}
section#box-menu-fixo #box-menu-aberto{
	float: left;
	width: 380px;
	height: 100%;
	background: rgba(0,0,0,0.85);
}
section#box-menu-fixo #box-menu-aberto a#btn-fechar{
	width: 30px;
	height: 26px;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
section#box-menu-fixo #box-menu-aberto a#btn-fechar i{
	font-size: 35px;
	line-height: 26px;
}
section#box-menu-fixo #box-menu-aberto ul#menu-aberto{
	width: 320px;
	height: 840px;
	float: left;
	margin: -26px 22px 0;
	padding-top: 38px;
}
section#box-menu-fixo #box-menu-aberto ul#menu-aberto li{
	float: left;
	width: 100%;
	min-height: 38px;
}
section#box-menu-fixo #box-menu-aberto ul#menu-aberto li .box-divisao{
	width: 100%;
	height: 8px;
	float: left;
	background: url(../img/pb-decodificacao_lp_divisao-menu.png) no-repeat top right;
}
section#box-menu-fixo #box-menu-aberto ul#menu-aberto li a{
	float: left;
	width: 100%;
	font-family: 'Teko', sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 300ms linear;
}
section#box-menu-fixo #box-menu-aberto ul#menu-aberto li a.btn-primario{
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 14px;
}
section#box-menu-fixo #box-menu-aberto ul#menu-aberto li a.btn-secundario{
	font-size: 18px;
	padding-left: 60px;
}
section#box-menu-fixo #box-menu-aberto ul#menu-aberto li a:hover{transition: all 300ms linear;}
section#box-menu-fixo #box-menu-fechado,
section#box-menu-fixo #box-menu-aberto{
	display: none;
}
section#box-menu-fixo #box-menu-fechado.ativo,
section#box-menu-fixo #box-menu-aberto.ativo{
	display: block;
	-webkit-animation: show 0.5s linear;
	animation: show 0.5s linear;
	opacity: 1;
}
/* --- Fim - Configurações Box - Menu fixo --- */





.divisor{
	background-image: url(../img/m2_lp_covil_divisoria.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
	margin-top: -26px;
	display: block;
	position: absolute;
}

.bloco{
	width: 100%;
	height: 500px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

.bloco .container{
	margin: 0px auto;
	width: 700px!important;
	max-width: 700px!important;
	height: 100%;
	padding: 0px;
	/*background-color: rgba(255,255,255,0.05);*/
}

#bloco-1{
	height: 1880px;
	font-size: 26px;
	background-image: url(../img/m2_lp_covil_npc.png), url(../img/m2_lp_covil_dragao.png);
	background-position: bottom center, top center;
	background-repeat: no-repeat;
}

#bloco-1 .container{
	text-align: center;
}

/* #bloco-1 .titulo{ */
	/* margin-top: 175px; */
	/* margin-bottom: 275px; */
/* } */

#bloco-1 .titulo{
	margin-top: 180px;
	margin-bottom: 15px;
}

#bloco-1 p{
	text-align: left;
}

#bloco-2{
	height: 1372px;
}

#bloco-2 h2{
	margin-top: 80px;
	margin-bottom: 30px;
	text-align: center;
}

#bloco-2 .img-center{
	text-align: center;
	margin: 15px 250px;
	float: left;
}

#bloco-2 p b{
	color: #ff6400;
	font-weight: normal;
	font-size: 20px;
	font-family: "Arial Narrow", Arial, sans-serif;
}

#bloco-3{
	height: 926px;
	background-image: url(../img/m2_lp_covil_pets.png);
	background-position: bottom center;
}

#particles-js{
	top: 0px;
	width: 100%;
	height: 100%;
	margin-top: -926px;
}

#bloco-3 .container{
}



#bloco-3 h2{
	margin-top: 60px;
	margin-bottom: 50px;
	text-align: center;
}

#bloco-4{
	height: 574px;
}

#bloco-4 h2{
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: center;
}

#bloco-5{
	height: 1044px;
}

#bloco-5 h2{
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: center;
}

#bloco-5 .box-texto{
	width: 100%;
	height: 350px;
}

#bloco-5 .box-texto p{
	padding-bottom: 15px;
}

#bloco-5 .box-texto .img-right{
	float: right;
	display: inline-block;
	margin-left: 20px;
}

#bloco-5 .box-texto .img-left{
	float: left;
	display: inline-block;
	margin-right: 20px;
}

#bloco-6{
	height: 1112px;
}

#bloco-6 h2{
	text-align: center;
	margin-top: 110px;
	margin-bottom: 50px;
}

#bloco-6 h3{
	color: #ff6400;
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 40px;
	text-transform: uppercase;
}

#bloco-7{
	height: 970px;
}

#bloco-7 h2{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 50px;
}

#bloco-7 .carousel-inner{
	height: 700px;
	width: 100%;
	margin-top: 10px;
}

#bloco-7 .carousel-inner img{
	text-align: center;
	margin: 0 auto;
	display: block;
}

#bloco-7 .carousel-inner img.img-1{
	margin-left: 130px;
	margin-right: 0px;
	margin-top: 20px;
}

#bloco-7 .carousel-inner img.img-2{
	margin-left: 108px;
	margin-right: 0px;
	margin-top: 30px;
}

#bloco-7 .carousel-inner img.img-3{
	width: 380px;
	margin-left: 174px;
	margin-right: 0px;
}

#bloco-7 .carousel-indicators{
	width: 470px;
	margin-left: -235px;
}

#bloco-7 .carousel-indicators li {
	display: inline-block;
	width: 140px;
	height: 55px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
	border: 2px solid #ff6400;
	border-radius: 0px;
	font-size: 18px;
	text-indent: 0;
	padding: 5px;
	text-align: center;
	float: left;
	margin: 0 8px;
	line-height: 1.2;
	color: #fff;
	padding-top: 15px;
}

#bloco-7 .carousel-indicators li#item-2{
	padding-top: 5px;
}

#bloco-7 .carousel-indicators li.active, 
#bloco-7 .carousel-indicators li:hover{
	background-color: #ff6400;
	border: 2px solid #ff6400;
}

#bloco-8{
	height: 366px;
}

#bloco-8 h2{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}

#bloco-8 .menu-guildas{
	width: 470px;
	margin: 0 auto;
	display: block;
	height: 55px;
}

#bloco-8 .menu-guildas a {
	display: inline-block;
	width: 140px;
	height: 55px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
	border: 2px solid #ff6400;
	border-radius: 0px;
	padding: 5px;
	text-align: center;
	float: left;
	margin: 0 8px;
	line-height: 1.2;
	color: #fff;
	padding-top: 15px;
	text-transform: uppercase;
	font-size: 16px;
}

#bloco-8 .menu-guildas a#btn-1{
	padding-top: 9px;
	font-size: 14px;
}

#bloco-8 .menu-guildas a.active, 
#bloco-8 .menu-guildas a:hover{
	background-color: #ff6400;
	border: 2px solid #ff6400;
}

#bloco-9{
	/* height: 4800px; */
	height: auto;
	padding-bottom: 50px;
}

#bloco-9 li{
	padding-bottom: 5px;
}

#bloco-9 h2{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 40px;
}

#bloco-9 h3{
	margin-top: 50px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 28px;
	color: #ff6400;
}

#bloco-9 h4{
	margin-top: 40px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}

#bloco-10{
	height: 466px;
	background-image: url(../img/m2_lp_covil_blocodobg.jpg);
	background-position: top center;
}

#bloco-10 .container h2{
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    text-shadow: 5px 5px 12px #F29B00, -5px -5px 12px #F29B00, 5px -5px 12px #F29B00;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 80px;
    text-transform: uppercase;
    line-height: 1.3;
}


#old-bloco-9 .container .setas{
	float: right;
}

ul#menu-esperando{
	
}

ul#menu-esperando li {
    float: left;
    width: 100%;
    height: 30px;
    margin: 8px 0;
    color: #fff;
    list-style: none;
}

ul#menu-esperando li a{
    width: 250px;
    margin: 0 auto;
    display: block;
    padding: 5px;
    text-decoration: none;
}

ul#menu-esperando li a:hover *{
   color: #D98201;
   transition: all 200ms linear;
}

ul#menu-esperando li i {
    float: left;
    font-size: 29px;
    color: #fff;
    margin-right: 10px;
}

ul#menu-esperando li p{
    font-size: 21px;
    font-family: arial;
}


/* --- Início - Footer padrao landingpage --- */

/* --- Início - - Footer padrao landingpage --- */
footer.footer-landingpage{
	position: absolute;
	z-index: 10;
	background-color: #000;
	height: 120px;
	position: relative;
	text-align: center;
	width: 100%;
	min-width: 960px;
	color: #FFF;
	float: left;
	/*margin-top: 19px;*/
}


footer.footer-landingpage .middle{
	width: 960px;
	margin: 0 auto;
}

footer.footer-landingpage #box-assinatura{
	width: 264px;
	height: 100px;
	float: left;
	text-align: center;
}

footer.footer-landingpage #box-assinatura .box-logos{
	margin: 0 auto;
	display: inline-block;
}

footer.footer-landingpage #box-assinatura .logo-ongame{
	background: url(../img/logo_ongame.png) no-repeat;
	height: 24px;
	width: 78px;
	margin-top: 24px;
	float: left;
	background-position: center;
}

footer.footer-landingpage #box-assinatura .logo-desenvolvedora{
	height: 31px;
	margin-top: 18px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 20px;
}

#ak footer.footer-landingpage #box-assinatura .logo-desenvolvedora,
  footer.footer-landingpage#footer-ak #box-assinatura .logo-desenvolvedora{
	background-image: url(../img/logo_hanbitsoft.png); width: 92px;
}

#co footer.footer-landingpage #box-assinatura .logo-desenvolvedora,
  footer.footer-landingpage#footer-co #box-assinatura .logo-desenvolvedora{
	background-image: url(../img/logo_neoact.png); width: 117px;
}

#m2 footer.footer-landingpage #box-assinatura .logo-desenvolvedora,
  footer.footer-landingpage#footer-m2 #box-assinatura .logo-desenvolvedora{
	background-image: url(../img/logo_ymir_webzen.png); width: 71px;
}

#pb footer.footer-landingpage #box-assinatura .logo-desenvolvedora,
  footer.footer-landingpage#footer-pb #box-assinatura .logo-desenvolvedora{
	background-image: url(../img/logo_zepetto.png); width: 80px;
}


#wd footer.footer-landingpage #box-assinatura .logo-desenvolvedora,
  footer.footer-landingpage#footer-wd #box-assinatura .logo-desenvolvedora{
	background-image: url(../img/logo_hanbitsoft.png); width: 92px;
}

#z4 footer.footer-landingpage #box-assinatura .logo-desenvolvedora,
  footer.footer-landingpage#footer-z4 #box-assinatura .logo-desenvolvedora{
	background-image: url(../img/logo_infovine.png); width: 75px;
}

footer.footer-landingpage .copyright{
	float: left;
	width: 100%;
	height: 30px;
	font-family: arial, Tahoma, sans-serif;
	font-size: 8pt;
	line-height: 1.2;
	color: #fff;
	display: none;
	margin-top: 2px;
}

#ak footer.footer-landingpage .copyright#hanbisoft,
  footer.footer-landingpage#footer-ak .copyright#hanbisoft
  {display: block;}

#co footer.footer-landingpage .copyright#neoact,
  footer.footer-landingpage#footer-co .copyright#neoact
  {display: block;}

#m2 footer.footer-landingpage .copyright#rohan2-copyright,
  footer.footer-landingpage#footer-m2 .copyright#rohan2-copyright
  {display: block;}

#pb footer.footer-landingpage .copyright#zepetto,
  footer.footer-landingpage#footer-pb .copyright#zepetto
  {display: block;}


#wd footer.footer-landingpage .copyright#hanbisoft,
  footer.footer-landingpage#footer-wd .copyright#hanbisoft
  {display: block;}

#z4 footer.footer-landingpage .copyright#infovine,
  footer.footer-landingpage#footer-z4 .copyright#infovine
  {display: block;}

footer.footer-landingpage ul.ul-redes-sociais {
	float: left;
	height:38px;
	width: 304px;
	margin: 0px;
	padding: 30px 20px 32px 20px;
	list-style: none;
}

footer.footer-landingpage ul.ul-redes-sociais li{
	float: left;
	width:38px;
	height:38px;
	margin: 0px 3px;
}

footer.footer-landingpage ul.ul-redes-sociais li a {
	float: left;
	width:38px;
	height:38px;
	margin: 2px 3px;
}

footer.footer-landingpage ul.ul-redes-sociais li a i {
	color: #fff;
}

footer.footer-landingpage ul.ul-redes-sociais li a i.fa-lg{margin-top: 14px;}
footer.footer-landingpage ul.ul-redes-sociais li a i.fa-2x{margin-top: 7px;}
footer.footer-landingpage ul.ul-redes-sociais li.youtube a i{margin-top: 12px; font-size: 20px;}
footer.footer-landingpage ul.ul-redes-sociais li.twitch a i{margin-top: 8px;}
footer.footer-landingpage ul.ul-redes-sociais li.forum a i{margin-top: 5px;}

footer.footer-landingpage ul.ul-redes-sociais li.face a {display: none; background-color: #3559A4; transition: background-color 300ms ease 0s;}
footer.footer-landingpage ul.ul-redes-sociais li.face a:hover {background-color: #0A1E69; transition: background-color 300ms ease 0s;}


#ak footer.footer-landingpage ul.ul-redes-sociais li.face a#face-ak,
  footer.footer-landingpage#footer-ak ul.ul-redes-sociais li.face a#face-ak
  {display: block;}

#co footer.footer-landingpage ul.ul-redes-sociais li.face a#face-co,
  footer.footer-landingpage#footer-co ul.ul-redes-sociais li.face a#face-co
  {display: block;}

#m2 footer.footer-landingpage ul.ul-redes-sociais li.face a#face-m2,
  footer.footer-landingpage#footer-m2 ul.ul-redes-sociais li.face a#face-m2
  {display: block;}

#pb footer.footer-landingpage ul.ul-redes-sociais li.face a#face-pb,
  footer.footer-landingpage#footer-pb ul.ul-redes-sociais li.face a#face-pb
  {display: block;}

#z4 footer.footer-landingpage ul.ul-redes-sociais li.face a#face-z4,
  footer.footer-landingpage#footer-z4 ul.ul-redes-sociais li.face a#face-z4
  {display: block;}

#wd footer.footer-landingpage ul.ul-redes-sociais li.face a#face-wd,
  footer.footer-landingpage#footer-wd ul.ul-redes-sociais li.face a#face-wd
  {display: block;}

footer.footer-landingpage ul.ul-redes-sociais li.twitter a {background-color: #63CDF1; transition: background-color 300ms ease 0s;}
footer.footer-landingpage ul.ul-redes-sociais li.twitter a:hover {background-color: #25A5E4; transition: background-color 300ms ease 0s;}

footer.footer-landingpage ul.ul-redes-sociais li.youtube a {background-color: #E42827; transition: background-color 300ms ease 0s;}
footer.footer-landingpage ul.ul-redes-sociais li.youtube a:hover {background-color: #CC0505; transition: background-color 300ms ease 0s;}

footer.footer-landingpage ul.ul-redes-sociais li.instagram a {background-color: #6A453B; transition: background-color 300ms ease 0s;}
footer.footer-landingpage ul.ul-redes-sociais li.instagram a:hover {background-color: #2C130E; transition: background-color 300ms ease 0s;}

footer.footer-landingpage ul.ul-redes-sociais li.twitch a {background-color: #6843AC; transition: background-color 300ms ease 0s;}
footer.footer-landingpage ul.ul-redes-sociais li.twitch a:hover {background-color: #3A2276; transition: background-color 300ms ease 0s;}

footer.footer-landingpage ul.ul-redes-sociais li.forum a {background-color: #F46624; transition: background-color 300ms ease 0s;}
footer.footer-landingpage ul.ul-redes-sociais li.forum a:hover {background-color: #E52703; transition: background-color 300ms ease 0s;}

footer.footer-landingpage .classificacao{
	background-color: rgba(0,0,0,0.3);
	border: 1px solid rgba(255,255,255,0.2);
	margin-top: 20px;
	width: 362px;
	height: 60px;
	float: right;
	display: none;
}

#wd footer.footer-landingpage #classificacao-wd,
  footer.footer-landingpage#footer-wd #classificacao-wd
  {display: block;}

#m2 footer.footer-landingpage #classificacao-m2,
  footer.footer-landingpage#footer-m2 #classificacao-m2
  {display: block;}

#ak footer.footer-landingpage #classificacao-ak,
  footer.footer-landingpage#footer-ak #classificacao-ak
  {display: block;}

#pb footer.footer-landingpage #classificacao-pb,
  footer.footer-landingpage#footer-pb #classificacao-pb
  {display: block;}

#z4 footer.footer-landingpage #classificacao-z4,
  footer.footer-landingpage#footer-z4 #classificacao-z4
  {display: block;}

#co footer.footer-landingpage #classificacao-co,
  footer.footer-landingpage#footer-co #classificacao-co
  {display: block;}

footer.footer-landingpage .classificacao .classificacao-idade{
	width: 52px;
	height: 52px;
	text-align: center;
	display: block;
	float: left;
	margin: 3px;
	border-radius: 3px;
}

footer.footer-landingpage .classificacao .classificacao-idade#classificacao-idade-12{background-color: #FDCD01;}
footer.footer-landingpage .classificacao .classificacao-idade#classificacao-idade-14{background-color: #EB7710}
footer.footer-landingpage .classificacao .classificacao-idade#classificacao-idade-16{background-color: #FE0000;}

footer.footer-landingpage .classificacao .classificacao-idade p{
	margin-top: 4px;
	font-size: 30px;
	color: #FFFFFF;
	font-family: fantasy;
}

footer.footer-landingpage .classificacao .classificacao-texto{
	color: #FFFFFF;
	width: 300px;
	height: 60px;
	text-align: center;
	float: left;
	display: block;
	font-family: 'Open Sans', sans-serif;
}

footer.footer-landingpage .classificacao .classificacao-texto h6{
	margin-top: 9px;
	margin-bottom: 2px;
	font-weight: normal;
	font-size: 12px;
}

footer.footer-landingpage #classificacao-co .classificacao-texto h6{margin-top: 23px;}

footer.footer-landingpage .classificacao .classificacao-texto p{
	font-size: 10px;
	margin-top: 1px;
	line-height: 1.2;
	color: #ddd;
}
footer.footer-landingpage .classificacao .frase-ig{
	float: right;
	margin: 5px;
	font-size: 10px;
}
/* --- Fim - Footer padrao landingpage --- */