/*
Theme Name: Hello Elementor Child - Softech
Theme URI: https://softechperu.com/
Description: Tema hijo ligero y limpio para Hello Elementor. Preparado para personalizaciones sin modificar el tema padre.
Author: SoftechPerú
Author URI: https://softechperu.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child-softech
*/

/* =========================================================
   ESTILOS GLOBALES DEL TEMA HIJO
   Agrega aquí únicamente estilos globales.
   Los estilos específicos de páginas pueden manejarse
   directamente desde Elementor.
   ========================================================= */

:root {
	--softech-container-width: 1200px;
}

/* Mejor comportamiento de imágenes */
img {
	max-width: 100%;
	height: auto;
}

/* Evita desbordamientos horizontales accidentales */
html,
body {
	max-width: 100%;
	overflow-x: clip;
}
