.hero-catalogo {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);

  color: white;
}

.hero-catalogo h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.info-catalogo {
  padding: 90px 0;
  background: #f8fafc;
}

.info-card {
  background: white;

  padding: 50px;

  border-radius: 30px;

  text-align: center;

  max-width: 900px;

  margin: auto;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
}

.info-card h2 {
  font-size: 2.3rem;

  font-weight: 800;

  color: #1d2939;

  margin-bottom: 20px;
}

.info-card p {
  font-size: 1.1rem;

  color: #667085;

  max-width: 750px;

  margin: auto;

  line-height: 1.7;
}

.info-icon {
  width: 80px;
  height: 80px;

  margin: 0 auto 25px;

  border-radius: 50%;

  background: #eef4ff;

  display: flex;

  align-items: center;

  justify-content: center;
}

.info-icon i {
  font-size: 35px;

  color: #2563eb;
}
