 .service-box .content-box h5 {
  font-size: 20px !important;
}

/* Top*/
a #top {
  transition: opacity 0.2s ease-out 0s;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}


.worldgps, .analises, .instal, .bike, .carro, .truck{
  height: 72px;
  width: 100%;
  }
  
  .worldgps{
  background-image: url('asset/fonts/myOwnFonts/icons/worldgps.png');
  background-repeat: repeat-y;
  height: 72px;
  }
  .analises{
  background-image: url('asset/fonts/myOwnFonts/icons/analises.png');
  background-repeat: repeat-y;
  height: 72px;
  }
  
  .instal{
  background-image: url('asset/fonts/myOwnFonts/icons/instal.png');
  background-repeat: repeat-y;
  height: 72px;
  }
  
  .bike{
  background-image: url('asset/fonts/myOwnFonts/icons/moto.png');
  background-repeat: repeat-y;
  height: 72px;
  color: black;
  }
  
  .carro{
  background-image: url('asset/fonts/myOwnFonts/icons/carro.png');
  background-repeat: repeat-y;
  height: 72px;
  }
  
  .truck{
  background-image: url('asset/fonts/myOwnFonts/icons/truck.png');
  background-repeat: repeat-y;
  height: 72px;
  }
  
  
  .individual, .empresarial{
      width: 100%;
      height: 52px;
  }
  
  .individual{
  background-image: url('asset/fonts/myOwnFonts/icons/individual.png');
  background-repeat: repeat-y;
      
  }
  
  
  .empresarial{
  background-image: url('asset/fonts/myOwnFonts/icons/empresarial.png');
  background-repeat: repeat-y;
      
  }