body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background: url("screen.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #1A1A5E;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

.panel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 10vh 2rem 4vh;
  flex-wrap: wrap;
}

.left img {
  width: 380px; /* Aumentado para mayor presencia */
  max-width: 90vw; /* Asegura que no se desborde en pantallas pequeñas */
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
  transition: width 0.3s ease-in-out;
}

.right {
  background-color: rgba(255,255,255,0.85);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 480px;
  text-align: left;
}

.right h1 {
  color: #1A1A5E;
  font-size: 2em;
  margin-bottom: 0.5rem;
  text-align: center;
}

.right p {
  color: #444;
  font-size: 1em;
  margin-bottom: 2rem;
  text-align: center;
}

.section h2 {
  color: #E3007B;
  font-size: 1.1em;
  border-bottom: 1px solid #E3007B;
  padding-bottom: 0.3rem;
  margin-bottom: 0.7rem;
}

.section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  line-height: 1.7;
}

.section li strong {
  color: #1A1A5E;
}

footer {
  background: rgba(0, 0, 0, 0.4);
  font-size: 0.85em;
  color: #eee;
  text-align: center;
  padding: 0.8rem 1rem;
  line-height: 1.4;
  border-top: none;
}

.footer-info {
  margin-bottom: 0.4rem;
}

.footer-copy {
  font-size: 0.75em;
  color: #eee;
}
