.proximamente-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #f6fdfc;
  padding: 20px;
  text-align: center;
}

.tarjeta-proximamente {
  background: white;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.logo-latirpay {
  max-width: 100px;
  margin-bottom: 20px;
}

.titulo {
  color: #198754;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.mensaje {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 10px;
}

.mensaje-secundario {
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 30px;
}

.btn-volver {
  padding: 10px 20px;
  background-color: #00b2d8;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-volver:hover {
  background-color: #008cb0;
}
