﻿@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
@import url(http://fonts.googleapis.com/css?family=Bitter:400);

html,body {
	height:100%;
    background:center no-repeat fixed url('../img/fundo.jpg');
    background-size: cover;
    color:#444;
    font-family: 'Lato', sans-serif;
}

@media (min-width:768px) {
    h1 {
        font-size:68px;
    }
}

a {
    color:#999;
}

a:hover {
    color:#111;
}

.btn,.well,.panel {
    border-radius:0;
}

.btn-danger {
    background-color:#0d4b72;
}

.text-danger, a.text-danger {
    color:#0d4b72;
}

.btn-huge {
    padding:17px 22px;
    font-size:22px;
}

.lato {
    font-family: 'Lato', sans-serif;
}

.bitter {
    font-family: 'Bitter', serif;
}

.icon-bar {
	background-color:#fff;
}

.navbar-trans {
	background-color: rgba(0,0,0,0.7);
    color:#cdcdcd;
    border-width:0;
}

.navbar-trans .navbar-brand, .navbar-trans >.container-fluid .navbar-brand {
    padding: 14px;
    color:#0d4b72;
}

.navbar-trans li>a:focus,.navbar-trans li.active {
	background-color:#0d4b72;
	color:#333;
}

.navbar-trans li>a:hover {
	background-color:#0d4b72;
	color:#fff;
	opacity:0.5;
}

.navbar-trans a{
    color:#cdcdcd;
    letter-spacing:1px;
}

.navbar-trans .form-control:focus {
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-left: -15px;
  display: block;
  padding: 7px;
  text-align: center;
  z-index:-1
}

.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 2em;
  right: 2em;
}

.scroll-up a {
  background-color: rgba(135, 135, 135, 0.5);
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

section {
	padding-top:70px;  
    padding-bottom:50px;
    min-height:100%;
    min-height:calc(100% - 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* Centralização responsiva */
@media (min-width:768px) {
    .v-center {
        height: 50%;
        overflow: visible;
        margin: auto;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
    }
}

/* -----------------------
   Seções alternadas
----------------------- */

/* Ímpares – mais destaque */
#section1, #section3, #section5, 
#downloads, #noticias {
    background-color: rgba(0,0,0,0.85);
    color:#fff;
    font-family: 'Bitter', serif;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    margin-bottom: 20px; /* garante espaçamento entre blocos */
}

/* Pares – mais leves */
#section2, #section4, #section6, 
#sobre, #ranking, #cadastro {
    background-color: rgba(0,0,0,0.7);
    color:#fff;
    font-family: 'Bitter', serif;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin-bottom: 20px; /* garante espaçamento entre blocos */
}

#ranking {
	padding-bottom:40px;
    height: auto; /* evita ocupar 1000% e emendar */
}

#cadastro {
  padding-bottom:40px;
  height:auto; /* evita colar com outras seções */
}

footer {
	background-color: rgba(0,0,0,0.7);
  	color:#ddd;
  	padding-top:20px;
  	padding-bottom:10px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: auto; /* ativa rolagem */
}

/* bloco que cobre toda a página */
.site-wrapper {
    background: rgba(0,0,0,0.6); /* preto 60% transparente */
    min-height: 100%;
    width: 100%;
    overflow: auto;
}
/* Section 1 mais translúcida */
#section1 {
    background-color: rgba(0,0,0,0.4); /* mais transparente */
    color:#fff;
    font-family: 'Bitter', serif;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    margin-bottom: 20px;
}
/* Customização dos paineis de Download */
.panel {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.2s, box-shadow 0.2s;
}

.panel:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.panel-heading {
    border-radius: 12px 12px 0 0;
    background: linear-gradient(135deg, #337ab7, #23527c);
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}

.panel-body {
    background: #fafafa;
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
}

.panel-body a {
    display: inline-block;
    margin: 6px 0;
    padding: 8px 15px;
    background: #337ab7;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s;
}

.panel-body a:hover {
    background: #23527c;
}
#section4 .info-box {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    color:  #fff; /* texto branco */
    min-height: 420px;   /* todas as caixas ficam do mesmo tamanho */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#section4 .info-box h3 {
    background: #1e73be;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-top: 0;
}

/* impede "pulos" ao clicar nos textos */
#section4 .info-box a {
    color: inherit;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}
/* Caixa de download no mesmo estilo das informações do servidor */
#section2 .info-box {
    background: rgba(0, 0, 0, 0.7); /* fundo translúcido escuro */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    color: #fff; /* texto branco */
    min-height: 320px; /* mantém altura proporcional */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

/* Título dentro das caixas de download */
#section2 .info-box h3 {
    background: #1e73be;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-top: 0;
}

/* Botões dentro das caixas */
#section2 .info-box a.btn {
    background: #1e73be;
    color: #fff;
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

#section2 .info-box a.btn:hover {
    background: #145a92; /* tom mais escuro no hover */
}
