.topnav h1,
.mobile h1 {
  /*color: #f62c2c;*/
  color: #f9954b;
}
.font-orange {
  color: #f76262;
}

.font-orange-d {
  color: #f62c2c;
}

#sideBtn a {
  color: #f62c2c;
}

#inicio figure {
  background: url(../img/motos/header-motos-min-2.jpg) no-repeat center center;
  background-size: cover;
}

#ventajas figure img {
  position: absolute;
  max-height: 200px;
  right: 10px;
  bottom: 10px;
}

.search-figure figure figcaption,
.pmax-figure figure figcaption {
  border-radius: 15px;
  background: rgba(30, 40, 46, 1);
  font-weight: 600;
  padding: 10px 15px;
  letter-spacing: 1px;
}

#ventaja1 figure {
  background: #1e282e url(../img/motos/ventajas-motos-1-min.jpg) no-repeat
    center center;
  background-size: 90%;
}

#ventaja2 figure {
  background: #1e282e url(../img/motos/ventajas-motos-2-min.jpg) no-repeat
    center center;
  background-size: 90%;
}

#ventaja3 figure {
  background: #1e282e url(../img/motos/ventajas-motos-3-min.jpg) no-repeat
    center center;
  background-size: 90%;
}

#contacto aside form {
  background: rgba(232, 84, 84, 0.8);
}

#contacto form input[type="submit"] {
  box-shadow: 0px 0px 3px 4px rgba(248, 76, 76, 0.8);
}

#contacto form input[type="text"],
#contacto form input[type="email"],
#contacto form input[type="tel"],
#contacto form textarea {
  background: rgba(255, 255, 255, 0.8);
}

#contacto aside address {
  color: #f76262;
}

#midBtn a {
  background: rgba(205, 21, 21, 0.8);
  color: #fff;
}

#midBtn a:hover {
  color: #dadada;
}
