/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2025 | 19:01:45 */
.tabla-paquetes {
  display: flex;
  gap: 20px;
  font-family: Arial, sans-serif;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.columna-paquete {
  flex: 1;
  min-width: 280px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 20px;
}

.columna-paquete h4 {
  background-color: #00588a;
  color: #fff;
  padding: 12px;
  border-radius: 8px 8px 0 0;
  margin: -20px -20px 15px -20px;
  text-align: center;
  font-size: 16px;
}

.precio {
  font-size: 24px;
  color: #0073aa;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.lista-beneficios {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
}

.nota-final {
  font-size: 13px;
  color: #b30000;
  background-color: #fffbe0;
  padding: 10px;
  margin-top: 15px;
  border-radius: 6px;
}

.leyenda {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}

.boton-cotizar {
  text-align: center;
  margin-top: 30px;
}

.boton-cotizar a {
  background-color: #0073aa;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
}

.boton-cotizar a:hover {
  background-color: #00588a;
}
