@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);

.fontBebas {
    font-family: 'Roboto', sans-serif;
}

html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  /* The html and body elements cannot have any padding or margin. */
}

.barra {
  /* display: none; */
}

#god {
  width: 250px;
  margin: 0 auto;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.corBranco {
  color: #043F1D;
}

/* Wrapper for page content to push down footer */
.wrap {
  height: auto !important;
  margin: 0 auto -80px; /* altura do footer */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#094628+0,1b1815+100 */
  background: #FFF; /* Old browsers */
}

.wrap h1 {
  font-size: 45px;
  line-height: 40px;  
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px; 
  color: #043F1D;
}

.wrap h2 {
  font-size: 20px;
  line-height: 30px;    
  text-align: center;  
}

.wrap h3 {
  font-size: 14px;
  line-height: 24px;    
  text-align: center;  
}

.conteudo {
  max-width: 700px;
}

.page {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    /* display: table; */
}

header {
  width: 100%;
  background: #fff;
  background-image: url("../image/header-bg.png");
  display: block;
}
  
header .page {
    margin-top: 75px;
    height: 500px;
    color: #043F1D;
}

header div.logo {
	margin-top: 25px;
	text-align: center;
	display: inline-block;
}

header div.logo img{
	width: 370px;
}

header div.evento {
    margin-top: 125px;
    text-align: right;
}

header .evento p.titulo {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0px;
}

header .evento p.subtitulo {
	font-size: 18px;
	line-height: 26px;
	font-family: 'Roboto Condensed', Sans Serif;
}

header div.local {
    margin-top: 145px;
    text-align: left;
}

header .local p.titulo {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 8px;
}

header .local p.subtitulo {
	margin-top: 0px;
	font-size: 28px;
	letter-spacing: -0.8px;
}


.menuPrincipal {
  margin: 0 auto;
  text-align: center;
}

.botaoAutor, .botaoAutor:hover, .botaoAtividade, .botaoAtividade:hover {
  display: inline-block;
  width: 278px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center;  
}

.botaoAutor {
  background-image: url("../image/botao_autores.png");
}

.botaoAtividade {
  background-image: url("../image/botao_atividades.png");
}

.botaoPrincipal {
  width: 250px;
  height: 70px;
  font-weight: bold;
  margin: 5px;
}

.quadroLetras {
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  background: #FED087;
  border: 0px;
}

.letras {
  width: 60px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin: 5px;
  background: #043F1D;
  color: #fff;
}

.letras:hover {
	background: #09883F;
}

.autorEscolhido, .atividaEscolhida {
  width: 100%;
  padding: 10px;
  font-weight: bold;
  background: #FED087;
  border: 0px;
  color: #000;
}

.erroAutor {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  color: #043F1D;
}

.rolagem {
  overflow: auto;
  max-height: 400px;
  padding: 0px;  
}

#listaAutores {
	width: 100%;
}

.listaOpcoes {
  cursor: pointer;
  background: #D1FCE3;
}

.listaOpcoes a {
  text-decoration: none;
  color: #010B2C;
}

.listaOpcoes a:hover {
  color: #fff;
}

.table-hover tbody tr:hover td {
    background: #077837;
	color: #fff;
}


.voltar {
	margin: 15px 0 35px 0;
	background: #043F1D;
	color: #fff;
}

.voltar:hover {
	background: #09883F;	
}

.push {
  height: 60px; /* altura do footer */
}

footer {
	height: 360px;
    padding-top: 50px;
    margin-top: 30px;
    position: relative;
    background: #fff
}

footer .rod-logo {
    display: inline-block;
    background-color: #fff;
    margin-right: 60px;
}
footer .page.pat {
    margin-bottom: initial;
    text-align: center;
}

footer .page {
    margin: 25px auto 50px;
    background: url(../image/linha-rod.jpg) center repeat-x;
}

footer .pat-img img {
    padding: 0px 20px;
}

footer .pat-img {
    text-align: center;
    margin-bottom: 40px;
}

footer img {
    background-color: #fff;
    padding: 0px 15px 0px 0px;
    vertical-align: middle;
	margin: 0 auto;
	text-align: center;
}

footer p {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    font-family: 'Roboto Condensed', Sans Serif;
    background: #fff;
    padding: 5px 20px 0px;
    margin-right: 0px;
    vertical-align: middle;
}

@media (max-width: 1199px) {
header {
	margin-top: 0px;
}
  
header .page {
    margin-top: 75px;
    height: 450px;
    color: #043F1D;
}

header div.logo img{
	width: 350px;
}

header .evento p.titulo {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}

header .evento p.subtitulo {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Roboto Condensed', Sans Serif;
}

header div.local {
	margin-left: 30px;
}

header .local p.titulo {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}

header .local p.subtitulo {
	font-size: 17px;
}
}



/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 768px) {
header {
  margin-top: 200px;
}

header .page {
    height: 300px;
}
	
header {
    padding: 20px 0 30px 0; 
  }

header div.evento {
    margin-top: -220px;
    text-align: center;
}
  
header .evento p.titulo {
    font-size: 16px;
    line-height: 18px;
	margin-bottom: 5px;
}

header .evento p.subtitulo {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: -10px;
}

header div.local {
    margin-top: 10px;
    text-align: center;
}

header .local p.titulo {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

header .local p.subtitulo {
	margin-top: 0px;
	font-size: 16px;
}

header .logo {
	width: 100%;
	display: block;
	text-align: center;
}

header div.logo img {
	width: 250px;
	margin: 0 auto;
}
 
.wrap{
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;   
  }
 
.wrap h1 {
    font-size: 32px;
    line-height: 28px;
    text-align: center;
  }

  .wrap h2 {
    font-size: 18px;
    line-height: 20px; 
    text-align: center;
  }

  .wrap h3 {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
  }

  .cabecalho h1 {
    font-size: 40px;
  }

  .cabecalho p {
    font-size: 16px;
    line-height: 24px;
  }
}
