@charset "utf-8";
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;
}
#faixabanner {
	width:100%;
	height:10px;
	padding:0 0 0 0;
	background-color:#fbd342;
}
#content {
	height: 890px;
	background-image: url("../images/background_site.jpg");
	background-color: #173981;
	background-position: center top;
	background-repeat: no-repeat;
}
.tt_frase01 {
	width: 600px;
	height: 20px;
	font-family: 'Agency', cursive;
	letter-spacing: 0.05em;
	font-size: 16px;
	color:#ffffff;
	text-align: center;
	padding-top: 26px;
}
.tt_frase02 {
	width: 600px;
	height: 35px;
	font-family: 'Agency', cursive;
	font-size: 30px;
	color:#ffffff;
	text-align: center;
}
.tt_frase03 {
	width: 600px;
	height: 20px;
	font-family: 'Agency', cursive;
	letter-spacing: 0.06em;
	font-size: 14px;
	color:#ffffff;
	text-align: center;
	padding-top: 26px;
}
#background_newsletter {	
	width:674px;
	height: 121px;
	background-image: url('../images/bg_news.png');
	background-repeat:no-repeat;
	background-position: center;
}

/* NEWSLETTER */
#newsletter {
	width: 100%;
	height: 121px;
}
.newsletter_center {
	width: 674px;
	height: 121px;
	margin: auto;
}
.text_newsletter {
	width: 674px;
	height: 55px;
	font-family: 'Agency', cursive;
	letter-spacing: 0.02em;
	font-size: 22px;
	color:#ffffff;
	text-align: center;
}
.base_infos_newsletter {
	text-align: center;
	width: 640px;
	height: 90px;
	margin: auto;
	padding-top: 16px;
}
.email_newsletter {
	width: 300px;
	height: 50px;
	margin: 20px 0px 20px 20px;
	float: left;
}
.btn_newsletter {
	width: 300px;
	height: 50px;
	margin: 20px 20px 20px 0px;
	float: left;
}
input[type=text] {
    width: 300px;
    padding: 12px;
    display: inline-block;
    border: 2px solid #1f2450;
    box-sizing: border-box;
	font-family: 'Istok Web', sans-serif;
    color: #ffffff;
	background-color: #1f2450;
}
input[type=submit] {
	height: 48px;
	font-weight: 900;
	background-color: #e4338c;
	font-family: 'Agency', cursive;
	font-size: 25px;
    color: #ffffff;
    border: none;
	width: 300px;
    padding: 10px;
    display: inline-block;
    box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
input[type=submit]:hover {
	background-color: #ffffff;
	font-family: 'Agency', cursive;
	font-size: 25px;
    color: #b61767;
    border: none;
	width: 300px;
    padding: 10px;
    display: inline-block;
    box-sizing: border-box;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}
/* NEWSLETTER */

/*FOOTER*/
#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: 158px;
	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_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');
}
.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: #ffcc33;
}
.text_footer {
	font-family: 'Istok Web', sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
.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;
}