* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family:
    "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  width: 100%;
  height: 100%;
}

/* Header con fondo */
header {
  background-image: url("../imgs/fondo.jpg");
  background-size: cover;
  background-position: center;
  background-color: #e6e7e1;
  height: 25rem;
}
header,
h1 {
  color: #000000;
  font-size: 4rem;
  text-align: left;
  padding-top: 5rem;
  padding-left: 6rem;
  line-height: 0;
}

header,
p {
  color: #000000;
  font-size: 2rem;
  text-align: left;
  padding-left: 6rem;
}

/* Secciones de productos*/
.product-section {
  padding: 3rem;
  overflow: hidden;
}
.product-image {
  width: 45%;
  float: left;
  margin-left: 5rem;
  border-radius: 2%;
}
.product-text,
h2 h3 {
  float: left;
  margin-left: 5rem;
  margin-top: 10rem;
  color: #333;
  font-size: 1rem;
}

/* Footer */
.footer p {
  font-size: 1.5rem;
  text-align: center;
  padding: 1.5rem;
  background: #c36d00;
  color: #ffffff;
}
