/*
Theme Name: Blank Elementor
Theme URI: https://example.com/blank-elementor
Author: David Valcárcel
Author URI: https://example.com
Description: Theme en blanco, ligero y minimalista, diseñado para construir webs íntegramente con Elementor. Sin estilos impuestos, sin opinión: Elementor manda.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blank-elementor
Tags: elementor, blank, minimal, full-width, flexible-header, translation-ready
*/

/* ==========================================================================
   Reset mínimo. Deliberadamente vacío de opinión estética.
   Todo el diseño visual lo controla Elementor.
   ========================================================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	overflow-x: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.6;
	color: #1a1a1a;
	background: #ffffff;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	color: inherit;
}

/* Accesibilidad: enlace de salto al contenido */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	padding: 12px 20px;
	background: #1a1a1a;
	color: #fff;
	text-decoration: none;
}

.skip-link:focus {
	left: 8px;
	top: 8px;
}

/* Contenedor por defecto solo cuando NO se usa una plantilla de Elementor */
.site-content-inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 20px;
}
