body {
  padding: 0px;
  margin: opx;
  width: 1280px;
  font-family: "Raleway", sans-serif;
}

header {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 50px;
  height: 73px;
  padding: box;
}

header h1 {
  margin-top: 7px;
  width: 221px;
  height: 59px;
  font-size: 50px;
  font-weight: normal;
}

.iguana {
  background-image: url(../img/bg-header.jpg);
  background-repeat: no-repeat;
  height: 727px;
  padding: box;
}

.contenido {
  background-color: #000000;
  height: 348px;
  display: flex;
  justify-content: center;
}

.parrafos {
  margin-top: 76px;
  padding: 0px;
  width: 475px;
  height: 197px;
  color: #ffffff;
  text-size-adjust: 16px;
  font-weight: normal;
}

.imagen {
  margin-left: 106px;
  margin-top: 45px;
  width: 399px;
  height: 237px;
  padding: box;
  background-image: url(../img/iguana-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.caracteristicas {
  padding-top: 75px;
  height: 348px;
  background-color: #1e1a13;
  color: #ffffff;
  text-align: center;
}

/* Este codigo hay que usar para el tamaño y centrar */
.caracteristicas h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: normal;
}

.icon {
  padding-top: 20px;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  font-size: 24px;
}

.icon i {
  font-size: 46px;
  align-items: end;
}

.galeria {
  display: flex;
  justify-content: center;
  height: 348px;
  background-color: #000000;
}

.galeria img {
  width: 316px;
  height: 202px;
  margin-top: 73px;
}

#margen {
  margin-left: 16px;
  margin-right: 16px;
}

footer {
  height: 102px;
  background-color: #1e1a13;
  text-size-adjust: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer P {
  margin: 0px;
  color: #ffffff;
  font-size: 20px;
}
