.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */html, body {
    max-width: 100%;
    overflow-x: clip !important;
}

@keyframes desenhandoLinha {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes descendo {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}/* End custom CSS */