/*
Theme Name:   Hello Elementor Child
Description:  Child theme para modificaciones
Author:       Pay Puma Meza
Author URI:   https://ppuma.dev/
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  hello-elementor
*/

body {
        overflow-x: hidden !important;
    }
.site-header {
    display: none !important;
}
.site-footer {
    display: none;
}
.elementor-238 .elementor-element.elementor-element-3dc23520 {
    display: none !important;
}
.chaty-i-trigger .chaty-channel {
    margin-bottom: 21px !important;
}

@media (max-width: 767px) {
    .elementor-238 .elementor-element.elementor-element-204de457 > .elementor-widget-container{
        padding: 0em 0em 10em 1em !important;
    }
}