/*
Theme Name: ZPC Informática Visual Theme
Theme URI: https://zpc.es/
Author: ZPC Team
Description: Tema visual moderno para ZPC Informática, compatible con Elementor.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zpc-theme-visual
Tags: modern, responsive, elementor, visual
*/
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background-color: #fff;
    color: #222;
}
section {
    padding: 60px 20px;
}
h1, h2 {
    color: #ff6600;
}
.hero {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
}
.hero a {
    background-color: #ff6600;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
}
