:root{
  --Am:#ffe900;
}
/*   SOCIAL ICONS
=================================================== */
@font-face {
    font-family: 'Social-Circles';
    src:url('../font/Social-Circles.ttf.woff') format('woff'),
        url('../font/Social-Circles.ttf.svg#Social-Circles') format('svg'),
        url('../font/Social-Circles.ttf.eot'),
        url('../font/Social-Circles.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

.navbar-default {
    background-color: #00000075;
    border-color: #e7e7e700;
}
.navbar {
    /* position: relative; */
    /* min-height: 60px; */
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-default .navbar-nav>li>a {
    color: var(--Am);
    font-size:1em;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.btn-lista{
  background: #061d57;
  padding: 20px;
  margin-top: 50px;
  font-size: 3em;
  display: inline-block;
  color: #fff;
}

.btn-lista:hover{
  background: #1c3e96;
  color: #fff;

}

body {
  width: 100%;
  height: 100%;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  background-color: #000;
  font-weight: 400;

}

html {
  width: 100%;
  height: 100%;
}


h1, h2, h3{
  margin: 0;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}
.social{
  font-family: 'Social-Circles';
  font-size: 2.3em;
  padding: 0;
  height: 40px;
  list-style-type: none;
}

.social > li {
  display:inline-block;
  padding:0 3px
}

.social > li >a{
  color:var(--Am);
  /* font-size: 1em; */
}
.social > li > a:hover{
  color:#fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #29292900;
}


#intro {
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
  color: white;
  background: url(../img/fundo-topo.gif) no-repeat bottom center scroll;
  background-color: #232e5f;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 80px 0 120px 0;
}

#intro #Scene {
  position: relative;
  max-width:  1277px;
  margin:  0 auto;
}

#Scene .AnimeParticipantes > figure{
  position: absolute;
}

#Premios{
  background: var(--Am);
}
#Premios h3 {
    line-height: 2.3em;
    color: #172a60;
    font-weight: 700;
}

#Premios span.icon {
    background: #172a60;
    padding: 3px 15px;
    border-radius: 50%;
    font-size: 1em;
    font-weight: 700;
    margin-right: 10px;
    color: #fff;
}



#Premios .presente{
  max-width: 400px;
  margin: -80px auto 0;
}
#Participantes > .BgItem{
  background: url(../img/fundo-carinhas.gif) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 40px 0 0 0;
}
#Participantes .BgItem .Sb{
  max-width: 1602px;
  margin: 0 auto;
  margin-top: 40px;
}

#Participantes .BgItem .avatar{
  max-width: 206px;
  margin: 0 auto;
}
#Participantes .BgItem .Nomes{
  margin-top: 40px;
}
#Participantes .BgItem .Nomes > h2{
  font-size:3.4em;
  font-weight:700;
}

#Participantes .BgItem .social{
  margin-bottom: 50px;
}

#Produtos{
  background: var(--Am);
  padding: 70px 0;

}
#Produtos h2{
  color:#061d57;
  font-weight:700;
  font-size:4em;
  padding:0 0 50px 0;
}

#Produtos .ItemPro{
  margin: 0 30px;
  background: #fff;
}
#Produtos .ItemPro figcaption {
    background: #061d57;
    font-size: 1.9em;
    padding: 7px;
    color: #fff;
    line-height: 1.2em;
}
#Produtos .ItemPro:hover figcaption {
  background:#224294;
}

footer{
  padding: 30px 0;
}

footer .ftb {
  margin: 20px 0;
}
footer .logo_k{
  max-width: 294px;
  margin: 0 auto;
}

footer .logo_lt{
  max-width: 221px;
  margin: 0 auto;
  padding:20px 0 0 0;
}

@media (max-width: 520px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e700;
}
.navbar-default .navbar-brand {
    color: #777;
    max-width: 200px;
}

#Premios h3 {
    line-height: 1.4em;
    color: #172a60;
    font-weight: 700;
    font-size: 1.em;
}
#Premios span.icon {
    background: #172a60;
    padding: 3px 10px;
    border-radius: 50%;
    font-size: .7em;
    font-weight: 700;
    margin-right: 10px;
    color: #fff;
}
}