* {
  margin: 0;
  padding: 0;
}
body {
  background-color: black;
  color: white;
  font-family: "Raleway", sans-serif;
}
header h1 {
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  padding: 10px;
}

.hero img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Center */

.description {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 40px;
  max-height: 400px;
  min-height: 200px;
}
.txt-box {
  font-weight: 100;
  font-size: 16px;
  text-align: left;
  width: 40%;
  overflow: hidden;
}

.description img {
  height: 200px;
  object-fit: cover;
}

.caracteristicas {
  max-height: 400px;
  min-height: 200px;
  text-align: center;
  padding: 40px;
  background-color: #1e1a13;
}
.feats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}
.feat-box {
  text-align: center;
  width: 33%;
}
.caracteristicas h2 {
  padding: 24px;
  font-weight: 500;
  font-size: 40px;
}
.feat-box p {
  font-weight: 100;
  font-size: 24px;
}
.feat-box i {
  font-weight: 100;
  font-size: 25px;
}

/* bottom */
.gallery {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 60px;
  max-height: 400px;
  min-height: 200px;
}
.gallery img {
  object-position: center;
  height: 100%;
}
.gallery .img-box {
  width: 300px;
  height: 200px;
  overflow: hidden;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #1e1a13;
  font-weight: 100;
  font-size: 20px;
}
