/*
Theme Name: hello-elementor-child
Theme URI: 
Version: 1.0
Description: Theme Child
Author: Morox
Author URI: https://morox.dev/
Template: hello-elementor
Text Domain: hello-elementor-child
*/
 
/* Custom CSS 

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
} */



html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.container {
  width: 100%;
  overflow-x: auto; /* Permite scroll si es necesario */
  contain: content; /* Moderno: optimiza rendimiento */
}

img {
  max-width: 100%;
  height: auto; /* Mantiene proporciones */
}