/* Estilo para o box flutuante */
.online-box {
  position: fixed; /* Fica sempre visível na tela */
  bottom: 20px; /* Posicionado a 20px do rodapé */
  right: 20px; /* Posicionado a 20px da borda direita */
  background-color: #4CAF50; /* Cor de fundo atraente */
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: background-color 0.3s, transform 0.3s;
  z-index: 1000; /* Garante que fique sobre outros elementos */
}

/* Efeito ao passar o mouse */
.online-box:hover {
  background-color: #45a049;
  transform: translateY(-2px);
}

/* Estilo para o texto "Total online:" */
.online-box .label {
  margin-right: 10px;
  font-weight: bold;
}

/* Estilo para o link dos números online */
.online-box .online-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  transition: color 0.3s, transform 0.3s;
}

.online-box .online-link:hover {
  color: #ffd700; /* Cor dourada ao passar o mouse */
  transform: scale(1.1);
}

body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0; /* Já que estamos falando de espaçamento */
}
.logo-servidor {
    position: fixed !important;
    top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 999 !important;
    text-align: center;
    background: transparent; /* opcional, para evitar fundo indesejado */
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:25px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:1px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Arial, Helvetica, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}