
  body, html{
    font-family: 'nslight', sans-serif;
    font-style: normal;
    color:#fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}






/* HEADER ============================*/ 
header{
    background: url(../img/bg-topo.jpg)  #001624;
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 60px;

}

header #logoCamp {
    max-width: 1154px;
    margin: 0 auto 0;
    position: relative;
    padding-left: 0;
}

header #logoCamp .seloCaixa{
    position: absolute;
    top:30px;
    right: 0;
}


#logoCamp #Scene {
    position: relative;
    max-width:  1151px;
    margin: 0 auto;
  }
  #logoCamp #Scene .AnimeParticipantes > figure{
    position: absolute;
  }


header:after {
    content: '';
    background: url(../img/sombra-cima.png) top center no-repeat;
    bottom: 0;
    width: 100%;
    height: 23px;
    position: absolute;
}
header .infosTopo{
    color:#541c0f;
}
header .infosTopo h2{
    font-family: 'nsultra';
    font-size: 3em;
}
header .infosTopo p{
    font-family: 'nsregular';
    font-size: 2em;
    margin:0 0 5px 0;
    line-height: 1em;

}
header .infosTopo h3{
    font-family: 'nsmedium';
    font-size: 1.8em;
    letter-spacing:.20em;
}

header .infosTopob h2{
    font-family: 'nsmedium';
    font-size: 4.2em;
     letter-spacing:-.08em;
     line-height:.91em;
     -ms-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.267));
-webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.267));
-moz-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.267));
-o-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.267));
filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.267));
}
header .infosTopob h2 span{
    font-size: 115%;
    
}


/* CONTEUDO ===============================*/


.marcas{
    background:url(../img/bg-marcas.jpg) no-repeat;
    background-position: 50% 50%; 
    padding:40px 0;
}

.marcas figure{
    margin:0;
}

.lista{
    background:#ffc000;
    padding: 60px 0;
    text-align: center;
}

.comoParticipar{
    background:url(../img/bg-meio.jpg) no-repeat #e14911;
    background-position: 50% 50%; 
    padding:60px 0;
}
.comoParticipar h3{
    padding: 15px 30px 15px 30px;
    font-family: 'nsregular';
}
.comoParticipar h3 span{
    font-family: 'nsultra';
}

.comoParticipar .infos{
    margin-top: 40px;

}

.comoParticipar .infos p {
    margin: 5px;
}



.premios{
    background:url(../img/bg-meio2.jpg) no-repeat #01276a;
    background-position: 50% 50%; 
    padding:120px 0;
    
}

.premios h2 {
    font-size: 3em;
    text-align: center;
    font-family: 'nsregular';
    margin: 0 0 40px 0;
}

.premios span{
    font-size: 4em;
    text-align: center;
    font-family: 'nsultra';

}

.premios .pa {
    position: relative;
    margin: 0 auto;
    /* max-width: 372px; */
    /* height: 436px; */
  }
  
  .premios .pa img {
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
  }
  .premios .pa img.top{
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0;
  }
  
  .premios .pa img.top:hover {
    opacity:1;
  }
  

  .regulamento{
      background: url(../img/bg-regulamento.jpg) no-repeat #ffc000;
      background-position: 50% 50%; 
      padding: 80px 0;
  }

  .regulamento .bd-regulamento {
    width: 100%;
    padding: 0 20px;
}


.regulamento .scrollspy-regulamento {
    position: relative;
    height: 500px;
    margin-top: .5rem;
    overflow: auto;
    background: #ffdb62;
    padding: 20px;
    color:#000;
}

.regulamento .scrollspy-regulamento h4{
    font-family: 'nsregular';
    font-size: 1.2em;
}

.regulamento .navbar{
    color:#000;
    background:#ff8a00;
}
.regulamento .navbar h2{
    font-size: 1.4em;
    font-family: 'nsmedium', Courier, monospace;
    text-align: center;
}




/* FOOTER ================================ */
.footer{
    background: #012564;
    padding-top: 50px;
}
.footer .ass{
    padding:10px 0;
    background: #061c44;;
    margin-top: 30px;
}
.footer h6{
    font-size: .81em;
}





@media (max-width:420px){
    header #logoCamp .seloCaixa {
        display:none;
    }

    header .infosTopo h2 {
    font-size: 2.6em;
    line-height:.91em;
    margin-bottom:6px;
}
header .infosTopo h3 {
    font-family: 'nsmedium';
    font-size: 1.3em;
    letter-spacing: .20em;
}

header .infosTopob h2{
  margin-top:15px;
    font-family: 'nsmedium';
    font-size: 3em;
    letter-spacing:-.08em;
    line-height:.91em;
}

.premios h2 {
    font-size: 1.7em;
}

.regulamento .navbar h2 {
    font-size: 1.2em;
}

.regulamento .scrollspy-regulamento h4 {
    font-family: 'nsregular';
    font-size: 1.0em;
}



}




@media (min-width: 421px) and (max-width: 580px){
    header #logoCamp .seloCaixa {
        display:none;
    }

    header .infosTopo h2 {
    font-size: 2.3em;
    line-height:.91em;
    margin-bottom:6px;
}
header .infosTopo p {
    font-family: 'nsregular';
    font-size: 1em;
    margin: 0 0 5px 0;
}
header .infosTopo h3 {
    font-family: 'nsmedium';
    font-size: 1.3em;
    letter-spacing: .20em;
}

header .infosTopob h2{
  margin-top:15px;
    font-family: 'nsmedium';
    font-size: 4em;
    letter-spacing:-.08em;
    line-height:.91em;
}

.premios h2 {
    font-size: 1.7em;
}

.regulamento .navbar h2 {
    font-size: 1.2em;
}

.regulamento .scrollspy-regulamento h4 {
    font-family: 'nsregular';
    font-size: 1.0em;
}



}


@media (min-width: 768px) and (max-width: 992px){

    header .infosTopo h2 {
        font-size: 2.3em;
        line-height:.91em;
        margin-bottom:6px;
    }
    header .infosTopo p {
        font-family: 'nsregular';
        font-size: 1.4em;
    line-height: 1.2em;
        margin: 0 0 5px 0;
    }
    header .infosTopo h3 {
        font-family: 'nsmedium';
        font-size: 1.3em;
        letter-spacing: .20em;
    }
    
    header .infosTopob h2{
      margin-top:15px;
        font-family: 'nsmedium';
        font-size: 3.6em;
        letter-spacing:-.08em;
        line-height:.91em;
    }

    .comoParticipar h3 {
    font-size: 1.8em;
}

}