/*
Theme Name: Pow Marketing
Theme URI: https://trestres.cl
Author: trestres.cl
Author URI: https://trestres.cl
Description: Tema desarrollado para Pow Marketing - Powered by trestres.cl & Lemat.club
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elementor-starter
Tags: custom-logo, one-column, custom-menu, featured-images, full-site-editing

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Reseteo mínimo y utilidades */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { max-width: 100%; height: auto; display: block; }

/* Contenedores básicos por si se usa sin plantillas de Elementor */
.site { display: block; }
.site-header, .site-footer { padding: 1rem 1.5rem; }
.site-main { padding: 1.5rem; }

/* Quita margen superior del primer bloque cuando se usa the_content */
.site-main > *:first-child { margin-top: 0; }