@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
#header {
	width:100%;
	background-color:#FFFFFF;
}
#logogh {
	width:800px;
	height:60px;
	padding:0 0 0 0;
}
.logo {
	width:145px;
	height:29px;
	float:left;
	padding:15px 0 0 0;
}
#hashtag_fec {
	width:122px;
	height:20px;
	float:right;
	padding:19px 0 0 0;
	color: #3c3b36;
	font-family: 'Istok Web', sans-serif;
	font-size: 16px;
	font-weight: 900;
}
#faixabanner {
	width:100%;
	height:10px;
	padding:0 0 0 0;
	background-color:#fbd342;
}
#content {	
	width:100%;
	height: 420px;
	background-image: url('../images/background_principal.jpg');
	background-repeat:no-repeat;
	background-position: center;
	background-color:#4e4d49;
}
#banner_principal {
	height: 421px;
	width: 800px;
	z-index:1;
	margin-top: -420px;
}
.bandeira_pnp {
	width: 66px;
}
.logo_pnp_div {
	width: 478px;
	height: 144px;
}

.logo_pnp {
	width: 478px;
	height: 144px;
	margin-top: 32px;
}
#txt_principal {
	margin-top: 22px;
	width: 600px;
	color: #ffffff;
	font-family: 'Istok Web', sans-serif;
	font-size: 15px;
	line-height: 20px;
}
.faixa_divisao {
	width:100%;
	height:10px;
	padding:0 0 0 0;
	background-color:#fbd342;
}
.seta_div {
	width:100%;
	margin-top: -31px;
	z-index: 10;
}
.seta_div_centro {
	width: 59px;
}
#content_01 {	
	width:100%;
	height: 617px;
	margin-top: -21px;
	background-image: url('../images/background_zv.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#014B6E;
}
#content_02 {	
	width:100%;
	height: 507px;
	margin-top: -21px;
	background-image: url('../images/background_zvra.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#D7004D;
}
#content_03 {	
	width:100%;
	height: 552px;
	margin-top: -21px;
	background-image: url('../images/background_sultao_paracolorir.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#27a1dd;
}
.logo_zv_div {
	padding-top: 45px;
}
.logo_zv {
	width: 302px;
	height: 87px;
}
.logo_zvra {
	width: 322px;
	height: 127px;
}
.logo_sultao_paracolorir {
	width: 288px;
	height: 252px;
}
.caixa_txt_jogo {
	width: 850px;
	margin-top: 70px;
}
.caixa_txt_jogo2 {
	width: 850px;
	margin-top: 50px;
}
.caixa_txt_jogo3 {
	width: 850px;
	margin-top: -20px;
}

.caixa_txt_infos {
	width: 350px;
	height: 350px;
	float: left;
}
.caixa_txt_infos02 {
	width: 350px;
	height: 222px;
	float: left;
}
.caixa_txt_infos03 {
	width: 350px;
	height: 222px;
	float: left;
}
.txt_zurvivors {
	float: left;
	width: 500px;
	color: #ffffff;
	font-family: 'Istok Web', sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
}
.txt_sultao_paracolorir {
	float: left;
	width: 500px;
	color: #ffffff;
	font-family: 'Istok Web', sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
}

.infos_jogo_png {
	width: 198px;
	height: 78px;
	margin-top: 265px;
	margin-right: 80px;
}
.infos_jogo02_png {
	width: 199px;
	height: 78px;
	margin-top: 145px;
	margin-right: 80px;
}
.infos_jogo03_png {
	width: 199px;
	height: 78px;
	margin-top: 145px;
	margin-right: 80px;
}
.text_download {
	position: absolute;
	z-index:99;
	width: 207px;
	height: 78px;
	font-family: 'Istok Web', sans-serif;
	font-size: 26px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	margin-top: 24px;
	background-color: #fbd342;
	float: left;
	z-index: 1;
}
.text_download:hover {
	color: #3c3b36;
	background-color: #ffffff;
	
}
.text_regras {
	width: 207px;
	height: 78px;
	font-family: 'Istok Web', sans-serif;
	font-size: 26px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	margin-top: 24px;
	background-color: #fbd342;
	float: left;
}
.text_regras:hover {
	color: #3c3b36;
	background-color: #ffffff;
}
.btn_download,.btn_regras {
	margin-top: 28px;
}




/*ANIMATION*/
.sprite-career {
    background: transparent no-repeat;
	margin-left: -950px;
    display: block;
    visibility: visible;
    margin: 50 auto;
    transform: scale(1, 1);
    right: 25%;
    width: 360px;
    height: 420px;
    background-image: url("../images/animation_tesoura01.png");
    animation: career_amb 2s steps(50) infinite;
}

@keyframes career_amb {
  from {
    background-position: 0px; }

  to {
    background-position: -18000px; }
}
.sprite-career2 {
    background: transparent no-repeat;
	margin-top: -202px;
	margin-right: -700px;
    display: block;
    visibility: visible;
    transform: scale(1, 1);
    width: 375px;
    height: 617px;
    background-image: url("../images/animation_tesoura02.png");
    animation: seta2 2s steps(49) infinite;
}

