/* ************************** */

#mySidenav a {
  position: fixed;
  right: -180px;
  transition: 0.3s;
  padding: 15px;
  width: 200px;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 5px 5px 5px 5px;
}

#mySidenav a:hover {
  right: 0;
}

#inicio1 {
  top: 320px;
  background-color: #aaa94c;
}
#servicios1 {
  top: 385px;
  background-color: #6f4caf;
}

#trabajo1 {
  top: 450px;
  background-color: #2196f3;
}

#productos1 {
  top: 515px;
  background-color: #f44336;
}

#interesado1 {
  top: 580px;
  background-color: #555;
}
#pagar1 {
  top: 645px;
  background-color: #d3e01a;
}
.img-fluid {
  margin-left: -30px;
}
/* ********************************* */

.clear {
  display: inline-block;
  clear: both;
  width: 100%;
  height: 1px;
}
