/* Fondo especial para la página de Planes */
body {
  background: url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80')
              no-repeat center center fixed;
  background-size: cover;
}
