.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.container{
  position: relative;
}
.aparecer-991 {
    display: none;
}


@media (max-width: 991px ){
   .sumir-991{
   	display: none !important;
   }
   .aparecer-991 {
    display: block;
}
  header {
    background: #2F3A7F;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 30px;
  }
  .telefone {
    text-align: center;
    float: none;
  }
  .email {
    text-align: center;
    float: none;    
  }
  a.paletas-ind span.text span.desc {
    font-size: 32px;
    padding-top: 20px;
  }
header .busca-rapida {
    margin-top: 27px;
}
}
@media (max-width: 700px ){
  .sumir-700{
    display: none !important;
  }

}