@keyframes seta2 {
  from {
    background-position: 0px; }

  to {
    background-position: -18375px; }
}
/*ANIMATION*/





#footer_btntopo {
	width:100%;
	height:30px;
	background-color:#fbd342;
	position: relative;
	z-index: 30;
}
.btn_topo {
	width:46px;
	height:18px;
	float:center;
	margin-top: -28px;
	padding:10.5px 0 0 0;
}
#btntopo {
	width:120px;
	height:20px;
	padding:6px 0 0 0;
}
.text_top {
	font-family: 'Istok Web', sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#footer {
	width:100%;
	height:230px;
	background-color:#424444;
}
#footer_content {
	width:800px;
	height:110px;
	padding:0 0 0 0;
	z-index: 99999;
}
#gamehives_footer {
	width: 234px;
	height: 70px;
	float: left;
    margin-top:14px;
}
#logo_footer {
	width:120px;
	margin: 10px 0 0 0; 
}
#gamehives_footer_copy {
	height: 18px;
	font-family: 'Istok Web', sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
    margin: 10px 0 0 0;
}
#institucional_footer {
	width: 170px;
	height: 85px;
	float: left;
    margin-top:14px;
}
#institucional_footer_tt {
	height: 18px;
	font-family: 'Istok Web', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-left: 17px;
}
#institucional_footer_line {
	width: 122px;
	height: 2px;
	border-bottom: 2px solid #ecc625;
	margin-left: 17px;
}
#atendimento_footer {
	width: 170px;
	height: 85px;
	float: left;
    margin-top:14px;
}
#atendimento_footer_tt {
	height: 18px;
	font-family: 'Istok Web', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-left: 17px;
}
#atendimento_footer_line {
	width: 115px;
	height: 2px;
	border-bottom: 2px solid #ecc625;
	margin-left: 17px;
}
#redessociais_footer {
	width: 205px;
	height: 70px;
	float: left;
    margin-top:14px;
}
#redessociais_footer_tt {
	height: 18px;
	font-family: 'Istok Web', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-left: 17px;
}
#redessociais_footer_line {
	width: 123px;
	height: 2px;
	border-bottom: 2px solid #ecc625;
	margin-left: 17px;
}
#credits {
	width:100%;
	height:40px;
	padding: 40px 0 0 0;
	
}
.redessociais_footer_facebook {
	width: 30px;
	height: 30px;
	margin-left: 17px;
	float: left;
}
.redessociais_footer_instagram {
	width: 30px;
	height: 30px;
	margin-left: 7px;
	float: left;
}
.redessociais_footer_tiktok {
	width: 30px;
	height: 30px;
	margin-left: 7px;
	float: left;
}
.redessociais_footer_youtube {
	width: 30px;
	height: 30px;
	margin-left: 7px;
	float: left;
}
.redessociais_footer_twitter {
	width: 30px;
	height: 30px;
	margin-left: 7px;
	float: left;
}
.facebook_icon {
 width: 30px;
 height:30px;
 display:block;
 background:transparent url('../images/fb_icon_out.svg') center top no-repeat;
}

.facebook_icon:hover {
   background-image: url('../images/fb_icon_in.svg');
}
.instagram_icon {
 width: 30px;
 height:30px;
 display:block;
 background:transparent url('../images/inst_icon_out.svg') center top no-repeat;
}

.instagram_icon:hover {
   background-image: url('../images/inst_icon_in.svg');
}
.tiktok_icon {
 width: 30px;
 height:30px;
 display:block;
 background:transparent url('../images/tiktok_icon_out.svg') center top no-repeat;
}

.tiktok_icon:hover {
   background-image: url('../images/tiktok_icon_in.svg');
}
.youtube_icon {
 width: 39px;
 height:30px;
 display:block;
 background:transparent url('../images/yt_icon_out.svg') center top no-repeat;
}

.youtube_icon:hover {
   background-image: url('../images/yt_icon_in.svg');
}

.twitter_icon {
 width: 30px;
 height:30px;
 display:block;
 background:transparent url('../images/tw_icon_out.svg') center top no-repeat;
}

.twitter_icon:hover {
   background-image: url('../images/tw_icon_in.svg');
}
.text_menu_footer {
	height: 14px;
	font-family: 'Istok Web', sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-left: 17px;
}
.text_menu_footer:hover {
	color: #fbd342;
}
.text_footer {
	font-family: 'Istok Web', sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
.logo {
	width:225px;
	height:29px;
	float:left;
	padding:15px 0 0 0;
}
.btn_topo {
	width:46px;
	height:18px;
	float:center;
	margin-top: -28px;
	padding:10.5px 0 0 0;
}
.text_top {
	font-family: 'Istok Web', sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}