body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  color: #333;
}

header {
  background: #4A0489;
  color: white;
  text-align: center;
  padding: 28px 20px;
}

.logo {
  width: 120px;
  margin-bottom: 10px;
}

.section {
  padding: 28px 20px;
  text-align: center;
}

/* Para que el contenido no quede demasiado ancho */
.section p,
.section ul,
.section h3 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Ajuste de lectura (en guías y textos largos) */
.section.guia {
  background: #ffffff;
}

.section.guia h2 {
  margin-bottom: 10px;
}

.section.guia h3 {
  text-align: left;
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 18px;
}

.section.guia p {
  text-align: left;
  line-height: 1.6;
  margin-top: 8px;
  margin-bottom: 8px;
}

.section.guia ul {
  text-align: left;
  line-height: 1.6;
  padding-left: 22px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.descarga {
  background-color: #e9e9e9;
}

/* Botón general (Play Store) */
.btn {
  display: inline-block;
  background-color: #2104A6; /* combina con tu footer */
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  transition: transform 0.08s ease, background-color 0.25s ease;
}

.btn:hover {
  background-color: #1a0385;
  transform: translateY(-1px);
}

.contacto {
  background-color: #f4f4f4; /* fondo igual al body */
  text-align: center;
  padding: 40px 20px;
  margin: 0;
  margin-bottom: 40px;
}

.icono-wsp {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.boton-wsp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #25d366;
  color: #ffffff !important;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
  margin-top: 12px;
}

.boton-wsp:hover {
  background-color: #1ebc5d;
}

footer {
  background: #2104A6;
  color: white;
  text-align: center;
  padding: 15px 0;
  position: relative;
  z-index: 10;
}
