	#lineslide-wrap-d1 {
		width: 100% !important;
		overflow: hidden !important;
		position: relative !important;
	}

	.live-news-widget-text {
		display: inline-block !important;
		white-space: nowrap !important;
		padding-right: 50px !important; /* Espaço entre as duplicatas */
	}

	.live-news-widget-text a {
		display: inline !important;
		white-space: nowrap !important;
		margin-right: 15px !important;
	}

	.separator {
		display: inline-block !important;
		margin: 0 20px !important; /* Mais espaço entre os itens */
	}

	/* Garantir que todos os elementos fiquem na mesma linha */
	.live-news-widget-text > * {
		display: inline !important;
		white-space: nowrap !important;
	}

        
         .bannerHome {
            width: 100%;
            max-width: 870px;
            height: 130px;
            position: relative;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            margin: auto;
        }

        @media (max-width: 768px) {
            .bannerHome {
                max-width: 400px;
                height: 400px;
            }
        }

        .slideBanner {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            background-size: cover;
            background-position: center;
            pointer-events: none;
        }

        .slideBanner.ativo {
            opacity: 1;
            pointer-events: auto;
        }

        .bannerHome a {
            display: block;
            width: 100%;
            height: 100%;
        }
        