body {
  padding: 0% 7% 0% 7%;
}
header {
  padding-bottom: 20px;
  position: relative;
}

header h2 {
  display: inline-block;
  font-size: 40px;
}

.menu {
  position: absolute;
  top: 50px;
  right: 20px;
  display: inline-block;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  display: inline-block;
  margin: 0 10px;
}

.menu a {
  display: block;
  color: gray;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
}

.menu a:hover {
  background-color: #fff;
  color: #333;
}

.Principal {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  padding: 0px 0px 50px 0px;
}

.ImagenPrincipal {
  width: 100%;
}

img {
  width: 100%;
}
.titulo {
  display: inline-block;
  padding-right: 50px;
  width: 40%;
}
h1 {
  margin: 20px 0px 0px 0px;
  font-size: 70px;
  font-weight: bold;
  width: 350px;
}
.infoPrincipal {
  display: inline-block;
  width: 55%;
}

.infoPrincipal p {
  font-size: 20px;
  text-align: left;
}
.Principal p {
  color: gray;
  width: 380px;
  padding-bottom: 20px;
}

.Principal button {
  background-color: salmon;
  color: white;
  padding: 10px 20px;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  width: 200px;
  height: 60px;
}
.Principal button:hover {
  background-color: #ff7f50;
}

.Informacion {
  background-color: rgb(5, 24, 48);
  float: right;
  width: 25%;
  margin: 0px 50px 0px 30px;
  height: 740px;
}

.Informacion h2 {
  color: rgb(236, 174, 58);
  margin: 50px 0px 50px 20px;
  font-size: 60px;
}
.Informacion h3 {
  margin-top: 40px;
  margin-left: 20px;
  font-size: 25px;
  color: white;
}
.Informacion p {
  margin-left: 20px;
  margin-bottom: 50px;
  font-size: 20px;
  width: 88%;
  color: rgb(187, 186, 186);
}

.Informacion hr {
  margin: 0 20px 0 20px;
}

.otros {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.otros h2 {
  color: rgb(179, 179, 179);
  font-size: 40px;
  font-weight: bold;
  margin: 0px 20px 10px 20px;
}
.otros h3 {
  font-size: 25px;
  margin: 0px 20px 17px 20px;
}
.otros h4 {
  color: gray;
  font-size: 20px;
  margin: 0px 20px 30px 20px;
  width: 270px;
}

.otros img {
  width: 110px;
  height: 150px;
}
article {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

div[class^="Img"] {
  flex: 0 0 auto;
  
}

div[class^="Info"] {
  flex: 1 1 auto;

}

.Retro,
.Laptops,
.Gaming {
  flex: 0 0 auto;
  width: calc(100% / 3);
}

.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
