/*
Theme Name: Mi Tema Limpio
Theme URI: https://tusitio.com
Author: Tu Nombre
Author URI: https://tusitio.com
Description: Tema vacío limpio optimizado para Elementor
Version: 1.0
*/

/* RESET BÁSICO */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* CONTENEDOR TIPO HELLO ELEMENTOR */
.elementor-container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

/* SECCIONES */
.elementor-section {
    width: 100%;
}

/* FULL WIDTH CUANDO SE USE */
.elementor-section.elementor-section-stretched {
    max-width: 100% !important;
}

/* EVITAR DESBORDES */
body {
    overflow-x: hidden;
}

/* IMÁGENES RESPONSIVE */
img {
    max-width: 100%;
    height: auto;
}