* {
  margin:0px;
  padding:0px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
body{
  cursor: crosshair;
}
header {
  color: #fff;
  font-size: 18px;
  line-height: 56px;
  padding-left: 16px;
  background-color: #F44336;
}

header .fa-chevron-left {
  margin-right: 16px;
}
.box{
  position: relative;
  padding: 0 20px 20px 20px;
  background-color: #F44336;
}
.box i{
  font-size: 1.4rem;
  position: absolute;
  left: 25px;
  color: rgb(150, 150, 150);
  /*top: 27px;*/
  top: 7px;
}
.box input{
  padding: 10px 10px 10px 30px;
  width: 95%;
  outline: 0;
}
.station{
  padding: 5px 0;
}
.station div{
  margin: 5px;
  padding: 10px;
  color: rgb(110, 110, 110);
}
.station i{
  float: right;
  top: 0;
}
.station h3{
  color: rgb(20, 20, 20);
}
.station .card hr{
  margin-top: 10px;
}
.container-station{
  padding: 10px 30px;
}
.container-station .fuel{
  margin-top: 20px;
}
.container-station .fuel span{
  display: inline-block;
  background-color: rgb(182, 181, 181);
  margin-right: 5px;
  padding: 5px;
  border-radius: 5px;
}
div#map{
  width: 100%;
  height: 50vh;
  margin-bottom: 30px;
}

.icon-top{
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 4px;
  color: #fff;
}
header span{
  margin-left: 5px;
}
