body {
    width: 100%;
    height: 100%;
    background-color:black;
    color:#cccccc;
    /*overflow-x:hidden;*/
    /*font-family: 'Roboto Condensed', sans-serif;*/
    /*font-size:medium;*/
}

html {
    width: 100%;
    height: 100%;
}

h2 {
    margin-top:2px;
    padding-top:2px;
}

h3 {
    margin-top:2px;
    padding-top:2px;
}

/* unvisited link */
a:link {
    color: #cccccc;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: #cccccc;
    text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #ffffff;
    text-decoration:none;
}

/* selected link */
a:active {
    color: #cccccc;
    text-decoration:none;
}

.navbar-brand>img {
  height: 30px;
  width: auto;

  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*footer {
    background-color:black;
}*/

header {
    position: relative;
    width: 100%;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: top;
    /*background-image: url('../img/divulgacao_2016_muqueta_banner.jpg');*/
    /*background-image: url('http://www.imica.net/uploaded_files/brahma6/Brahma6Photo.jpg');*/

    opacity: 0;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;

    margin-top:35px;
 }

header.load {
    opacity: 1;
}

header .header-content {
  position: relative;
  padding: 150px 15px 150px;
}

@media (min-width: 768px) {
    nav.navbar {
        background-color: transparent;
        background: transparent;
        border-color: transparent;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    nav.navbar.shrink {
      background-color:rgba(0, 0, 0, 0.5);
      background:rgba(0, 0, 0, 0.5);
      border-color: rgba(0, 0, 0, 0.5);
    }


    .navbar-brand>img {
      height: 120px;
      width: auto;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
    
    nav.shrink .navbar-brand>img {
      height: 30px;
      width: auto;
    }

    header {
        min-height: 100%;
        margin-top:0px;
      }

    header .header-content {
        position: absolute;
        height:100%;
        width:100%;
      }
}

@media (min-width: 1500px) {
   .navbar-brand>img {
      height: 180px;
      width: auto;
      margin-top:0px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
}

body.is-loading {
    overflow:hidden;
}

#preloader  {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: black;
     z-index: 99999;
     height: 100%;
 }

#preloaderstatus  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
     text-align:center;
 }

@keyframes flickerAnimation {
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0; }
}
#preloaderstatus.is-loading {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
   animation: flickerAnimation 2s infinite;
}

