@charset "utf-8";

#header .linha1 { padding: 10px 0;}

#header .chave { display: none; top: 8px; left: 2%;}
#header .chave.abrir { background: url('../imagens/header-chave-abrir.png?1') 50% no-repeat;}
#header .chave.fechar { background: url('../imagens/header-chave-fechar.png?1') 50% no-repeat;}

#header .logo { float: left; font-size: 0;}
#header .logo img { height: 50px;}

#header .funcionamento { float: left; margin: 8px 0 0 20px;}
#header .funcionamento .tab.cl { margin: 0 0 0 3%;}
#header .funcionamento .tab.sl { margin: 6px 0 0 3%;}
#header .funcionamento .horas { font-size: 0.9em;}
#header .funcionamento .local { left: 0; bottom: -17px;}

#header .linkico { float: right; margin: 9px 0 0;}
#header .linkico .um { float: left; padding: 5px 10px; margin: 0 5px; font-size: 1.1em;}
#header .linkico .um:hover { background-color: rgb(90 90 90 / 15%);}

@media only screen and (max-width: 1000px){
  #header { position: relative;}
  #header .linha1 { padding: 7px 0;}

  #header .chave { display: block;}
  #header .funcionamento { display: none;}

  #header .logo { width: 100%; margin: 0; text-align: center;}
  #header .logo img { height: 40px;}
  #header .funcionamento { width: 100%; margin: 12px 0 0;}
  #header .funcionamento .tab { width: 100%; justify-content: center;}
  #header .funcionamento .tab.cl { margin: 0 0 20px;}
  #header .funcionamento .tab.sl { margin: 0;}
}