/*
Theme Name:   Template
Description:  A child theme from Hello Elementor
Author:       Agência Seconect
Author URL:   https://agenciaseconect.com.br
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor
*/

.ags-features-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ags-features-list span {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--e-global-color-491f334);
    color: var(--e-global-color-text);
    font-size: 14px;
	border-radius: 5px;
}

.elementor-slideshow__title {
	display: none;
}