








 @media (min-width: 924px) {
     #logo_mkmusic_branco {
         display: none;
     }
 }
 @media (max-width: 923px) {
   body>header {
       width: 100vw;
       height: auto;
       z-index: 9999;
       background: #29879e;
       position: fixed;
       top: 0;
       display: inline-block;
   }
   body > header > div {
       margin: 0 auto;
       width: 100%;
   }
#logo_mkmusic, #logo_mkmusic_branco {
         height: 67px;
     }
#logo_mkmusic_branco{
      display: block;
}
#logo_mkmusic{
      display: none;
}
.active{
   display:block;
}
  body > header > div nav {
    float: left;
    background: #1b323b;
    width: 100%;
    height: 306px;
    margin: 0;
}
body > header > div nav{
   display:none;
}
    body > header > div nav #Navigation ul.unfixed {
        position: initial;
        padding: 0 0 10px 0;
    }
body > header > div nav #Navigation.fixed {
    position: initial;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background: transparent;
}
body > header > div nav #Navigation ul.fixed {
    width: 100%;
    position: initial;
    margin: 0;
    padding: 0 0 10px 0;
}
    body > header > div nav #Navigation {
       position: initial;
       width: 100%;
       height: auto;
   }
   body > header > div nav #Navigation ul li {
       float: none;
       display: inline-block;
       width: 100%;
   }
   body > header > div nav #Navigation ul li a {
       padding: 10px 0 0 0px;
   }
   #menu_open {
       width: 40px;
    height: 40px;
    cursor: pointer;
    top: 20px;
    right: 12px;
    float: right;
    position: absolute;
    z-index: 9999;
   }
#menu_open:before {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 10px 0 0 7px;
    box-shadow: 0px 8px 0px #fff, 0px 16px 0px #fff;
}
/* FOOTER *************************************************************/
footer {
         margin: 0 !important;
     }
     body>div.conteudo-home>footer div .coluna-mkmusic, body>div.conteudo-home>footer div .coluna-grupomk, body>div.conteudo-home>footer div .coluna-institucional {
         display: inline-block;
         float: none;
         width: 88%;
         border-right: 1px;
         padding: 0 0 0px 20px;
         margin: 0 0 20px 0;
         height: auto;
     }
     body>div.conteudo-home>footer {
         height: auto;
         display: inline-block;
     }
     body>div.conteudo-home>footer div {
         height: auto;
         width: 100%;
     }
     body>div.conteudo-home>footer div .coluna-cadastro-newsletter {
         width: 88%;
     }
     body>div.conteudo-home>footer div .coluna-cadastro-newsletter fieldset label {
         display: inline-block;
         float: none;
         margin: 0 0px 10px 0;
         width: 100%;
     }
     body>div.conteudo-home>footer div .coluna-cadastro-newsletter fieldset label .cmp-nome {
         background: #fff;
         width: 100%;
         border-radius: 5px;
     }
     body>div.conteudo-home>footer div .coluna-cadastro-newsletter fieldset label .bt-enviar-cadastro {
         margin: 0;
     }
     body>div.conteudo-home .footer-base-int {
         margin: 0 auto;
         width: 100%;
         padding: 0;
         text-align: center;
     }
     body>div.conteudo-home .footer-base-int span.copyright {
         width: 100%;
         text-align: center;
     }
     body>div.conteudo-home .footer-base-int span.logo-rodape {
         float: none;
     }
     body>div.conteudo-home .footer-base {
         height: auto;
     }
}