* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdfaf6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  padding: 20px;
}

.contenedor {
  text-align: center;
  max-width: 500px;
}

.logo {
  max-width: 260px;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

h1 {
  color: #5b3a29;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 1.6;
}

.icono {
  font-size: 40px;
  margin-bottom: 20px;
}

.oculto {
  display: none !important;
}
