/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Hello Elementor Child is a child theme of Hello Elementor
Author: Developer
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


@media(max-width:550px) {

    .escapeBR br,
    .escapaBR br {
        display: none !important;
        visibility: hidden !important;
        line-height: 0 !important;
        font-size: 0 !important;
    }
}

/* Evita rolagem horizontal nas páginas (mobile) */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}