body{
    background: #555;
}
.geral{
   width: 100%;
   background: #FFF;
}
.topo{
   width: 100%;
}
.logo img{
   height:50px;
   padding-top: 5px;
}
.telefones{
   line-height: 60px;
   color: #666;
   font-size: 1rem;
   text-align: right

}
.faixa{
   width: 100%;
   background: #1D93B7;
   height: 60px;
   color: #FFF;
   line-height: 55px;
}
.meio{
   padding: 1.5em 1em 0.8em 1em;

   -webkit-background-size: 3px 3px;
   -moz-background-size: 3px 3px;
   background-size: 3px 3px;
}
.rodape{
   height: 100px;
   background: #555;
   color: #FFF;
   width: 100%;
   text-align: center;
   padding-top: 20px;

}
.resultados{
   height: 61.3vh;
   width: 100%;
   
}
.imgcentro{
   width: 100%;
   text-align: center;
}
.imgcentro img{
   opacity: 0.3;
   max-width: 100%;
   max-height: 100px;
}
@media only screen and (max-width: 900px) {
   .logo{
      line-height: initial ;
      font-weight: initial;
      text-align: center;
      padding-bottom: 5px;
   }
   
   .logo img{
   max-height:150px;
   padding-top: 5px;
   max-width: 100%;
}
   .faixa{
      width: 100%;
      line-height: 60px;
   }
   .telefones{
      line-height: 20px;
      text-align: center;
      padding-bottom: 5px;

   }
   .meio{
      padding-top: 1em ;
      padding-bottom: 0.5em ;
   }
}
