.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
#sumir-993{display: block;}
#apar-993{display: none;}

@media (max-width: 993px ){

header .frase {
    color: #131313;
    font-family: 'serpentinedbolregular';
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 14px;
}
header span#header:before {
    content: "";
    position: absolute;
    display: block;
    right: 0px;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: 0;
    bottom: 0px;
}
header .hora {
    color: #4E4E4E;
    font-family: 'serpentinedbolregular';
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 52px;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #000;
    margin-bottom: 5px;
}
header a.logo {
    display: block;
    text-align: center;
    padding: 17px 50px 30px 50px;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-image: url(../imagens/bk-logo.png);
    background-size: 100%;
    background-position: center top;
    margin-left: auto;
    margin-right: auto;
    width: 301px;
}
}
@media (max-width: 700px ){
  #sumir-993{display: none;}
}
@media (max-width: 330px ){
  header a.logo {
    width: 100%;
  }
}