body {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body header {
  height: 10vh;
}
body section {
  width: 100%;
  display: flex;
  align-items: start;
}

body section #divResultArea {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: larger;
}
body section #divResultArea #resultArea {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  list-style-type: none;
  padding: 10%;
  gap: 10px;
  color: #dddcc5;
}

body section #divResultArea #resultArea #liConsumption {
  font-size: 25px;
  font-weight: 700;
  list-style-type: none;
  text-transform: uppercase;
}
body section #divResultArea #resultArea #li2 {
  font-size: 25px;
  font-weight: 700;
  list-style-type: none;
}
body section #divResultArea #resultArea #li3 {
  font-size: 25px;
  font-weight: 700;
  list-style-type: none;
}
body section #divResultArea #resultArea #li4 {
  font-size: 25px;
  font-weight: 700;
  list-style-type: none;
}
body section #divResultArea #resultArea #li5 {
  font-size: 25px;
  font-weight: 700;
  list-style-type: none;
}
body section #divResultArea #resultArea #liInfo {
  padding: 2px;
  font-size: 22px;
  font-weight: 600;
  list-style-type: none;
  color: #848484;
  display: flex;
  text-align: start;
  justify-content: flex-start;
  align-items: flex-start;
}
body section #fuelPrice {
  background-color: #e3ab09;
  font-weight: 700;
}
body section #motorCycleContainer {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 5%;
}
body section #motorCycleContainer #containerMotorcycleSlide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body section #motorCycleContainer #scootersMotorcycle {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body section #motorCycleContainer #cityMotorcycle {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body section #motorCycleContainer #trailMotorcycle {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer {
  background-color: #212529;
  height: 10vh;
}
#containerFooter{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 710px) {
  #colCar {
    width: 100%;
  }
  #infoUl {
    display: none;
    font-weight: 100;
  }
}
@media (max-width: 370px) {
  #iconHome {
    display: none;
  }
}

.ancora{
  text-decoration: none;
  color: #ffffffad;
}
#copyright{
  font-size: large;
  color: #fff;
}

