@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue.eot');
  src: local('☺'), url('../fonts/BebasNeue.woff') format('woff'), url('../fonts/BebasNeue.ttf') format('truetype'), url('../fonts/BebasNeue.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fontBebas {
  font-family: BebasNeue, Sans-Serif;
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

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

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

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

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

.corBranco {
  color: #FFF;
}

/* Wrapper for page content to push down footer */
.wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  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: #094628;
  /* Old browsers */
  background: url("../image/backgroundSP_P.png"), -moz-linear-gradient(-45deg, #094628 0%, #1b1815 100%);
  /* FF3.6-15 */
  background: url("../image/backgroundSP_P.png"), -webkit-linear-gradient(-45deg, #094628 0%, #1b1815 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url("../image/backgroundSP_P.png"), linear-gradient(135deg, #094628 0%, #1b1815 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#094628', endColorstr='#1b1815', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background-repeat: repeat-x;
  background-position: bottom center;
}

.wrap h1 {
  font-size: 45px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
}

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

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

.imgCabecalho {
  height: 169px;
  background-image: url("../image/logosCabecalhoG.png");
  background-repeat: no-repeat;
  background-position: center;
}

.cabecalho h1 {
  font-size: 70px;
  text-align: center;
}

.cabecalho p {
  font-size: 22px;
  line-height: 40px;
}

.conteudo {
  max-width: 700px;
}

header {
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2915c+0,c1ad8b+23,b79675+72,967936+100 */
  background: #b2915c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b2915c 0%, #c1ad8b 23%, #b79675 72%, #967936 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #b2915c 0%, #c1ad8b 23%, #b79675 72%, #967936 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #b2915c 0%, #c1ad8b 23%, #b79675 72%, #967936 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2915c', endColorstr='#967936', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  margin-top: -20px;
  text-align: center;
  padding: 90px 0 30px;
  border-bottom: 8px solid #b7823f;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

/* .botaoAutor:hover {
  background-image: url("../image/botao_autoresHover.png");
} */

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

/* .botaoAtividade:hover {
  background-image: url("../image/botao_atividadesHover.png");
} */

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

#pesquisa {
  width: 92%;
}

.quadroLetras {
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(8, 145, 75, 0.2);
  border: 1px solid #191f18;
}

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

.autorEscolhido,
.atividaEscolhida {
  width: 95%;
  height: 25px;
  padding: 10px;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(8, 145, 75, 0.2);
  border: 1px solid #CCC;
  color: #24af0c;
}

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

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

.listaOpcoes {
  cursor: pointer;
  background: #fff0d9;

}

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

.selos {
  height: 100px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.seloBr {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  display: inline-block;
  background-image: url("../image/selo24ptBr_G.png");
  background-repeat: no-repeat;
  background-position: center;
}

.seloIng {
  width: 100px;
  height: 100px;
  margin-left: 10px;
  display: inline-block;
  background-image: url("../image/selo24ptIng_G.png");
  background-repeat: no-repeat;
  background-position: center;
}

.logos {
  max-width: 768px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  font-weight: 200;
}

.promocao,
.afiliadas {
  display: inline-block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
}

.promocao {
  margin-right: 30px;
}

.afiliadas {
  margin-left: 30px;
}

.abp {
  width: 92px;
  height: 45px;
  background-image: url("../image/logoABP_P.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
}

.afliada {
  width: 176px;
  height: 45px;
  background-image: url("../image/logosAfiliada_P.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
}

.voltar {
  margin: 15px 0 35px 0;
  color: #825427;
}

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

footer {
  height: 100px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2915c+0,c1ad8b+23,b79675+72,967936+100 */
  background: #b2915c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b2915c 0%, #c1ad8b 23%, #b79675 72%, #967936 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #b2915c 0%, #c1ad8b 23%, #b79675 72%, #967936 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #b2915c 0%, #c1ad8b 23%, #b79675 72%, #967936 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2915c', endColorstr='#967936', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  margin-bottom: -40px;
  -webkit-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.27);
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 800px) {
  header {
    padding: 50px 0 30px 0;
  }
}


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

  #god {
    width: 560px;
    float: left;
  }

  .barra {
    display: block;
  }

  .imgCabecalho {
    height: 121px;
    background-image: url("../image/logosCabecalhoP.png");
    background-repeat: no-repeat;
    background-position: center;
  }

  .wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  footer {
    margin-top: -20px;
    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;
  }

}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 600px) {
  footer {
    height: 190px;
  }

  .logos {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
  }

  .promocao {
    display: block;
    width: 240px;
    margin: 0 auto;
    text-align: center;
  }

  .afiliadas {
    display: block;
    width: 240px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
  }

}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 480px) {
  header {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .selos {
    margin-bottom: 30px;
  }

  footer {
    height: 190px;
  }

  .logos {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
  }

  .bacalhau {}

  .promocao {
    display: block;
    width: 240px;
    margin: 0 auto;
    text-align: center;
  }

  .afiliadas {
    display: block;
    width: 240px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
  }

  .imgCabecalho {
    height: 237px;
    background-image: url("../image/logosCabecalhoPP.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}