/*
Theme Name: SalPerez-Live
Theme URI: https://example.com/salperez-live
Author: Salvador Pérez
Description: Tema profesional con video de fondo, menú sticky y opciones de personalización.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: salperez-live
*/
body, html {margin: 0; padding: 0; width: 100%; height: 100%; font-family: 'Helvetica', sans-serif;}
.navbar {transition: background-color 0.3s;}
.btn-salperez {font-size: 1.2rem; border-radius: 12px; padding: 12px 24px; color: #fff; margin: 10px; box-shadow: 0 0 15px rgba(255,255,255,0.3); transition: transform 0.2s, box-shadow 0.3s;}
.btn-salperez:hover {transform: translateY(-3px); box-shadow: 0 0 25px rgba(255,255,255,0.5);}