.bg_flor_grd {
    width: 100%;
    padding: 50px 0;
    background: url(../img/bg_flor.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg_concrete {
    width: 100%;
    padding: 50px 0;
    background: url(../img/bg_concrete.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg_concrete2 {
    width: 100%;
    padding: 50px 0;
    background: url(../img/bg_concrete2.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.bg_concrete_light {
    width: 100%;
    padding: 50px 0;
    background: url(../img/bg_concrete_light.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*color:black;*/
}

.bg_engine {
    width: 100%;
    padding: 50px 0;
    background: url(../img/bg_clipe_engrenagem.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg_favela1 {
    width: 100%;
    padding: 50px 0;
    background: url(../img/bg_clipe_revolta.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.gradient_black {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.row-bg-hover {
    margin:0;
    padding:0;
}

.row-bg-hover:hover{
    background: rgba(119,119,119,0.09);
   -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.bgopaco{
    /*background: rgba(119,119,119,0.09);*/
    background-image:url(../img/bg_opaco.png);

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: top;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img-overlay {
    position: relative;
    max-width: 100%;
}



.youtube-overlay {
    vertical-align:text-bottom;
    text-align:right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index:5;
}

.img-youtube-ol{
    width:85%;
}

.barata-overlay {
    vertical-align:text-bottom;
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index:5;
    background-image:url(../img/BARATACD.png);
}

.logos-section-bottom {
    padding-left: 4%; 
    padding-right: 4%;
}

@media (min-width: 992px) {
    .logos-section-bottom {
        padding-left: 10%; 
        padding-right: 10%;
    }

    .img-youtube-ol{
    width:100%;
}
}

.parceiros_home{
    border-bottom: 1px solid gray;
    padding-bottom: 30px; 
}

.links-section-bottom {
    /*margin-top: 45px;*/ 
    /*padding-top: 30px;*/ 
    padding-left: 5%; 
    padding-right: 5%; 
}

/*@media (min-width: 768px) {
    .links-section-bottom {
        padding-left: 5%; 
        padding-right: 5%; 
    }
}*/

@media (min-width: 992px) {
    .links-section-bottom {
        padding-left: 13%; 
        padding-right: 13%; 
    }
}

.social-media-icon {
    margin-top:10%;
}

.social-media-icon img{
 padding:0%;
 opacity: 0.7;
padding:20%;
}

.social-media-icon img:hover{
 opacity: 1;
}

.logo-bottom{
    padding:10%;
}

@media (min-width: 768px) {
    .social-media-icon img{
     padding:0;
    }
}

@media (min-width: 992px) {
    .social-media-icon img{
     padding:10%;
    }
}

.logo-diablo-voice{
    max-width: 35%; 
    height: auto;

        padding-left:4%;
    padding-right:4%;
}

@media (min-width: 768px) {
    .logo-diablo-voice{
        max-width: 40%; 
        padding-left:0;
        padding-right:0;
    }
}

.logo-diablo-voice-voice{
    /*float: right;*/
}

@media (min-width: 768px) {
    .logo-diablo-voice-voice{
        float: right;
    }
}


.facebookvideo {
    border:none;
    overflow:hidden; 
    width:100%; 
    height:170px;
    max-width:395px;
}


@media (min-width: 321px) {
    .facebookvideo {
        height:230px;
    }
}


@media (min-width: 768px) {
    .facebookvideo {
        height:190px;
    }
}

@media (min-width: 992px) {
    .facebookvideo {
        height:190px;
    }
}

@media (min-width: 1200px) {
    .facebookvideo {
        height:230px;
    }
}

.red{
   background-color:red;
}

.agenda{
    padding-top:20px;
}

@media (min-width: 992px) {
    .agenda{
        padding-top:0;
    }
}

.agenda-table{
    width: 200px; 
    display: table;
     margin: 0 auto;
}

@media (min-width: 768px) {
    .agenda-table{
        width: 300px; 
    }
}

@media (min-width: 992px) {
    .agenda-table{
        width: 200px; 
    }
}

@media (min-width: 1200px) {
    .agenda-table{
        width: 250px; 
    }
}

.agenda-row{
    display: table-row;
    text-align:center;
}

.agenda-data{
    width: 40px; 
    display: table-cell;
}

.agenda-local{
    display: table-cell;
}


@font-face { font-family: DaysLater; src: url('../fonts/28DaysLater.ttf'); } 
.fonte_gasta {
font-family: DaysLater;
/*font-size:50pt;
color:white;*/

}

@font-face {
    font-family: brasileirosfont;
    src: url('../fonts/brasileirosfont.ttf');
}
.fonte_brasileiros {
    font-family: brasileirosfont;
    /*font-size:50pt;
color:white;*/
}

.img_100width{
    width:100%;
}

.titulo {
    font-size:45px;
}

.container-full {
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
}


.shadow{
    -webkit-box-shadow: 10px 10px 41px 1px rgba(0,0,0,0.6);
    -moz-box-shadow: 10px 10px 41px 1px rgba(0,0,0,0.6);
    box-shadow: 10px 10px 41px 1px rgba(0,0,0,0.6);
}




.brighten img {
    -webkit-filter: brightness(100%) grayscale(10%);
    filter: brightness(100%) grayscale(10%);  
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 
.brighten img:hover {
    filter: brightness(120%) grayscale(0%);
    -webkit-filter: brightness(120%) grayscale(0%);

    
}

.brasileiros_bg {
    background: url(../img/brasileiros_poster_bg.jpg) no-repeat center center scroll;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #000;
}

.blatta_brasilia_bg{
    background: url(../img/blatta_poster_bg.jpg) no-repeat center center scroll;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #000;
}

.lobisomem_bg{
    background: url(../img/lobisomem_poster_bg.jpg) bottom center no-repeat #fff;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #000;
}

.samba_maria_bg{
    background: url(../img/samba_de_maria_poster_bg.jpg) no-repeat center center scroll;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #000;
}

.sangue_no_zoio_bg{
    background: url(../img/sangue_no_zoio_poster_bg.jpg) no-repeat center center scroll;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #000;
}

.revolta_bg {
    background: url(../img/revolta_poster_bg.jpg) no-repeat center center scroll;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #000;
}


.padding_top_logo {
    padding-top:70px;
}

.text-contact{
    font-size:16px;
}

.whatsapp_contact {
    width:40px;
    height:40px;
}

@media (min-width: 768px) {
    .text-contact {
        font-size: 14px;
    }

    .whatsapp_contact {
        width: 25px;
        height: 25px;
    }
}


.bordas_top {
    border-top: solid 1px #777777;
}

.bordas_bottom{
    border-bottom:solid 1px #777777; 
}

.bg_escuro_transparente {
    background:rgba(0, 0, 0, 0.4);
}

.bg_escuro_transparente_hover:hover {
     background:rgba(0, 0, 0, 0.6);
}

.margem_linhas{
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
}



.btnLinksCD {
    color: #ffffff;
    background: #777777;
    padding: 5px 5px 5px 40px;
    text-decoration: none;
    display:inline-block;
    width:99%;
    background-size: 20px 20px;
    background-repeat:   no-repeat;
    background-position: 5px center;   
    margin-top:1px; 

}

.btnLinksCD:hover {
    background-color: #000000;
    text-decoration: none;
} 

.btn_soundcloud{
   background-image:url(../img/soundcloud.png);
}

.btn_deezer{
   background-image:url(../img/deezer.png);
}

.btn_spotify{
   background-image:url(../img/spotify.png);
}


.btn_itunes{
   background-image:url(../img/apple.png);
}

.btn_download{
   background-image:url(../img/download.png);
}

.btn_amazon{
   background-image:url(../img/amazon.png);
}

.btn_googleplay{
   background-image:url(../img/googleplay.png);
}

.btn_informacoes{
   background-image:url(../img/info.png);
}

.btn_youtube{
   background-image:url(../img/youtube.png);
}



.remove_padding_lateral {
    padding-left:0px;
    padding-right:0px;
}

.bg_flor {
    width: 100%;
    background: url(../img/flor_transparente.png) no-repeat top center scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
}

.bg_barata {
    width: 100%;
    background: url(../img/blatta_transparente.png) no-repeat top center scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
}

.bg_lobisomem {
    width: 100%;
    background: url(../img/lobisomem_transparente.png)  no-repeat top center scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;

}


.bg_phone {
    width: 100%;
    padding: 0 0;
    background: url(../broken-telephone-copy.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.bg_chifre {
    width: 100%;
    padding: 50px 0;
    background: url(../b1.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.brighten_extreme img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);  
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 
.brighten_extreme img:hover {
    filter:  grayscale(0%);
    -webkit-filter: grayscale(0%);

    
}


.semmargempequeno {

}


@media (max-width: 768px) {
    .semmargempequeno {
        padding:0;
    }
}




.botoeshome {
    background: rgba(0,0,0,0.6);
    border-radius: 42px;
    border: 1px solid #9d9d9d;
    display: inline-block;
    cursor: pointer;
    color: #9d9d9d;
    font-family: Arial;
    font-size: 17px;
    padding: 9px 35px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000000;
    opacity: 0.7;
    moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    width:170px;
}

.botoeshome:hover {
    background: rgba(0,0,0,0.9);
    border: 1px solid #fff;
    opacity: 0.95;
}

/*.botoeshome:active {
    position: relative;
    top: 1px;
}*/

