body {
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, sans-serif, Tahoma;
    font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

a img { 
    border: none; 
}

a:link, a:visited { 
    color: #666;
    text-decoration: none;
}

a:hover {
      color: #000;
      text-decoration: underline;
}

.main_table {
     background-color: #B2C3D2;
     background: -moz-linear-gradient(top, #B2C3D2, #CEE3F6) repeat-X;
     background: -webkit-gradient(linear, left top, left bottom, from(#B2C3D2), to(#CEE3F6)) repeat-X;
     color: #1C1C1C;
     text-shadow: 1px 1px #F5F5F5;
}

.main-title {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 22px;
    font-weight: bold;
}

.main-desc {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 16px;
}

.main-desc-2 {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 14px;
}

.main-zoom {
    overflow: hidden;
    
	height: 250px;
	width: 400px;
	border-style: solid;
    border-width: 1px;
    border-color: #BBB;
    box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.main-zoom img {
    margin-top: -25px;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.main-zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.main-zoom-2 {
    overflow: hidden;
    
	height: 144px;
	width: 230px;
	border-style: solid;
    border-width: 1px;
    border-color: #BBB;
    box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.main-zoom-2 img {
    margin-top: -15px;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.main-zoom-2:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

table.tabela tr:hover td {
	background-color: #F0F0F0;
}  

.title {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 22px;
    font-weight: bold;
}

.titulo-chamada {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 14px;
    font-weight: bold;
}

.titulo-chamada-2 {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 16px;
    font-weight: bold;
}

.undertitle {
    font-size: 12px;
}

.conteudo {
    text-align: justify;
    font-size: 15px;
}

.categorialist {
    font-size: 18px;
}

.seemore {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 18px;
    font-weight: bold;
}

.banner {
    border-style: solid;
   border-width: 1px;
   border-color: #BBB;
   width: 970px;
   height: 90px;
   box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.zoom-chamada {
	overflow: hidden;
	height: 144px;
	width: 192px;
	border-style: solid;
   border-width: 1px;
   border-color: #BBB;
  box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.zoom-chamada img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom-chamada:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


.zoom-clip {
	overflow: hidden;
	height: 109px;
	width: 192px;
	border-style: solid;
   border-width: 1px;
   border-color: #BBB;
  box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.zoom-clip img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom-clip:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.zoom-game {
	overflow: hidden;
	height: 150px;
	width: 113px;
	border-style: solid;
   border-width: 1px;
   border-color: #BBB;
  box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.zoom-game img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom-game:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


.zoom-game-index {
	overflow: hidden;
	height: 110px;
	width: 83px;
	border-style: solid;
   border-width: 1px;
   border-color: #BBB;
  box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.zoom-game-index img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom-game-index:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.zoom-live {
	overflow: hidden;
	height: 129px;
	width: 230px;
	border-style: solid;
   border-width: 1px;
   border-color: #BBB;
  box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.zoom-live img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom-live:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.img {
    
}

.alerta {
    color: #FF0000;
    
}

#main_head {
     background-color: #09C;
     background: -moz-linear-gradient(top, #005c7e, #e0f3ff) repeat-X;
     background: -webkit-gradient(linear, left top, left bottom, from(#005c7e), to(#e0f3ff)) repeat-X;
     border: none;
     padding: 0 0;
     box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}

#main_head_m {
     top: 0;
     position: fixed;
     width: 100%;
     margin-top: 0px !important;
     background-color: #09C;
     background: -moz-linear-gradient(top, #005c7e, #e0f3ff) repeat-X;
     background: -webkit-gradient(linear, left top, left bottom, from(#005c7e), to(#e0f3ff)) repeat-X;
     border: none;
     padding: 0 0;
     box-shadow: 0px 3px 5px rgba(0,0,0,.3);
     z-index: 999;
}

#small-menu {
     top: 0;
     position: fixed;
     width: 100%;
     margin-top: 0px !important;
     background-color: #09C;
     background: -moz-linear-gradient(top, #bddfec, #e0f3ff) repeat-X;
     background: -webkit-gradient(linear, left top, left bottom, from(#bddfec), to(#e0f3ff)) repeat-X;
     border: none;
     padding: 0 0;
     box-shadow: 0px 3px 5px rgba(0,0,0,.3);
     display: none;
     z-index: 999;
}

.footer {
     /* position: sticky; */
     width: 100%;
     background-color: #09C;
     background: -moz-linear-gradient(top, #bddfec, #e0f3ff) repeat-X;
     background: -webkit-gradient(linear, left top, left bottom, from(#bddfec), to(#e0f3ff)) repeat-X;
     border: none;
     padding: 0 0;
     box-shadow: 0px -2px 5px rgba(0,0,0,.5);
     bottom: 0px;
}

.m-head {
     width: 1024px;
     margin:0 auto;
     border: none;
}

.menu {
     font-family: Tahoma;
     text-align: right;
     height: 25px;
}

.bt {
     display: inline-block;
     text-align: center;
}

.bt a {
	text-decoration: none;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	width: 90px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-width: 0px;
	float:left;
	display: inline-block;
}

.bt a:hover {
      color: #000;
      /* background-color: #000; */
      background: rgba(5%, 5%, 5%, 0.1);
}
.hz {
	margin-top: 4px;
}

.hz1 {
	float:left;
        width: 28px;
}

.hz2 {
	margin-top: 4px;
	white-space: nowrap;
    float:left;
    overflow: hidden;
    width: 190px;
}

.total {
     font-size: 14px;
}

.online {
     display: inline-block;
     white-space: nowrap;
     font-size: 13px;
     width: 220px;
     height: 25px;
     margin-top: 2px;
     margin-left: 2px;
     margin-right: 1px;
     margin-bottom: 2px;
     float:left;
     

}

.online:hover {
     background: rgba(5%, 5%, 5%, 0.1);
}


.log {
    font-size: 12px;
}

.logdetail {
     height: 20px;
     width: 600px;
}

.logdetail:hover {
     background: rgba(5%, 5%, 5%, 0.1);
}

.leiamais a {
    background-color: #005c7e;
    color: white;
    padding: 14px 35px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.leiamais a:hover {
    background-color: #bddfec;
    color: black;
    text-decoration: none;
}

.leiamais-s a {
    background-color: #005c7e;
    color: white;
    font-size: 10px;
    padding: 7px 12px;
    margin: 1px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.leiamais-s a:hover {
    background-color: #bddfec;
    color: black;
    text-decoration: none;
}

.leiamais-m a {
    background-color: #005c7e;
    color: white;
    font-size: 12px;
    padding: 10px 18px;
    margin: 3px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.leiamais-m a:hover {
    background-color: #bddfec;
    color: black;
    text-decoration: none;
}


.find {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 20px;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.sendfind {
    width: 100%;
    font-size: 20px;
    background-color: #005c7e;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.sendfind:hover {
    background-color: #bddfec;
    color: black;
}

.share {
    margin-top: -10px;
}

.m_menu {
   width: 30px;
   height: 6px;
   background-color: #FFF;
   box-shadow: inset 1px 1px 3px rgba(0,0,0,.5);
   -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5) inset;
   border-radius: 3px;

}

.m_menu_e {
   width: 30px;
   height: 4px;
}

.main_logo {
     font-size: 50px;
     color: #FFF;
     font-weight: bold;
     text-shadow: 2px 2px 4px #000;
}

.footer_logo {
     font-size: 16px;
     color: #FFF;
     font-weight: bold;
     text-shadow: 1px 1px 2px #000;
}

.footer_year {
     font-size: 14px;
     color: #FFF;
     font-weight: bold;
     text-shadow: 1px 1px 2px #000;
}

.main-game {
    overflow: hidden;
    
	height: 130px;
	width: 98px;
	border-style: solid;
    border-width: 1px;
    border-color: #BBB;
    box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.main-mobile {
    overflow: hidden;
    
	height: 263px;
	width: 350px;
	border-style: solid;
    border-width: 1px;
    border-color: #BBB;
    box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.main-mobile-live {
    overflow: hidden;
    
	height: 198px;
	width: 350px;
	border-style: solid;
    border-width: 1px;
    border-color: #BBB;
    box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.main-instagram {
    overflow: hidden;
    
	height: 260px;
	width: 350px;
	border-style: solid;
    border-width: 1px;
    border-color: #BBB;
    box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.mobile-title {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 16px;
    font-weight: bold;
}

.mobile-twitch {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 17px;
    font-weight: bold;
}

.m-conteudo {
    text-align: justify;
    font-size: 11px;
}

.m-conteudo-l {
    text-align: left;
    font-size: 11px;
}

.instaprofile {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.insta {
    position: relative;
}

.likes {
  display: none;
}

.insta:hover .likes {
  display: block;
}

.likes {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 77px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 0;
}

.example-image-insta {
  box-shadow: 3px 3px 3px rgba(0,0,0,.5);
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.5);
  -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.5);
}

.font12 {
    font-size: 12px;
}

.marquee {
  width: 570px;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 30s linear infinite;
}

.marquee span:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.sub {
    border-radius: 15px;
}

.marquee2 {
  width: 345px;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px;
}

.marquee2 span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 30s linear infinite;
}

@keyframes marquee2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.mymeter {
	border: 1px solid #ccc;
    border-radius: 3px;
	width: 80px;
    height: 11px;
	animation: animate-stripes 2s linear infinite;
    background-image: linear-gradient(
      135deg,
      transparent,
      transparent 33%,
      rgba(0, 0, 0, 0.1) 33%,
      rgba(0, 0, 0, 0.1) 66%,
      transparent 66%
    );
    background-size: 50px 25px;
    box-shadow: 0 5px 5px -3px #999 inset;

}

.bar {
	display: inline;
	float:left;
	border: 1px solid #ccc;
    border-radius: 3px;
	width: 120px;
    height: 15px;
	animation: animate-stripes 2s linear infinite;
    background-image: linear-gradient(
      135deg,
      transparent,
      transparent 33%,
      rgba(0, 0, 0, 0.1) 33%,
      rgba(0, 0, 0, 0.1) 66%,
      transparent 66%
    );
    background-size: 50px 25px;
    box-shadow: 0 5px 5px -3px #999 inset;
}

@keyframes animate-stripes {
  to { background-position: -50px 0; }
}

.bar-value-red {
	border-radius: 3px;
    background-color: #FF0000;
    opacity: 0.6;
    float: left;
    box-shadow: inset -1px -5px 8px rgba(0,0,0,.6);
}

.bar-value-green {
    border-radius: 3px;
    background-color: #01b901;
    opacity: 0.6;
    float: left;
    box-shadow: inset -1px -5px 8px rgba(0,0,0,.6);

}

.bar-value-yellow {
    border-radius: 3px;
    background-color: #feff00;
    opacity: 0.6;
    float: left;
    box-shadow: inset -1px -5px 8px rgba(0,0,0,.6);
    
}