body {
  font-family: 'Poppins', sans-serif;
  background: url('fondo-tropical.jpg') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  color: #333;
}

header {
  text-align: center;
  padding: 2rem;
}

.logo {
  max-width: 1600px;
  width: 98%;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  font-weight: 800;
}

.slogan {
  font-weight: bold;
  font-size: 1.2rem;
}

main {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2rem;
  border-radius: 1.5rem;
}

h2 {
  font-weight: 800;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 2rem;
}

ul {
  list-style: square;
  padding-left: 2rem;
  font-weight: bold;
}

.whatsapp-button {
  display: block;
  margin: 2rem auto;
  background-color: #25D366;
  color: white;
  font-size: 1.3rem;
  padding: 3rem 3rem;
  border-radius: 2rem;
  text-align: center;
  text-decoration: none;
  width: 80%;
  max-width: 600px;
}

footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 2rem;
  position: relative;
}

footer .manchas {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
}
footer .manchas div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffd1dc;
}
footer .manchas div:nth-child(2) { background-color: #c3fbd8; }
footer .manchas div:nth-child(3) { background-color: #ffeaa7; }
footer .manchas div:nth-child(4) { background-color: #a0e7e5; }
footer .manchas div:nth-child(5) { background-color: #fcb1b1; }
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  width: 100%;
  margin-top: 1rem;
}